blob: 8c9c797e5700521441285e9626bb80d5d93394e1 [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.singleton") {
sdk_category = "partner"
stable = true
sdk_area = "Unknown"
sources = [
"info.fidl",
"overview.fidl",
]
public_deps = [ "//sdk/fidl/fuchsia.math" ]
enable_hlcpp = true
}