openharmony_ci 5136f05988 !8 process code review suggestions
Merge pull request !8 from zgit2021/0329m
2022-03-29 08:26:24 +00:00
2022-03-29 15:31:25 +08:00
2022-03-29 15:31:25 +08:00
2022-03-29 15:31:25 +08:00
2022-03-29 15:31:25 +08:00
2021-03-11 18:41:20 +08:00
2022-03-29 15:31:25 +08:00
2022-03-29 15:31:25 +08:00

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

S
Description
Compilation framework for third-party SDK integration | 三方SDK集成编译框架
Readme 86 KiB
Languages
C 100%