blob: b59203a473f073bf917e31231b3041aed61818ba [file]
# Copyright 2026 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.trf.factory") {
testonly = true
sources = [ "factory.fidl" ]
public_deps = [ "//sdk/fidl/fuchsia.testing.harness" ]
}