# iot_link **Repository Path**: luckyleejin/iot_link ## Basic Information - **Project Name**: iot_link - **Description**: Compilation framework for third-party SDK integration | 三方SDK集成编译框架 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 63 - **Created**: 2021-04-14 - **Last Updated**: 2021-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # IOT子系统 - [简介](#section11660541593) - [目录](#section1464106163817) - [涉及仓](#section1718733212019) ## 简介 IOT子系统为平台开发者提供了集成三方SDK的示例参考,具体集成方法参见《[集成三方SDK](https://device.harmonyos.com/cn/docs/develop/demo/oem_device_wifi_sdk-0000001054412155)》指导文档。 ## 目录 ``` domains/iot/ # 仓目录 └── link ├── BUILD.gn # 构建脚本 ├── demolink # 三方厂商与平台接口的适配层构建目录 │ ├── BUILD.gn │ ├── demosdk_adapter.c │ └── demosdk_adapter.h └── libbuild # 三方厂商SDK构建目录 ├── BUILD.gn ├── demosdk.c └── demosdk.h ``` ## 涉及仓 iot\_link