blob: 5f005ebd0c1058ba4830a182cb9e4d0ff370f8b9 [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("hw_rng") {
kernel = true
sources = [
"debug.cc",
"hw_rng.cc",
]
deps = [
"//zircon/kernel/lib/console",
"//zircon/system/ulib/pretty",
]
}