blob: 9dff8e40f07991a66df20cb294e5f7f11276e793 [file] [log] [blame]
# Copyright 2016 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.
import("//peridot/build/executable_package.gni")
import("//third_party/flatbuffers/flatbuffer.gni")
executable_package("basemgr_monitor") {
sources = [
"basemgr_monitor.cc",
]
meta = [
{
path = rebase_path("meta/basemgr_monitor.cmx")
dest = "basemgr_monitor.cmx"
},
]
deps = [
"//garnet/public/fidl/fuchsia.sys",
"//garnet/public/lib/component/cpp",
"//garnet/public/lib/fxl",
"//peridot/public/fidl/fuchsia.modular",
"//zircon/public/lib/async-loop-cpp",
]
}