blob: 70f3fe05406aeee1e3659f33737047c50f95ae6d [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"
sources = [
"view.fidl",
"view_config.fidl",
"view_provider.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.intl",
"//sdk/fidl/fuchsia.sys",
]
}