mirror of
https://gitee.com/openharmony/third_party_ninja
synced 2024-11-23 15:30:44 +00:00
7a5776c5e1
Signed-off-by: jiaoyuens <yinhengrui@huawei.com>
32 lines
716 B
JSON
32 lines
716 B
JSON
{
|
|
"name": "@ohos/ninja",
|
|
"description": "a small build system with a focus on speed",
|
|
"version": "3.1",
|
|
"license": "Apache V2",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "third_party/ninja"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"licensePath": "COPYING",
|
|
"component": {
|
|
"name": "ninja",
|
|
"subsystem": "thirdparty",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [],
|
|
"rom": "",
|
|
"ram": "",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|