blob: 2e19c44aed3aa920d1d738243dea571de25bceb0 [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
import("//build/zircon/migrated_targets.gni")
zx_library("dummy") {
kernel = true
sources = [ "dummy_iommu.cc" ]
deps = [ "//zircon/kernel/lib/ktl" ]
public_deps = [
# <dev/iommu/dummy.h> has #include <ktl/unique_ptr.h>.
"//zircon/kernel/lib/ktl:headers",
]
}