blob: 0f3b3b948551531ad2611083800a17742c1d95fc [file] [log] [blame]
# Copyright 2017 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")
# TODO(SCN-697): Move this something better when the FIDL directories are
# reorganized.
fidl("fuchsia.ui.app") {
sdk_category = "partner"
api = "fuchsia.ui.app.api"
sources = [
"view.fidl",
"view_config.fidl",
"view_provider.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.intl",
"//sdk/fidl/fuchsia.sys",
]
}