blob: 389f4e207f7e36dd29717f9f2333cb815d4d2abe [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/fsl",
"//sdk/fidl/fuchsia.bluetooth.le",
"//sdk/lib/sys/cpp",
"//src/lib/fxl",
"//zircon/public/fidl/fuchsia-sysinfo:fuchsia-sysinfo_c",
"//zircon/public/lib/async-loop-cpp",
]
}