# iot_link **Repository Path**: openharmony/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**: 61 - **Forks**: 63 - **Created**: 2020-08-27 - **Last Updated**: 2024-11-20 ## Categories & Tags **Categories**: harmonyos-devtools **Tags**: None ## README # IOT子系统 - [简介](#section11660541593) - [目录](#section1464106163817) - [涉及仓](#section1718733212019) ## 简介 IOT子系统为平台开发者提供了集成三方SDK的示例参考。 ## 目录 ``` domains/iot/ # 仓目录 └── link ├── BUILD.gn # 构建脚本 ├── demolink # 三方厂商与平台接口的适配层构建目录 │ ├── BUILD.gn │ ├── demosdk_adapter.c │ └── demosdk_adapter.h └── libbuild # 三方厂商SDK构建目录 ├── BUILD.gn ├── demosdk.c └── demosdk.h ``` ## 涉及仓 iot\_link