blob: 189d4fa5707eb68988bca4024cf2c89dd2a711a6 [file] [log] [blame]
# Copyright 2020 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("root_resource_filter") {
sources = [ "root_resource_filter.cc" ]
deps = [
"//zircon/kernel/lib/counters",
"//zircon/kernel/lib/crypto",
"//zircon/kernel/lib/debuglog",
"//zircon/kernel/lib/init",
"//zircon/kernel/lib/page_cache",
"//zircon/kernel/phys:handoff",
"//zircon/system/ulib/region-alloc",
]
}