| # 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. | |
| import("//build/unification/zx_library.gni") | |
| zx_library("mock-hidbus-ifc") { | |
| sdk = "source" | |
| sdk_headers = [ "lib/mock-hidbus-ifc/mock-hidbus-ifc.h" ] | |
| testonly = true | |
| sources = [] | |
| deps = [ | |
| "//src/lib/ddk", | |
| "//src/lib/ddktl", | |
| "//zircon/public/lib/fbl", | |
| "//zircon/public/lib/sync", | |
| "//zircon/public/lib/zxtest", | |
| ] | |
| } |