bf8daa9f60f2683df029b62a240298ac95429365
[apps/home/call.git] / ui / call_edc / voice-call-ui.edc
1 /*
2  * Copyright 2012  Samsung Electronics Co., Ltd
3  *
4  * Licensed under the Flora License, Version 1.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.tizenopensource.org/license
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17
18 //#include "../vcui-view-layout.h"
19 #include "../vcui-view-layout-hd.h"
20
21 #define FONT_SLP_Bold "SLP:style=Bold"
22 #define FONT_SLP_Medium "SLP:style=Medium"
23 #define FONT_SLP_Roman "SLP:style=Roman"
24
25 //#define       IMG_SRC_DIR "./wvga"
26 #define IMG_SRC_DIR "./hd"
27
28 images {
29         /*image: IMG_SRC_DIR/"08_voicecall_multicall_icon01.png" COMP;
30         image: IMG_SRC_DIR/"08_voicecall_multicall_icon02.png" COMP;*/
31
32         image: IMG_SRC_DIR/"./keypad/vc_keypad_btn_normal.png" COMP;    
33         image: IMG_SRC_DIR/"./keypad/vc_keypad_btn_press.png" COMP;
34         image: IMG_SRC_DIR/"./keypad/vc_keypad_btn_icon.png" COMP;
35
36         image: IMG_SRC_DIR/"vc_lock_left_bg.png" COMP;
37         image: IMG_SRC_DIR/"vc_lock_right_bg.png" COMP;
38         image: IMG_SRC_DIR/"vc_lock_accept_icon.png" COMP;
39         image: IMG_SRC_DIR/"vc_lock_reject_icon.png" COMP;
40         image: IMG_SRC_DIR/"vc_lock_bottom_bg.png" COMP;
41  }
42
43
44 collections {
45
46         #include "vcui-view-incoming.edc"
47         #include "vcui-view-incoming-lock.edc"
48         #include "vcui-view-dialing.edc"
49         #include "vcui-view-keypad.edc"
50         #include "vcui-view-single-call.edc"
51         #include "vcui-view-multi-call-conf.edc"
52         #include "vcui-view-multi-call-split.edc"
53         #include "vcui-view-multi-call-list.edc"
54         #include "vcui-view-naviframe.edc"
55         #include "vcui-view-ug-effect.edc"
56         #include "vcui-view-end-single-call.edc"
57         #include "vcui-view-end-conf-call.edc"
58         #include "vcui-view-volume-popup.edc"
59 }