blob: 615f0715bc691a8ff996b54bc6a4a80e18db5640 [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"
stable = true
sdk_area = "Unknown"
sources = [ "virtual_keyboard.fidl" ]
public_deps = [ "//sdk/fidl/fuchsia.ui.views" ]
enable_hlcpp = true
}