blob: 9dd7f0297a9531c6144799b79fda3e5eae57152b [file] [log] [blame] [edit]
# 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.observation") {
sources = [ "aggregator.fidl" ]
public_deps = [ "//zircon/vdso/zx" ]
}