|
1 /* |
|
2 * Copyright (c) 2005-2007 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: Phonebook 2 thumbnail control resources. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <Pbk2IconId.hrh> |
|
20 #include <Pbk2Icons.hrh> |
|
21 |
|
22 // -------------------------------------------------------------------------- |
|
23 // Field type for thumbnail image |
|
24 // -------------------------------------------------------------------------- |
|
25 // |
|
26 RESOURCE VPBK_FIELD_TYPE_MAPPING_LIST r_pbk2_thumbnail_field_type |
|
27 { |
|
28 items = |
|
29 { |
|
30 VPBK_FIELD_TYPE_MAPPING |
|
31 { |
|
32 versitProperty = VBK_FIELD_VERSIT_PROPERTY |
|
33 { |
|
34 name = EVPbkVersitNamePHOTO; |
|
35 }; |
|
36 } |
|
37 }; |
|
38 } |
|
39 |
|
40 // -------------------------------------------------------------------------- |
|
41 // Thumbnail background |
|
42 // -------------------------------------------------------------------------- |
|
43 // |
|
44 RESOURCE ARRAY r_pbk2_graf_bg_thumbnail |
|
45 { |
|
46 items = |
|
47 { |
|
48 PBK2_ICON_INFO |
|
49 { |
|
50 version = 0; |
|
51 pbk2IconInfoId = PHONEBOOK2_ICON_ID |
|
52 { |
|
53 ownerUid = KPbk2UID3; |
|
54 id = EPbk2qgn_graf_phob_thumbnail_backg; |
|
55 }; |
|
56 mbmFileName = phonebook2_mbm_file_location; |
|
57 iconId = qgn_graf_bg_phob_thumbnail; |
|
58 maskId = qgn_graf_bg_phob_thumbnail_mask; |
|
59 skinIdMajor = EAknsMajorGeneric; |
|
60 skinIdMinor = EAknsMinorGenericQgnGrafBgPhobThumbnail; |
|
61 } |
|
62 }; |
|
63 } |
|
64 |
|
65 // End of File |