!12 feat: add bundle.json

Merge pull request !12 from 33/master
This commit is contained in:
openharmony_ci 2022-01-20 13:01:13 +00:00 committed by Gitee
commit bd47b3c0be
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

30
bundle.json Normal file
View File

@ -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": []
}
}
}