mirror of
https://github.com/openharmony/developtools_global_resource_tool.git
synced 2026-07-18 17:24:42 -04:00
6f59223432
Signed-off-by: chencheng31 <chencheng8@huawei.com>
34 lines
812 B
JSON
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": []
|
|
}
|
|
}
|
|
}
|
|
|