feat: add bundle.json

Signed-off-by: Sang_Sang33 <wangzhu15@huawei.com>
This commit is contained in:
Sang_Sang33
2022-01-10 10:46:32 +08:00
parent e613034ee2
commit 18cc387092
+39
View File
@@ -0,0 +1,39 @@
{
"name": "@ohos/libevdev",
"version": "",
"description": "Third-party open-source software libevdev | 三方开源软件libevdev",
"homePage": "https://gitee.com/openharmony",
"license": "MIT",
"repository": "https://gitee.com/openharmony/third_party_libevdev",
"domain": "os",
"language": "",
"publishAs": "code-segment",
"private": false,
"scripts": {},
"tags": [
"third_party"
],
"keywords": [
"third-party",
"libevdev"
],
"envs": [],
"dirs": [],
"segment": {
"destPath": "third_party/libevdev"
},
"component": {
"name": "thirdparty_libevdev",
"subsystem": "",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}