blob: 9b9e9115c1894354e841079dfb1f8426f6de8695 [file] [log] [blame]
# Copyright 2019 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.input2") {
sdk_category = "partner"
sources = [
"events.fidl",
"keyboard.fidl",
"keys.fidl",
"layout.fidl",
"modifiers.fidl",
"semantic_keys.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.ui.views",
]
}