blob: 16469dc336829f25296af154b88c48ce854266c5 [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.ui.input3") {
sdk_category = "partner"
sdk_area = "HCI"
sources = [
"events.fidl",
"keyboard.fidl",
"modifiers.fidl",
"overview.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.input",
"//sdk/fidl/fuchsia.ui.views",
"//zircon/vdso/zx",
]
enable_hlcpp = true
}