Files
third_party_popt/bundle.json
T
dongsenhao 31c4803201 bundle.json format rectification
Signed-off-by: dongsenhao <dongsenhao2@huawei.com>
2023-05-27 15:38:54 +08:00

34 lines
778 B
JSON

{
"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": "popt",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}