mirror of
https://gitee.com/openharmony/iot_link
synced 2024-11-23 12:49:55 +00:00
adb8c8f770
Signed-off-by: zgit2021 <zhaowenqiang14@huawei.com> Change-Id: Ib64b866e796c5b7d702c15c3a88aa439e6f62bb3
961 B
961 B
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