Home
·
All Namespaces
·
All Classes
·
Main Classes
src
keys_nokia.h
1
2
/******************************************************************************
3
** This file is part of profile-qt
4
**
5
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
6
** All rights reserved.
7
**
8
** Contact: Sakari Poussa <sakari.poussa@nokia.com>
9
**
10
** Redistribution and use in source and binary forms, with or without
11
** modification, are permitted provided that the following conditions are met:
12
**
13
** Redistributions of source code must retain the above copyright notice,
14
** this list of conditions and the following disclaimer. Redistributions in
15
** binary form must reproduce the above copyright notice, this list of
16
** conditions and the following disclaimer in the documentation and/or
17
** other materials provided with the distribution.
18
**
19
** Neither the name of Nokia Corporation nor the names of its contributors
20
** may be used to endorse or promote products derived from this software
21
** without specific prior written permission.
22
**
23
** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
24
** AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
25
** THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
26
** PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
27
** CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
28
** EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
29
** PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
30
** OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
31
** WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
32
** OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
33
** ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34
******************************************************************************/
35
36
37
#ifndef PROFILED_KEYS_NOKIA_H_
38
#define PROFILED_KEYS_NOKIA_H_
39
40
#define PROFILEKEY_RINGING_ALERT_TONE "ringing.alert.tone"
/* Ringing tone */
41
#define PROFILEKEY_RINGING_ALERT_TYPE "ringing.alert.type"
/* Ringing type */
42
#define PROFILEKEY_RINGING_ALERT_VOLUME "ringing.alert.volume"
/* Ringing volume */
43
#define PROFILEKEY_VIBRATING_ALERT_ENABLED "vibrating.alert.enabled"
/* Vibrating alert */
44
#define PROFILEKEY_EMAIL_ALERT_TONE "email.alert.tone"
/* Message alert tone for Email */
45
#define PROFILEKEY_EMAIL_ALERT_VOLUME "email.alert.volume"
/* Email alert volume */
46
#define PROFILEKEY_IM_ALERT_TONE "im.alert.tone"
/* Message alert tone for Instant messaging */
47
#define PROFILEKEY_IM_ALERT_VOLUME "im.alert.volume"
/* Instant messaging alert volume */
48
#define PROFILEKEY_SMS_ALERT_TONE "sms.alert.tone"
/* Message alert tone for SMS */
49
#define PROFILEKEY_SMS_ALERT_VOLUME "sms.alert.volume"
/* SMS message alert volume */
50
#define PROFILEKEY_KEYPAD_SOUND_LEVEL "keypad.sound.level"
/* Key sounds */
51
#define PROFILEKEY_SYSTEM_SOUND_LEVEL "system.sound.level"
/* System sounds */
52
#define PROFILEKEY_TOUCHSCREEN_SOUND_LEVEL "touchscreen.sound.level"
/* Touch screen sounds */
53
#define PROFILEKEY_TOUCHSCREEN_VIBRA_LEVEL "touchscreen.vibration.level"
/* Touch screen vibration */
54
#define PROFILEKEY_CLOCK_ALARM_ENABLED "clock.alarm.enabled"
/* Clock alarm */
55
#define PROFILEKEY_CALENDAR_ALARM_ENABLED "calendar.alarm.enabled"
/* Calendar alarm */
56
57
#endif
/* PROFILED_KEYS_NOKIA_H_ */
Copyright © 2009 Nokia Corporation
Generated on Tue May 18 2021 21:41:09
Doxygen 1.9.1
System Control UI