Files
lvyongzhao b0341da64a Add inner_api config in bundle.json
Signed-off-by: lvyongzhao <lvyongzhao1@huawei.com>
2025-05-22 10:35:04 +08:00

38 lines
898 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": ["standard"],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [
{
"name": "//third_party/popt:popt_static"
}
],
"test": []
}
}
}