!7 feat: add bundle.json

Merge pull request !7 from 33/master
This commit is contained in:
openharmony_ci
2022-01-24 10:59:25 +00:00
committed by Gitee
+34
View File
@@ -0,0 +1,34 @@
{
"name": "@ohos/libuuid",
"description": "Portable uuid C library",
"version": "3.1",
"license": "BSD 3-Clause",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/libuuid"
},
"dirs": {},
"scripts": {},
"licensePath": "uuid/COPYING",
"readmePath": {
"en": ""
},
"component": {
"name": "thirdparty_libuuid",
"subsystem": "",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}