blob: 54efbb5e39bfe3ae6f777d25db8bf97e3c7d786c [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"
sdk_area = "HCI"
sources = [
"brightness.fidl",
"color_adjustment.fidl",
"overview.fidl",
]
public_deps = [ "//zircon/vdso/zx" ]
excluded_checks = [ "invalid-case-for-decl-name" ]
enable_hlcpp = true
}