settings/agent.rs
1// Copyright 2019 The Fuchsia Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5/// Agent for watching the camera3 status.
6pub(crate) mod camera_watcher;
7
8/// Agent for handling media button input.
9pub(crate) mod media_buttons;
10
11/// Earcons.
12pub(crate) mod earcons;
13
14/// Inspect agents.
15pub(crate) mod inspect;