mirror of
https://github.com/openharmony/global_resource_tool.git
synced 2026-07-01 21:14:04 -04:00
883ae85480
Signed-off-by: chencheng31 <chencheng8@huawei.com>
34 lines
838 B
JSON
34 lines
838 B
JSON
{
|
|
"name": "@ohos/global_resource_tool",
|
|
"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": "global_resource_tool",
|
|
"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": []
|
|
}
|
|
}
|
|
}
|
|
|