1 Star 0 Fork 6

cxksz666/smartfan_1

forked from 李秀鹏/smartfan 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
BUILD.gn 1.65 KB
一键复制 编辑 原始数据 按行查看 历史
# 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("oc_mqtt") {
sources = [
"iot/iot_cloud_oc_sample.c",
"wifi_connect/wifi_connect.c",
"mqtt/oc_mqtt.c",
"mqtt/oc_mqtt_profile_package.c",
"temperature_humidity/sht3x_i2c.c",
"led_motor/motor_module.c",
"led_motor/E53_IA1.c"
]
cflags = [ "-Wno-unused-variable" ]
cflags += [ "-Wno-unused-but-set-variable" ]
include_dirs = [
"//foundation/communication/wifi_lite/interfaces/wifiservice",
"//third_party/cJSON",
"/home/openharmony/base/iot_hardware/peripheral/interfaces/kits",
"/home/openharmony/device/board/isoftstone/qihang/iot_hardware_hals/include",
"/home/openharmony/device/board/isoftstone/qihang/app/smartfan/mqtt",
"/home/openharmony/device/board/isoftstone/qihang/app/smartfan/iot",
"/home/openharmony/device/board/isoftstone/qihang/app/smartfan/wifi_connect",
"/home/openharmony/device/board/isoftstone/qihang/app/smartfan/led_motor",
]
deps = [
"../../third_party/paho_mqtt:pahomqtt_static",
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cxksz666/smartfan_1.git
[email protected]:cxksz666/smartfan_1.git
cxksz666
smartfan_1
smartfan_1
master

搜索帮助