blob: c7a6835bd14f0f12f61ab2b826f158324beab5db [file] [log] [blame] [edit]
# 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
config("includes") {
include_dirs = [ "include" ]
}
source_set("amlogic_s912") {
public = [ "include/dev/hdcp/amlogic_s912/init.h" ]
public_deps = [ "//sdk/lib/zbi-format" ]
sources = [ "hdcp.cc" ]
deps = [
"//zircon/kernel/dev/interrupt",
"//zircon/kernel/lib/cbuf",
]
public_configs = [ ":includes" ]
}