|
1 /* |
|
2 * Copyright (c) 2002 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 |
|
21 // ========== RESOURCE IDENTIFIER ========================== |
|
22 |
|
23 NAME MSCU |
|
24 |
|
25 // ========== INCLUDE FILES ================================ |
|
26 #include <eikon.rh> |
|
27 #include <eikon.rsg> |
|
28 #include <avkon.rsg> |
|
29 #include <avkon.rh> |
|
30 #include <VPbkFieldType.rh> |
|
31 |
|
32 // ========== CONSTANTS ==================================== |
|
33 |
|
34 // ========== MACROS ======================================= |
|
35 |
|
36 // ========== RESOURCE DEFINITIONS ========================= |
|
37 |
|
38 RESOURCE RSS_SIGNATURE {} // Resource file signature |
|
39 |
|
40 |
|
41 /// Phone number selector |
|
42 RESOURCE VPBK_FIELD_TYPE_SELECTOR r_phone_number_selector |
|
43 { |
|
44 versitProperties = |
|
45 { |
|
46 VBK_FIELD_VERSIT_PROPERTY |
|
47 { |
|
48 name = EVPbkVersitNameTEL; |
|
49 } |
|
50 }; |
|
51 } |
|
52 |
|
53 /// Email address selector |
|
54 RESOURCE VPBK_FIELD_TYPE_SELECTOR r_email_address_selector |
|
55 { |
|
56 versitProperties = |
|
57 { |
|
58 VBK_FIELD_VERSIT_PROPERTY |
|
59 { |
|
60 name = EVPbkVersitNameEMAIL; |
|
61 } |
|
62 }; |
|
63 } |
|
64 |
|
65 /// MMS address selector |
|
66 RESOURCE VPBK_FIELD_TYPE_SELECTOR r_mms_address_selector |
|
67 { |
|
68 versitProperties = |
|
69 { |
|
70 VBK_FIELD_VERSIT_PROPERTY |
|
71 { |
|
72 name = EVPbkVersitNameTEL; |
|
73 }, |
|
74 VBK_FIELD_VERSIT_PROPERTY |
|
75 { |
|
76 name = EVPbkVersitNameEMAIL; |
|
77 } |
|
78 }; |
|
79 } |
|
80 |
|
81 // End of File |