README.md 961 字节
Newer Older
M
mamingshuai 已提交
1 2 3 4 5 6 7 8
# IoT Subsystem<a name="EN-US_TOPIC_0000001085756528"></a>

-   [Introduction](#section11660541593)
-   [Directory Structure](#section1464106163817)
-   [Repositories Involved](#section1718733212019)

## Introduction<a name="section11660541593"></a>

Z
zgit2021 已提交
9
The IoT subsystem provides samples for integrating third-party SDKs.
M
mamingshuai 已提交
10 11 12 13 14 15 16

## Directory Structure<a name="section1464106163817"></a>

```
domains/iot/                              # IoT subsystem
└── link
    ├── BUILD.gn                       # Build script
Z
zgit2021 已提交
17
    ├── demolink                       # Code for adapting third-party APIs to OpenHarmony
M
mamingshuai 已提交
18 19 20 21 22 23 24 25 26 27 28 29 30
    │   ├── 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