blob: e1204f7d4bbabddc45d00c4baa2cd96962a31e33 [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("topological_path") {
sources = [
"topological_path.cc",
"topological_path.h",
]
deps = [
"//sdk/lib/component/incoming/cpp",
"//zircon/system/ulib/zx",
]
public_deps = [ "//sdk/fidl/fuchsia.device:fuchsia.device_cpp" ]
}