blob: 309e66d68d3ba3878a485dd376eae72c8a6d7a88 [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("ddk.protocol.ge2d") {
sources = [ "ge2d.banjo" ]
deps = [
"//sdk/banjo/ddk.protocol.camerahwaccel",
"//sdk/banjo/zircon.device.sysmem",
]
}