blob: 4d36a08db508da65f8332d71148eaa9c4aad4bff [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/fidl/fuchsia-sysinfo:fuchsia-sysinfo_c",
"//zircon/public/lib/async-loop-cpp",
]
}