blob: 672103f3c9c5462221fb2934f9f83f19554e612e [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("intel_rng") {
sources = [
"intel-rng.cpp",
]
deps = [
"$zx/kernel/dev/hw_rng",
]
}