blob: 02c3b4dbb6a3d22fd3ce29db11033b458e93d3e6 [file] [log] [blame]
# Copyright 2018 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.views") {
sdk_category = "partner"
stable = true
sdk_area = "Unknown"
sources = [
"commands.fidl",
"flatland_tokens.fidl",
"focuser.fidl",
"overview.fidl",
"view.fidl",
"view_ref.fidl",
"view_ref_focused.fidl",
"view_ref_installed.fidl",
"view_token.fidl",
]
public_deps = [ "//zircon/vdso/zx" ]
enable_hlcpp = true
}