blob: 07a5f5da8d99861c3e75cc0236a53570dd161503 [file] [edit]
# Copyright 2019 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("connect") {
sources = [ "connect.h" ]
deps = [
"//sdk/fidl/fuchsia.sys:fuchsia.sys_hlcpp",
"//sdk/lib/fidl/cpp",
]
}