blob: a3a2067732c5708e217768989ac40d39cc8538bc [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.
source_set("BleLayer") {
top_builddir = rebase_path("//third_party/openweave-core")
sources = [
"$top_builddir/src/ble/BLEEndPoint.cpp",
"$top_builddir/src/ble/BleError.cpp",
"$top_builddir/src/ble/BleLayer.cpp",
"$top_builddir/src/ble/BleUUID.cpp",
"$top_builddir/src/ble/WoBle.cpp",
]
configs += [ "//third_party/openweave-core/src/include:fuchsia" ]
public_deps = [ "//third_party/openweave-core/src/include:common" ]
}