blob: 1c03e4b892009a948a89f4dd5f6b853de3823278 [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 = [
"//zircon/system/ulib/service:service-llcpp",
"//zircon/system/ulib/zxc",
]
public_deps = [ "//sdk/fidl/fuchsia.device:fuchsia.device_llcpp" ]
}