blob: 27b99096b24212df31f78eef36ae3b9916d99c57 [file] [log] [blame] [edit]
# Copyright 2023 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.controller.test") {
testonly = true
sources = [ "fuchsia_controller.test.fidl" ]
public_deps = [ "//zircon/vdso/zx" ]
}
fidl("fuchsia.controller.othertest") {
testonly = true
sources = [ "fuchsia_controller_other.test.fidl" ]
public_deps = [ ":fuchsia.controller.test" ]
}