blob: 4c3984b62db8e592d2b1847010e5ba02b6d86ad3 [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(https://fxbug.dev/42098057): Move this something better when the FIDL directories are
# reorganized.
fidl("fuchsia.ui.app") {
sdk_category = "partner"
sdk_area = "Unknown"
sources = [
"overview.fidl",
"view.fidl",
"view_config.fidl",
"view_provider.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.intl",
"//sdk/fidl/fuchsia.ui.views",
"//zircon/vdso/zx",
]
enable_hlcpp = true
}