feat: add bundle.json

Signed-off-by: Sang_Sang33 <wangzhu15@huawei.com>
This commit is contained in:
Sang_Sang33
2022-01-10 10:46:31 +08:00
parent c7c4e25b8e
commit 0be7d4e677
+39
View File
@@ -0,0 +1,39 @@
{
"name": "@ohos/cryptsetup",
"version": "",
"description": "",
"homePage": "https://gitee.com/openharmony",
"license": "GPL-2.0",
"repository": "https://gitee.com/openharmony/third_party_cryptsetup",
"domain": "os",
"language": "",
"publishAs": "code-segment",
"private": false,
"scripts": {},
"tags": [
"third_party"
],
"keywords": [
"third-party",
"cryptsetup"
],
"envs": [],
"dirs": [],
"segment": {
"destPath": "third_party/cryptsetup"
},
"component": {
"name": "thirdparty_cryptsetup",
"subsystem": "",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}