blob: 8705842b2a12a74342866c3890ef9d359fef2378 [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.
import("$zx/public/gn/banjo.gni")
banjo_library("ddk.protocol.scpi") {
sources = [
"scpi.banjo",
]
public_deps = [
"$zx/system/banjo/zircon.device.scpi",
]
}