From 3192ede484c509965c753e27a0fc66230e430bf6 Mon Sep 17 00:00:00 2001 From: pjscc Date: Thu, 20 Jan 2022 11:11:08 +0800 Subject: [PATCH] add bundle.json Signed-off-by: pjscc --- bundle.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..6d3f38d --- /dev/null +++ b/bundle.json @@ -0,0 +1,30 @@ +{ + "name": "@ohos/abseil_cpp", + "description": "The repository contains the Abseil C++ library code. Abseil is an open-source collection of C++ code (compliant to C++11) designed to augment the C++ standard library.", + "version": "3.1", + "license": "Apache V2", + "publishAs": "code-segment", + "segment": { + "destPath": "third_party/abseil-cpp" + }, + "dirs": {}, + "scripts": {}, + "component": { + "name": "thirdparty_abseil_cpp", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee