blob: 9ea810ad2f2a1e34b320f4bd1f008f4c327969bc [file] [log] [blame]
# Copyright 2022 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.display.color") {
sdk_category = "internal"
sources = [ "color_converter.fidl" ]
public_deps = [ "//zircon/vdso/zx" ]
enable_hlcpp = true
}