niobe/domains/iot/link
houpengfei bf36baa0e3 update OpenHarmony 3.0 LTS 2021-10-22 13:59:18 +08:00
..
demolink update OpenHarmony 3.0 LTS 2021-10-22 13:59:18 +08:00
libbuild update OpenHarmony 3.0 LTS 2021-10-22 13:59:18 +08:00
BUILD.gn update OpenHarmony 3.0 LTS 2021-10-22 13:59:18 +08:00
LICENSE update OpenHarmony 3.0 LTS 2021-10-22 13:59:18 +08:00
README.md update OpenHarmony 3.0 LTS 2021-10-22 13:59:18 +08:00
README_zh.md update OpenHarmony 3.0 LTS 2021-10-22 13:59:18 +08:00

README.md

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