equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2006 - 2008 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0"" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * This file contains all the resources for the module. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 // RESOURCE IDENTIFIER |
|
21 NAME TSCA // 4 letter ID |
|
22 |
|
23 // INCLUDES |
|
24 #include <eikon.rh> |
|
25 #include <avkon.rsg> |
|
26 #include <avkon.rh> |
|
27 #include "touchscreencalib.loc" |
|
28 |
|
29 // CONSTANTS |
|
30 // -none |
|
31 |
|
32 // MACROS |
|
33 // -none |
|
34 |
|
35 // RESOURCE DEFINITIONS |
|
36 |
|
37 RESOURCE RSS_SIGNATURE { } |
|
38 |
|
39 RESOURCE TBUF { buf="touch_screen_calib"; } |
|
40 |
|
41 RESOURCE EIK_APP_INFO |
|
42 { |
|
43 status_pane = r_status_pane; |
|
44 } |
|
45 |
|
46 RESOURCE STATUS_PANE_APP_MODEL r_status_pane |
|
47 { |
|
48 layout= R_AVKON_STATUS_PANE_LAYOUT_EMPTY; |
|
49 } |
|
50 |
|
51 RESOURCE TBUF r_qtn_touch_screen_cali_instr_can { buf = qtn_touch_screen_cali_instr_can; } |
|
52 RESOURCE TBUF r_qtn_touch_screen_cali_instr_res { buf = qtn_touch_screen_cali_instr_res; } |
|
53 RESOURCE TBUF r_qtn_touch_screen_cali_instr_gen { buf = qtn_touch_screen_cali_instr_gen; } |
|
54 RESOURCE TBUF r_qtn_touch_screen_cali_cancel { buf = qtn_touch_screen_cali_cancel; } |
|
55 RESOURCE TBUF r_qtn_touch_screen_cali_done { buf = qtn_touch_screen_cali_done; } |