blob: d3c1100abf1032a73d1bc3c2f445309c5bf3e8fc [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_s912") {
sources = [ "hdcp.cc" ]
deps = [
"//zircon/kernel/dev/interrupt",
"//zircon/kernel/dev/pdev",
"//zircon/kernel/lib/cbuf",
]
}