blob: 858e5b31dd225a66419b21113398bb31fcd7f2e5 [file]
# 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/public/lib/zxc",
"//zircon/system/ulib/service:service-llcpp",
]
public_deps = [ "//sdk/fidl/fuchsia.device:fuchsia.device_llcpp" ]
}