blob: de9d5915b6ede110e9876585cac4c4f9da3d47de [file] [log] [blame]
# Copyright 2024 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.interaction") {
sources = [
"notifier.fidl",
"state.fidl",
]
enable_hlcpp = true
}