blob: 0595a7a38c6818089ce6d500c7cb1c02abdf9cbe [file] [log] [blame]
# Copyright 2021 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")
import("//tools/fidl/measure-tape/measure_tape.gni")
fidl("fuchsia.stresstest") {
sdk_category = "internal"
sources = [ "actor.fidl" ]
}
measure_tape("rust_measure_tape_for_action") {
fidls = [ ":fuchsia.stresstest" ]
target_types = [ "fuchsia.stresstest/Action" ]
target_binding = "rust"
}