blob: 5e91ca3571df83e43e62b353a5881127291f6fd6 [file] [log] [blame]
# 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",
]
}