feat: add bundle.json

Signed-off-by: Sang_Sang33 <wangzhu15@huawei.com>
This commit is contained in:
Sang_Sang33
2022-01-18 18:47:33 +08:00
parent 46f3067e2a
commit 961d605500
+34
View File
@@ -0,0 +1,34 @@
{
"name": "@ohos/popt",
"description": "Popt is a C library for parsing command line parameters",
"version": "3.1",
"license": "X Consortium",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/popt"
},
"dirs": {},
"scripts": {},
"licensePath": "COPYING",
"readmePath": {
"en": "README"
},
"component": {
"name": "thirdparty_popt",
"subsystem": "",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}