2021-03-11 10:41:20 +00:00
|
|
|
# IoT Subsystem<a name="EN-US_TOPIC_0000001085756528"></a>
|
|
|
|
|
|
|
|
- [Introduction](#section11660541593)
|
|
|
|
- [Directory Structure](#section1464106163817)
|
|
|
|
- [Repositories Involved](#section1718733212019)
|
|
|
|
|
|
|
|
## Introduction<a name="section11660541593"></a>
|
|
|
|
|
2022-03-29 06:34:46 +00:00
|
|
|
The IoT subsystem provides samples for integrating third-party SDKs.
|
2021-03-11 10:41:20 +00:00
|
|
|
|
|
|
|
## Directory Structure<a name="section1464106163817"></a>
|
|
|
|
|
|
|
|
```
|
|
|
|
domains/iot/ # IoT subsystem
|
|
|
|
└── link
|
|
|
|
├── BUILD.gn # Build script
|
2022-03-29 06:34:46 +00:00
|
|
|
├── demolink # Code for adapting third-party APIs to OpenHarmony
|
2021-03-11 10:41:20 +00:00
|
|
|
│ ├── BUILD.gn
|
|
|
|
│ ├── demosdk_adapter.c
|
|
|
|
│ └── demosdk_adapter.h
|
|
|
|
└── libbuild # Code for building third-party SDKs
|
|
|
|
├── BUILD.gn
|
|
|
|
├── demosdk.c
|
|
|
|
└── demosdk.h
|
|
|
|
```
|
|
|
|
|
|
|
|
## Repositories Involved<a name="section1718733212019"></a>
|
|
|
|
|
|
|
|
iot\_link
|
|
|
|
|