blob: 2987df659aee0917380866346e840a04a0ff6c4b [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//third_party/openweave-core/config.gni")
source_set("openweave-core") {
deps = [
"src/ble:BleLayer",
"src/inet:InetLayer",
"src/system:SystemLayer",
"src/lib/core:WeaveCore",
"src/lib/support:WeaveSupport",
"src/lib/profiles:WeaveProfiles",
]
if (weave_build_warm) {
deps += [ "src/warm:Warm" ]
}
configs += [ "//third_party/openweave-core/src/include:fuchsia" ]
public_configs = [ "//third_party/openweave-core/src/include:public" ]
public_deps = [ "//third_party/openweave-core/src/include:common" ]
}