blob: 530ac49ccdaaf6cbf0a800eab7ab7897d75b8bb2 [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("fake_ddk") {
testonly = true
sources = [
"fake_ddk.cpp",
]
deps = [
"$zx/system/ulib/ddk",
"$zx/system/ulib/fbl",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
]
}