mirror of
https://gitee.com/openharmony/third_party_ninja
synced 2024-11-23 07:20:07 +00:00
feat: add bundle.json
Signed-off-by: Sang_Sang33 <wangzhu15@huawei.com>
This commit is contained in:
parent
1cd76e1975
commit
80396f01a4
31
bundle.json
Normal file
31
bundle.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"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": "thirdparty_ninja",
|
||||
"subsystem": "",
|
||||
"syscap": [],
|
||||
"features": [],
|
||||
"adapted_system_type": [],
|
||||
"rom": "",
|
||||
"ram": "",
|
||||
"deps": {
|
||||
"components": [],
|
||||
"third_party": []
|
||||
},
|
||||
"build": {
|
||||
"sub_component": [],
|
||||
"inner_kits": [],
|
||||
"test": []
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user