settings/agent/earcons.rs
1// Copyright 2020 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 playing earcons sounds.
6pub(crate) mod agent;
7
8/// Earcons utilities.
9pub(crate) mod sound_ids;
10pub(super) mod utils;
11
12/// Earcons handlers.
13pub(crate) mod bluetooth_handler;
14mod volume_change_handler;