blob: 4a01d8545115c0d10f57dd07ecc53201ebbd614c [file] [log] [blame]
# Copyright 2018 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("bt-le-heart-rate-peripheral") {
output_name = "bt-le-heart-rate-peripheral"
sources = [
"app.cc",
"app.h",
"main.cc",
"service.cc",
"service.h",
"system_load_heart_model.cc",
"system_load_heart_model.h",
]
deps = [
"//garnet/public/lib/component/cpp",
"//garnet/public/fidl/fuchsia.bluetooth.le",
"//garnet/public/lib/fsl",
"//garnet/public/lib/fxl",
"//zircon/public/lib/async-loop-cpp",
]
}