blob: da728e90dd0ea48264f20e0cad2123d5570a8b1a [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 = [
":lifecycle_impl",
]
}
source_set("lifecycle_impl") {
sources = [
"lifecycle_impl.cc",
"lifecycle_impl.h",
]
deps = [
"//garnet/public/lib/fsl",
"//garnet/public/lib/svc/cpp",
"//sdk/fidl/fuchsia.modular",
"//sdk/lib/fidl/cpp",
"//src/lib/fxl",
]
}