未验证 提交 b435e99c 编写于 作者: O openharmony_ci 提交者: Gitee

!8 process code review suggestions

Merge pull request !8 from zgit2021/0329m
文件模式从 100755 更改为 100644
......@@ -6,7 +6,7 @@
## Introduction<a name="section11660541593"></a>
The 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).
The IoT subsystem provides samples for integrating third-party SDKs.
## Directory Structure<a name="section1464106163817"></a>
......@@ -14,7 +14,7 @@ The IoT subsystem provides samples for integrating third-party SDKs. For details
domains/iot/ # IoT subsystem
└── link
├── BUILD.gn # Build script
├── demolink # Code for adapting third-party APIs to OpenHarmonyOS
├── demolink # Code for adapting third-party APIs to OpenHarmony
│ ├── BUILD.gn
│ ├── demosdk_adapter.c
│ └── demosdk_adapter.h
......
......@@ -6,7 +6,7 @@
## 简介<a name="section11660541593"></a>
IOT子系统为平台开发者提供了集成三方SDK的示例参考,具体集成方法参见《[集成三方SDK](https://device.harmonyos.com/cn/docs/develop/demo/oem_device_wifi_sdk-0000001054412155)》指导文档
IOT子系统为平台开发者提供了集成三方SDK的示例参考。
## 目录<a name="section1464106163817"></a>
......
文件模式从 100755 更改为 100644
文件模式从 100755 更改为 100644
文件模式从 100755 更改为 100644
......@@ -30,4 +30,4 @@ struct TaskPara {
int DemoSdkCreateTask(unsigned int *handle, const struct TaskPara *para);
void DemoSdkSleepMs(int ms);
#endif
#endif // DEMOSDK_ADAPTER_H
# Copyright (c) 2020 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# Copyright (c) 2020 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
static_library("demosdk") {
sources = [
"demosdk.c"
]
include_dirs = [
"//domains/iot/link/libbuild",
"//domains/iot/link/demolink"
]
}
static_library("demosdk") {
sources = [ "demosdk.c" ]
include_dirs = [
"//domains/iot/link/libbuild",
"//domains/iot/link/demolink",
]
}
文件模式从 100755 更改为 100644
......@@ -18,4 +18,4 @@
int DemoSdkEntry(void);
#endif
#endif // DEMOSDK_H
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册