blob: 8d118941c3ce487aa2abe037b156a6f2e3bc9c40 [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") {
kernel = true
sources = [ "root_resource_filter.cc" ]
deps = [
"//zircon/kernel/lib/cmdline",
"//zircon/kernel/lib/counters",
"//zircon/kernel/lib/crypto",
"//zircon/kernel/lib/debuglog",
"//zircon/kernel/lib/init",
"//zircon/system/ulib/region-alloc",
"//zircon/system/ulib/zbitl",
]
}