mirror of
https://github.com/openharmony/iothardware_peripheral.git
synced 2026-07-01 08:11:38 -04:00
31d814140b
Signed-off-by: zgit2021 <zhaowenqiang14@huawei.com> Change-Id: I264adaba6773f0d8623a5a1d57d7d112f9d6a3a9
34 lines
825 B
JSON
Executable File
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": []
|
|
}
|
|
}
|
|
} |