blob: 07ad16a9739daf606894e13601b7d5aee121ef47 [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/fidl/fidl.gni")
fidl("fuchsia.ui.brightness") {
sdk_category = "partner"
stable = true
sdk_area = "UI"
sources = [
"brightness.fidl",
"color_adjustment.fidl",
"overview.fidl",
]
public_deps = [ "//zircon/vdso/zx" ]
excluded_checks = [ "invalid-case-for-decl-name" ]
enable_hlcpp = true
}