Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
demolink/ | 12-May-2024 | - | 114 | 66 | ||
libbuild/ | 12-May-2024 | - | 96 | 56 | ||
BUILD.gn | D | 12-May-2024 | 733 | 23 | 19 | |
LICENSE | D | 12-May-2024 | 10.1 KiB | 177 | 150 | |
README.md | D | 12-May-2024 | 1.1 KiB | 31 | 22 | |
README_zh.md | D | 12-May-2024 | 1 KiB | 31 | 22 |
README.md
1# IoT Subsystem<a name="EN-US_TOPIC_0000001085756528"></a> 2 3- [Introduction](#section11660541593) 4- [Directory Structure](#section1464106163817) 5- [Repositories Involved](#section1718733212019) 6 7## Introduction<a name="section11660541593"></a> 8 9The IoT subsystem provides samples for integrating third-party SDKs. For details, see [Third-Party SDK Integration](https://device.harmonyos.com/en/docs/develop/demo/oem_device_wifi_sdk-0000001054412155). 10 11## Directory Structure<a name="section1464106163817"></a> 12 13``` 14domains/iot/ # IoT subsystem 15└── link 16 ├── BUILD.gn # Build script 17 ├── demolink # Code for adapting third-party APIs to OpenHarmonyOS 18 │ ├── BUILD.gn 19 │ ├── demosdk_adapter.c 20 │ └── demosdk_adapter.h 21 └── libbuild # Code for building third-party SDKs 22 ├── BUILD.gn 23 ├── demosdk.c 24 └── demosdk.h 25``` 26 27## Repositories Involved<a name="section1718733212019"></a> 28 29iot\_link 30 31
README_zh.md
1# IOT子系统<a name="ZH-CN_TOPIC_0000001085756528"></a> 2 3- [简介](#section11660541593) 4- [目录](#section1464106163817) 5- [涉及仓](#section1718733212019) 6 7## 简介<a name="section11660541593"></a> 8 9IOT子系统为平台开发者提供了集成三方SDK的示例参考,具体集成方法参见《[集成三方SDK](https://device.harmonyos.com/cn/docs/develop/demo/oem_device_wifi_sdk-0000001054412155)》指导文档。 10 11## 目录<a name="section1464106163817"></a> 12 13``` 14domains/iot/ # 仓目录 15└── link 16 ├── BUILD.gn # 构建脚本 17 ├── demolink # 三方厂商与平台接口的适配层构建目录 18 │ ├── BUILD.gn 19 │ ├── demosdk_adapter.c 20 │ └── demosdk_adapter.h 21 └── libbuild # 三方厂商SDK构建目录 22 ├── BUILD.gn 23 ├── demosdk.c 24 └── demosdk.h 25``` 26 27## 涉及仓<a name="section1718733212019"></a> 28 29iot\_link 30 31