blob: 91ce6405b76affd4c8588825321c499c255d5cf1 [file] [log] [blame]
# Copyright 2020 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.samplertestcontroller") {
testonly = true
sources = [ "sampler_test_controller.test.fidl" ]
}
fidl("fuchsia.mockrebootcontroller") {
testonly = true
sources = [ "mock_reboot_controller.test.fidl" ]
}