mirror of
https://github.com/openharmony/iothardware_peripheral.git
synced 2026-07-01 08:11:38 -04:00
modifying the directory of iothardware_peripheral repository
Signed-off-by: zgit2021 <zhaowenqiang14@huawei.com> Change-Id: I264adaba6773f0d8623a5a1d57d7d112f9d6a3a9
This commit is contained in:
@@ -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" ]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
@@ -11,9 +11,9 @@ IOT(The 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
@@ -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": []
|
||||
|
||||
Reference in New Issue
Block a user