blob: c4e00c936506808676a9dd9cff5293ce99dd9ca0 [file] [log] [blame]
# Copyright 2016 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.policy") {
sdk_category = "partner"
sources = [
"display_usage.fidl",
"presentation.fidl",
"presenter.fidl",
]
public_deps = [
"$garnet_sdk_fidl/fuchsia.ui.gfx",
"$garnet_sdk_fidl/fuchsia.ui.input",
"$garnet_sdk_fidl/fuchsia.ui.viewsv1token",
]
}