blob: 59dac311f4895c0bf47d914748264c57399427f3 [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.developer.ffx.speedtest") {
sources = [ "speedtest.fidl" ]
public_deps = [ "//zircon/vdso/zx" ]
}