Files
iothardware_peripheral/bundle.json
T
zgit2021 31d814140b modifying the directory of iothardware_peripheral repository
Signed-off-by: zgit2021 <zhaowenqiang14@huawei.com>
Change-Id: I264adaba6773f0d8623a5a1d57d7d112f9d6a3a9
2022-07-19 16:22:03 +08:00

34 lines
825 B
JSON
Executable File

{
"name": "@ohos/iothardware_peripheral",
"description": "Iot peripheral controller.",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "applications/sample/camera/communication"
},
"dirs": {},
"scripts": {},
"component": {
"name": "peripheral",
"subsystem": "iothardware",
"syscap": [],
"features": [],
"adapted_system_type": [
"mini"
],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [
"//base/iothardware/peripheral:iothardware"
],
"inner_kits": [],
"test": []
}
}
}