blob: e9dc11015a8238764ba6b96915d304b844d7cd28 [file] [log] [blame]
# Copyright 2019 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.test.manager") {
sources = [ "test_manager.fidl" ]
sdk_category = "internal"
public_deps = [
"//sdk/fidl/fuchsia.developer.remotecontrol",
"//sdk/fidl/fuchsia.diagnostics",
"//sdk/fidl/fuchsia.test",
"//sdk/fidl/fuchsia.url",
]
}