Files
third_party_libpsl/bundle.json
T
Sang_Sang33 7a23842271 feat: add bundle.json
Signed-off-by: Sang_Sang33 <wangzhu15@huawei.com>
2022-01-18 17:20:05 +08:00

30 lines
692 B
JSON

{
"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": []
}
}
}