blob: e2f5f9cb459a9f4eb1a7418a4597f8946f869fc3 [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("as370") {
sources = [
"as370.cpp",
]
deps = [
"$zx/system/ulib/ddk",
"$zx/system/ulib/ddktl",
"$zx/system/ulib/fbl",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxcpp",
]
data_deps = [
"$zx/kernel/target/arm64/boot-shim:as370",
]
}