!23 iothardware_peripheral仓目录和部件名标准化

Merge pull request !23 from zgit2021/0720_iothardware
This commit is contained in:
openharmony_ci
2022-07-28 07:27:07 +00:00
committed by Gitee
13 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -24,6 +24,6 @@ if (ohos_kernel_type == "liteos_m") {
deps = [
"$ohos_board_adapter_dir/hals/iot_hardware/wifiiot_lite:hal_iothardware",
]
head_files = [ "//base/iot_hardware/peripheral/interfaces/kits" ]
head_files = [ "//base/iothardware/peripheral/interfaces/inner_api" ]
}
}
+2 -2
View File
@@ -11,9 +11,9 @@ The Internet of Things \(IoT\) hardware subsystem provides APIs for operating Io
## Directory Structure<a name="section1464106163817"></a>
```
/base/iot_hardware/peripheral
/base/iothardware/peripheral
├── interfaces
└── kits # APIs for operating IoT devices
└── inner_api # APIs for operating IoT devices
```
## Constraints<a name="section1718733212019"></a>
+2 -2
View File
@@ -11,9 +11,9 @@ IOTThe Internet of Things)硬件设备操作的接口。本模块提供设
## 目录<a name="section1464106163817"></a>
```
/base/iot_hardware/peripheral
/base/iothardware/peripheral
├── interfaces
└── kits #IOT设备操作接口,对外接口存放目录
└── inner_api #IOT设备操作接口,对外接口存放目录
```
## 约束<a name="section1718733212019"></a>
+4 -4
View File
@@ -1,5 +1,5 @@
{
"name": "@ohos/iot_controller",
"name": "@ohos/iothardware_peripheral",
"description": "Iot peripheral controller.",
"version": "3.1",
"license": "Apache License 2.0",
@@ -10,8 +10,8 @@
"dirs": {},
"scripts": {},
"component": {
"name": "iot_controller",
"subsystem": "iot_hardware",
"name": "peripheral",
"subsystem": "iothardware",
"syscap": [],
"features": [],
"adapted_system_type": [
@@ -25,7 +25,7 @@
},
"build": {
"sub_component": [
"//base/iot_hardware/peripheral:iothardware"
"//base/iothardware/peripheral:iothardware"
],
"inner_kits": [],
"test": []