blob: c74ae9da92decf1b248f94a9db692f67e57e26a6 [file] [log] [blame]
Doug Horn1427b6a2018-12-11 13:19:16 -08001{
2 "deps": [
3 "fidl_cpp_base",
4 "fidl",
5 "fidl-async",
6 "fit",
7 "zx"
8 ],
9 "fidl_deps": [],
10 "headers": [
11 "pkg/fidl_cpp_sync/include/lib/fidl/cpp/interface_handle.h",
12 "pkg/fidl_cpp_sync/include/lib/fidl/cpp/interface_request.h",
13 "pkg/fidl_cpp_sync/include/lib/fidl/cpp/internal/synchronous_proxy.h",
14 "pkg/fidl_cpp_sync/include/lib/fidl/cpp/synchronous_interface_ptr.h"
15 ],
16 "include_dir": "pkg/fidl_cpp_sync/include",
17 "name": "fidl_cpp_sync",
18 "root": "pkg/fidl_cpp_sync",
19 "sources": [
20 "pkg/fidl_cpp_sync/internal/synchronous_proxy.cc"
21 ],
22 "type": "cc_source_library"
23}