blob: 0dde9c712bd8cbd9beeff6e9a0ce3bb88e753a4f [file] [log] [blame]
# Copyright 2021 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.accessibility.virtualkeyboard") {
sdk_category = "partner"
sdk_area = "Unknown"
sources = [ "virtual_keyboard.fidl" ]
public_deps = [ "//sdk/fidl/fuchsia.ui.views" ]
enable_hlcpp = true
}