blob: c924b0b75c5909e93a1d02a33e16b19c5764899d [file] [log] [blame] [edit]
# 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.input") {
sdk_category = "partner"
sources = [
"keymap.fidl",
"keys.fidl",
"overview.fidl",
]
public_deps = []
enable_hlcpp = true
}