blob: c68714b0373f213cac086c29e39b4345e7374467 [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-sdio") {
sdk = "source"
sdk_headers = [ "lib/mock-sdio/mock-sdio.h" ]
testonly = true
sources = []
}