blob: 11420cb308cf70bd1efb899a0ef640b2a61ac509 [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 = [
"//garnet/public/fidl/fuchsia.intl",
"//garnet/public/fidl/fuchsia.sys",
]
}