| # Copyright 2018 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. |
| |
| static_library("fake-transport-base") { |
| testonly = true |
| |
| sources = [ |
| "fake-transport-base.cc", |
| "fake-transport-base.h", |
| ] |
| |
| deps = [ |
| "//sdk/banjo/fuchsia.hardware.test", |
| "//sdk/fidl/fuchsia.hardware.telephony.transport:fuchsia.hardware.telephony.transport_llcpp", |
| "//sdk/fidl/fuchsia.telephony.snoop:fuchsia.telephony.snoop_llcpp", |
| "//sdk/lib/fdio", |
| "//src/devices/lib/driver", |
| "//src/lib/ddk", |
| "//zircon/public/lib/async-cpp", |
| "//zircon/public/lib/fbl", |
| "//zircon/public/lib/sync", |
| "//zircon/public/lib/zx", |
| "//zircon/system/ulib/async-default", |
| ] |
| } |