blob: 3ac4867c24f16cd4a60f7f3bc6b7fdbb6dbd768f [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" ]
configs += [ "//build/config:Wno-extra-semi" ]
public_deps = [ "//third_party/openweave-core/src/include:common" ]
}