blob: eb04dcdd97bd3b628cba288374e0ff5e76e2fb58 [file] [log] [blame]
# Copyright 2020 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.
source_set("cpp") {
sources = [
"stdout-to-debuglog.cc",
"stdout-to-debuglog.h",
]
deps = [
"//sdk/fidl/fuchsia.boot:fuchsia.boot_cpp_wire",
"//sdk/lib/component/incoming/cpp",
"//sdk/lib/fdio",
"//zircon/system/ulib/zx",
]
}