blob: c843e62a25f554ac548f683992c92b9869068802 [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.
library("mock_mmio_reg") {
# TODO: testonly = true
sources = [
"mock_mmio_reg.cpp",
]
deps = [
"$zx/system/ulib/ddk",
"$zx/system/ulib/fbl",
"$zx/system/ulib/unittest",
]
}