blob: c1d5dcd95b312e582e4f7ec92b9eaeb4ab70722d [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.driver.testing") {
testonly = true
sources = [ "realm_factory.test.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.component.sandbox",
"//sdk/fidl/fuchsia.driver.test",
"//sdk/fidl/fuchsia.io",
"//sdk/fidl/fuchsia.testing.harness",
"//sdk/fidl/fuchsia.url",
]
}