blob: c0ad49c61bdbca1a4cc11e5c7355e9e336869e52 [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("//build/banjo/banjo.gni")
banjo("fuchsia.hardware.sdmmc") {
sources = [ "sdmmc.banjo" ]
deps = [ "//sdk/banjo/zx" ]
}