From c36c88cfb068831481131273e216ab378bf22e05 Mon Sep 17 00:00:00 2001 From: pjscc Date: Fri, 7 Jan 2022 16:52:45 +0800 Subject: [PATCH] feat: add bundle.json Signed-off-by: pjscc --- bundle.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..815a118 --- /dev/null +++ b/bundle.json @@ -0,0 +1,40 @@ +{ + "name": "@ohos/abseil_cpp", + "version": "", + "description": "Third-party open-source software abseil-cpp | 三方开源软件abseil-cpp", + "homePage": "https://gitee.com/openharmony", + "license": "Apache V2", + "repository": "https://gitee.com/openharmony/third_party_abseil-cpp", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "third_party" + ], + "keywords": [ + "third-party", + "abseil", + "cpp" + ], + "envs": [], + "dirs": [], + "segment": { + "destPath": "third_party/abseil-cpp" + }, + "component": { + "name": "thirdparty_abseil-cpp", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee