blob: cf0fc13571be0a68d953052b51c275d18e0542b3 [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.
driver("aml-canvas") {
sources = [
"aml-canvas.c",
]
deps = [
"$zx/system/banjo/ddk.protocol.amlogiccanvas",
"$zx/system/banjo/ddk.protocol.platform.device",
"$zx/system/dev/lib/device-protocol-platform-device",
"$zx/system/ulib/ddk",
"$zx/system/ulib/zircon",
]
}