Make TIZEN 2.0
[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 #include "../src/include/vcui-view-layout-hd.h"
18
19 #define IMG_SRC_DIR "./hd"
20
21 images {
22         image: IMG_SRC_DIR/"vc_keypad_btn_normal.png" COMP;     
23         image: IMG_SRC_DIR/"vc_keypad_btn_press.png" COMP;
24         image: IMG_SRC_DIR/"vc_keypad_btn_icon.png" COMP;
25         image: IMG_SRC_DIR/"vc_lock_reject_message_bg.png" COMP;
26         image: IMG_SRC_DIR/"vc_lock_reject_message_arrow_open.png" COMP;
27         image: IMG_SRC_DIR/"vc_lock_reject_message_arrow_close.png" COMP;
28         image: IMG_SRC_DIR/"vc_reject_msg_icon.png" COMP;
29 }
30
31
32 collections {
33
34         #include "vcui-view-button-layout.edc"
35         #include "vcui-view-incoming-lock.edc"
36         #include "vcui-view-dialing.edc"
37         #include "vcui-view-keypad.edc"
38         #include "vcui-view-single-call.edc"
39         #include "vcui-view-multi-call-conf.edc"
40         #include "vcui-view-multi-call-split.edc"
41         #include "vcui-view-multi-call-list.edc"
42         #include "vcui-view-reject.edc"
43         #include "vcui-view-naviframe.edc"
44         #include "vcui-view-ug-effect.edc"
45         #include "vcui-view-end-single-call.edc"
46         #include "vcui-view-end-conf-call.edc"
47         #include "vcui-view-quick-pannel.edc"
48         #include "vcui-view-volume-popup.edc"
49         #include "vcui-view-caller-info.edc"
50         #include "vcui-view-landscape-quick-pannel.edc"
51 }