From 67cfc396f44c5d7ca12c3059bb6af7016c71dbc2 Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Wed, 19 Jan 2022 10:21:44 +0800 Subject: [PATCH] feat: add bundle.json Signed-off-by: Sang_Sang33 --- 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..a0aee7c --- /dev/null +++ b/bundle.json @@ -0,0 +1,30 @@ +{ + "name": "@ohos/jsoncpp", + "description": "JsonCpp is a C++ library that allows manipulating JSON values, including serialization and deserialization to and from strings. It can also preserve existing comment in unserialization/serialization steps, making it a convenient format to store user input files.", + "version": "3.1", + "license": "MIT", + "publishAs": "code-segment", + "segment": { + "destPath": "third_party/jsoncpp" + }, + "dirs": {}, + "scripts": {}, + "component": { + "name": "thirdparty_jsoncpp", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file