feat: add bundle.json

Signed-off-by: Sang_Sang33 <wangzhu15@huawei.com>
This commit is contained in:
Sang_Sang33
2022-01-18 17:20:05 +08:00
parent baca418994
commit 7a23842271
+30
View File
@@ -0,0 +1,30 @@
{
"name": "@ohos/libpsl",
"description": "libpsl - C library to handle the Public Suffix List",
"version": "3.1",
"license": "MIT",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/libpsl"
},
"dirs": {},
"scripts": {},
"component": {
"name": "thirdparty_libpsl",
"subsystem": "",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}