iot_link/README.md
zgit2021 adb8c8f770 process code review suggestions
Signed-off-by: zgit2021 <zhaowenqiang14@huawei.com>
Change-Id: Ib64b866e796c5b7d702c15c3a88aa439e6f62bb3
2022-03-29 15:31:25 +08:00

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