summaryrefslogtreecommitdiffstats
path: root/chromeos/audio/chromeos_sounds.h
blob: 81788e6fd1bfb9af93ccba46eb3578a9de03b51c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROMEOS_AUDIO_CHROMEOS_SOUNDS_H_
#define CHROMEOS_AUDIO_CHROMEOS_SOUNDS_H_

// This file declares sound resources keys for ChromeOS.
namespace chromeos {

enum {
  SOUND_START = 0,
  SOUND_STARTUP = SOUND_START,
  SOUND_LOCK,
  SOUND_OBJECT_DELETE,
  SOUND_CAMERA_SNAP,
  SOUND_UNLOCK,
  SOUND_SHUTDOWN,
  SOUND_SPOKEN_FEEDBACK_ENABLED,
  SOUND_SPOKEN_FEEDBACK_DISABLED,
  SOUND_VOLUME_ADJUST,
  SOUND_PASSTHROUGH,
  SOUND_EXIT_SCREEN,
  SOUND_ENTER_SCREEN,
  SOUND_COUNT,
};

}  // namespace chromeos

#endif  // CHROMEOS_AUDIO_CHROMEOS_SOUNDS_H_