blob: 393e32b491fdedc4d25d83789eb805d29c55076c [file] [log] [blame]
# Copyright 2025 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.
import("//build/fidl/fidl.gni")
fidl("fuchsia.hardware.amlogic.metadata") {
sdk_category = "partner"
stable = false
sources = [
"cpu.fidl",
"i2c.fidl",
"overview.fidl",
"power.fidl",
"spi.fidl",
]
public_deps = [ "//zircon/vdso/zx" ]
sdk_area = "Drivers"
}