blob: 5f6958192d0b8949f5d0cc9fd44e3077c3944beb [file] [log] [blame]
# Copyright 2025 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.hardware.haptics") {
sdk_category = "partner"
stable = false
sdk_area = "Drivers"
sources = [ "haptics.fidl" ]
public_deps = [ "//zircon/vdso/zx" ]
}