Files
developtools_global_resourc…/bundle.json
T
chencheng31 6f59223432 适配 BUILD.gn 脚本
Signed-off-by: chencheng31 <chencheng8@huawei.com>
2022-03-10 21:51:48 +08:00

34 lines
812 B
JSON

{
"name": "@ohos/restool",
"description": "OpenHarmony resource compile.",
"version": "3.1",
"license": "Apache License 2.0",
"pubiishAs": "code-segment",
"segment": {
"destPath": "developtools/global_resource_tool"
},
"dirs": {},
"scripts": {},
"component": {
"name": "restool",
"subsystem": "developtools",
"syscap": [],
"feature": [],
"adapted_system_type": ["mini", "small", "standard" ],
"deps": {
"components": [],
"third_party": [
"bounds_checking_function",
"libxml2",
"jsoncpp",
"sqlite"
]
},
"build": {
"sub_component": [ "//developtools/global_resource_tool:restool" ],
"inner_kits": [],
"test": []
}
}
}