mirror of
https://gitee.com/openharmony/iot_link
synced 2024-11-23 04:39:58 +00:00
b435e99c79
Merge pull request !8 from zgit2021/0329m |
||
---|---|---|
demolink | ||
libbuild | ||
BUILD.gn | ||
bundle.json | ||
LICENSE | ||
README_zh.md | ||
README.md |
IoT Subsystem
Introduction
The IoT subsystem provides samples for integrating third-party SDKs.
Directory Structure
domains/iot/ # IoT subsystem
└── link
├── BUILD.gn # Build script
├── demolink # Code for adapting third-party APIs to OpenHarmony
│ ├── BUILD.gn
│ ├── demosdk_adapter.c
│ └── demosdk_adapter.h
└── libbuild # Code for building third-party SDKs
├── BUILD.gn
├── demosdk.c
└── demosdk.h
Repositories Involved
iot_link