blob: d76b0938e98537669c0bd0b86bcbaac42850be0c [file] [log] [blame]
# Copyright 2020 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.element") {
sdk_category = "partner"
sdk_area = "Unknown"
sources = [
"annotations.fidl",
"element_manager.fidl",
"graphical_presenter.fidl",
"overview.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.mem",
"//sdk/fidl/fuchsia.sys",
"//sdk/fidl/fuchsia.ui.views",
"//sdk/fidl/fuchsia.url",
]
enable_hlcpp = true
}