2 Star 0 Fork 1

NaveenJS / third_party_libcoap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
BUILD.gn 2.06 KB
一键复制 编辑 原始数据 按行查看 历史
NaveenJS 提交于 2021-02-01 19:51 . Porting LibCoAP source to OHOS
#
# 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.
#
import("//build/lite/config/component/lite_component.gni")
config("libcoap_config") {
include_dirs = [
"//third_party/libcoap/include/coap2",
]
}
libcoap_sources = [
"//third_party/libcoap/src/address.c",
"//third_party/libcoap/src/async.c",
"//third_party/libcoap/src/block.c",
"//third_party/libcoap/src/coap_asn1.c",
"//third_party/libcoap/src/coap_cache.c",
"//third_party/libcoap/src/coap_debug.c",
"//third_party/libcoap/src/coap_event.c",
"//third_party/libcoap/src/coap_gnutls.c",
"//third_party/libcoap/src/coap_hashkey.c",
"//third_party/libcoap/src/coap_io.c",
"//third_party/libcoap/src/coap_mbedtls.c",
"//third_party/libcoap/src/coap_notls.c",
"//third_party/libcoap/src/coap_openssl.c",
"//third_party/libcoap/src/coap_prng.c",
"//third_party/libcoap/src/coap_session.c",
"//third_party/libcoap/src/coap_tcp.c",
"//third_party/libcoap/src/coap_time.c",
"//third_party/libcoap/src/coap_tinydtls.c",
"//third_party/libcoap/src/encode.c",
"//third_party/libcoap/src/mem.c",
"//third_party/libcoap/src/net.c",
"//third_party/libcoap/src/option.c",
"//third_party/libcoap/src/pdu.c",
"//third_party/libcoap/src/resource.c",
"//third_party/libcoap/src/str.c",
"//third_party/libcoap/src/subscribe.c",
"//third_party/libcoap/src/uri.c",
]
lite_library("libcoap") {
target_type = "shared_library"
sources = libcoap_sources
public_configs = [
":libcoap_config",
]
}
1
https://gitee.com/naveenjs/third_party_libcoap.git
git@gitee.com:naveenjs/third_party_libcoap.git
naveenjs
third_party_libcoap
third_party_libcoap
master

搜索帮助