Merge "Package upload"
[profile/ivi/efl-theme-tizen.git] / themes / widgets / multisense_sound.edc
1 /*
2  * Copyright (c) 2010 Samsung Electronics Co., Ltd All Rights Reserved 
3  *
4  * PROPRIETARY/CONFIDENTIAL
5  *
6  * This software is the confidential and proprietary information of SAMSUNG
7  * ELECTRONICS ("Confidential Information"). You agree and acknowledge that this
8  * software is owned by Samsung and you shall not disclose such Confidential
9  * Information and shall use it only in accordance with the terms of the license
10  * agreement you entered into with SAMSUNG ELECTRONICS. SAMSUNG make no
11  * representations or warranties about the suitability of the software, either
12  * express or implied, including but not limited to the implied warranties of
13  * merchantability, fitness for a particular purpose, or non-infringement.
14  * SAMSUNG shall not be liable for any damages suffered by licensee arising out
15  * of or releated to this software.
16  *
17  */
18
19 /**
20
21   *Usage:     
22    *sounds {
23               sound: BUTTON_PRESSED_SOUND START_POINT  ENDPOINT
24                 ..
25              }
26    *The " sounds" block contains a list of one or more " sound" items.
27     
28    *Present implementation supports only .wav format
29 */
30
31 #define BUTTON_PRESSED_SOUND "button-pressed.wav"
32 #define BUTTON_TOGGLE_OFF_SOUND "button-toggle-off.wav"
33 #define BUTTON_TOGGLE_ON_SOUND "button-toggle-on.wav"
34 #define DIALOG_CANCEL_SOUND "dialog-cancel.wav"
35 #define DIALOG_ERROR_SOUND "dialog-error.wav"
36 #define DIALOG_INFORMATION_SOUND "dialog-information.wav"
37 #define DIALOG_OK_SOUND "dialog-ok.wav"
38 #define DIALOG_QUESTION_SOUND "dialog-question.wav"
39 #define DIALOG_WARNING_SOUND "dialog-warning.wav"
40 #define DRAG_ACCEPT_SOUND "drag-accept.wav"
41 #define DRAG_FAIL_SOUND "drag-fail.wav"
42 #define DRAG_START_SOUND "drag-start.wav"
43 #define LINK_PRESSED_SOUND "link-pressed.wav"
44 #define MENU_CLICK_SOUND "menu-click.wav"
45 #define MENU_POPUP_SOUND "menu-popup.wav"
46 #define TOOLTIP_POPUP_SOUND "tooltip-popup.wav"
47 #define WINDOW_NEW_SOUND "window-new.wav"
48 #define WATERDROP_SOUND "Waterdrop.wav"
49
50 sounds {
51           sound: BUTTON_PRESSED_SOUND 0 100 ;
52           sound: BUTTON_TOGGLE_OFF_SOUND 0 100 ;
53           sound: BUTTON_TOGGLE_ON_SOUND 0 100 ;
54           sound: DIALOG_CANCEL_SOUND 0 100 ;
55           sound: DIALOG_ERROR_SOUND 0 100 ;
56           sound: DIALOG_INFORMATION_SOUND 0 100 ;                  
57           sound: DIALOG_OK_SOUND 0 100 ;
58           sound: DIALOG_QUESTION_SOUND 0 100 ;
59           sound: DIALOG_WARNING_SOUND 0 100 ;
60           sound: DRAG_ACCEPT_SOUND 0 100 ;
61           sound: DRAG_FAIL_SOUND 0 100 ;
62           sound: DRAG_START_SOUND 0 100 ;
63           sound: LINK_PRESSED_SOUND 0 100 ;
64           sound: MENU_CLICK_SOUND 0 100 ;
65           sound: MENU_POPUP_SOUND 0 100 ;
66           sound: TOOLTIP_POPUP_SOUND 0 100 ;
67           sound: WINDOW_NEW_SOUND 0 100 ;
68           sound: WATERDROP_SOUND 0 100 ;
69        }
70
71