Go to file
openharmony_ci 0ab095a216 !5 删除lite_subsystem模板,使用原生的gn group内置函数
Merge pull request !5 from jady3356/master
2021-09-16 07:54:05 +00:00
demolink update openharmony 1.0.1 2021-03-11 18:41:20 +08:00
libbuild add OpenHarmony 1.0 baseline 2020-09-08 10:21:38 +08:00
BUILD.gn remove lite_subsystem template 2021-09-16 00:04:08 -07:00
LICENSE update openharmony 1.0.1 2021-03-11 18:41:20 +08:00
README_zh.md update openharmony 1.0.1 2021-03-11 18:41:20 +08:00
README.md update openharmony 1.0.1 2021-03-11 18:41:20 +08:00

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