blob: 17a555bc325302243df0321f922d02b2ae36649d [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/fidl/cpp",
"//garnet/public/lib/fxl",
"//garnet/public/lib/svc/cpp",
"//peridot/public/fidl/fuchsia.modular",
]
}