blob: 5f87aaef7d0fafe60a5ee78532698d92c5bd3643 [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.
library("hisi-lib") {
sdk = "static"
sdk_headers = [ "dev/clk/hisi-lib/hisi.h" ]
sources = [
"hisi-clk.c",
]
deps = [
"$zx/system/banjo/ddk-protocol-clk",
"$zx/system/banjo/ddk-protocol-platform-bus",
"$zx/system/banjo/ddk-protocol-platform-device",
"$zx/system/ulib/ddk",
"$zx/system/ulib/driver",
"$zx/system/ulib/sync",
"$zx/system/ulib/zircon",
]
}