mirror of
https://gitee.com/openharmony/iot_link
synced 2024-11-27 06:30:27 +00:00
1.1 KiB
Executable File
1.1 KiB
Executable File
IoT Subsystem
Introduction
The IoT subsystem provides samples for integrating third-party SDKs. For details, see Third-Party SDK Integration.
Directory Structure
domains/iot/ # IoT subsystem
└── link
├── BUILD.gn # Build script
├── demolink # Code for adapting third-party APIs to OpenHarmonyOS
│ ├── 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