blob: d1df5276726dafc8de671ba1c64e185136dd5693 [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
source_set("amlogic_rng") {
sources = [ "amlogic-rng.cc" ]
deps = [
"$zx/kernel/dev/hw_rng",
"$zx/kernel/dev/pdev",
"$zx/system/ulib/explicit-memory",
]
}