blob: d8eeb6e4a97401dc351ceade27117fda96301c4e [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.
executable("banjo-dummy") {
sources = [
"main.cpp",
]
deps = [
"$zx/system/banjo/ddk.protocol.bt.gattsvc",
"$zx/system/ulib/zircon",
]
}