blob: d52bb17c65a6204e881e5c32c15eb6726f9c0cbc [file] [log] [blame]
# Copyright 2020 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.display.clamprgb") {
sources = [ "display-clamprgb.banjo" ]
deps = [ "//sdk/banjo/zx" ]
}