Files
Sang_Sang33 dd828fc151 feat: add bundle.json
Signed-off-by: Sang_Sang33 <wangzhu15@huawei.com>
2022-01-18 19:23:35 +08:00

34 lines
867 B
JSON

{
"name": "@ohos/wayland_standard",
"description": "Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol",
"version": "3.1",
"license": "MIT",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/wayland_standard"
},
"dirs": {},
"scripts": {},
"licensePath": "COPYING",
"readmePath": {
"en": "README"
},
"component": {
"name": "thirdparty_wayland_standard",
"subsystem": "",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}