blob: 0e16d9d7caa3987f05cabe822dcf6704cd47327a [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.accessibility.gesture") {
sdk_category = "partner"
stable = true
sdk_area = "UI"
sources = [ "gesture_listener.fidl" ]
enable_hlcpp = true
}