blob: 151df4b125ab16593f14a0d36b9a84f4f19acd97 [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.
library fuchsia.camera.test;
using fuchsia.hardware.camera;
/// This interface provides manipulation methods for a standard DeviceWatcher. This is intended for
/// test purposes only.
[Discoverable]
protocol DeviceWatcherTester {
/// Inserts the given controller implementation as a new device.
InjectDevice(fuchsia.hardware.camera.Device camera);
};