blob: 0cf0ef66549133a8704818b1a425cf375bc2cf43 [file] [log] [blame]
# Copyright 2017 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("//build/fidl/fidl.gni")
group("cpp") {
public_deps = [
":agent_impl",
]
}
source_set("agent_impl") {
sources = [
"agent_impl.cc",
"agent_impl.h",
]
deps = [
"//garnet/public/lib/svc/cpp",
"//sdk/fidl/fuchsia.modular",
"//sdk/lib/fidl/cpp",
"//src/lib/fxl",
]
}