disable source clip for the proxies
[platform/core/uifw/efl-theme-tizen.git] / themes / widgets / multisense_sound.edc
1 /*
2  * efl-theme-tizen
3  * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd.
4  *
5  * Licensed under the Apache License, Version 2.0 (the License);
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  *     http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an AS IS BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  */
17
18
19
20 /**
21
22   *Usage:     
23    *sounds {
24               sound: BUTTON_PRESSED_SOUND START_POINT  ENDPOINT
25                 ..
26              }
27    *The " sounds" block contains a list of one or more " sound" items.
28     
29    *Present implementation supports only .wav format
30 */
31
32 #define BUTTON_PRESSED_SOUND "button-pressed.wav"
33 #define BUTTON_TOGGLE_OFF_SOUND "button-toggle-off.wav"
34 #define BUTTON_TOGGLE_ON_SOUND "button-toggle-on.wav"
35 #define DIALOG_CANCEL_SOUND "dialog-cancel.wav"
36 #define DIALOG_ERROR_SOUND "dialog-error.wav"
37 #define DIALOG_INFORMATION_SOUND "dialog-information.wav"
38 #define DIALOG_OK_SOUND "dialog-ok.wav"
39 #define DIALOG_QUESTION_SOUND "dialog-question.wav"
40 #define DIALOG_WARNING_SOUND "dialog-warning.wav"
41 #define DRAG_ACCEPT_SOUND "drag-accept.wav"
42 #define DRAG_FAIL_SOUND "drag-fail.wav"
43 #define DRAG_START_SOUND "drag-start.wav"
44 #define LINK_PRESSED_SOUND "link-pressed.wav"
45 #define MENU_CLICK_SOUND "menu-click.wav"
46 #define MENU_POPUP_SOUND "menu-popup.wav"
47 #define TOOLTIP_POPUP_SOUND "tooltip-popup.wav"
48 #define WINDOW_NEW_SOUND "window-new.wav"
49 #define WATERDROP_SOUND "Waterdrop.wav"
50
51 sounds {
52           sound: BUTTON_PRESSED_SOUND 0 100 ;
53           sound: BUTTON_TOGGLE_OFF_SOUND 0 100 ;
54           sound: BUTTON_TOGGLE_ON_SOUND 0 100 ;
55           sound: DIALOG_CANCEL_SOUND 0 100 ;
56           sound: DIALOG_ERROR_SOUND 0 100 ;
57           sound: DIALOG_INFORMATION_SOUND 0 100 ;                  
58           sound: DIALOG_OK_SOUND 0 100 ;
59           sound: DIALOG_QUESTION_SOUND 0 100 ;
60           sound: DIALOG_WARNING_SOUND 0 100 ;
61           sound: DRAG_ACCEPT_SOUND 0 100 ;
62           sound: DRAG_FAIL_SOUND 0 100 ;
63           sound: DRAG_START_SOUND 0 100 ;
64           sound: LINK_PRESSED_SOUND 0 100 ;
65           sound: MENU_CLICK_SOUND 0 100 ;
66           sound: MENU_POPUP_SOUND 0 100 ;
67           sound: TOOLTIP_POPUP_SOUND 0 100 ;
68           sound: WINDOW_NEW_SOUND 0 100 ;
69           sound: WATERDROP_SOUND 0 100 ;
70        }
71
72