|
1 /* |
|
2 * Copyright (c) 2002-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: Resources for Phonebook 2 UI Policy. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 // RESOURCE IDENTIFIER |
|
20 NAME PUIP // Phonebook 2 UI Policy |
|
21 |
|
22 // INCLUDES |
|
23 #include <uikon.rh> |
|
24 #include <VPbkFieldType.rh> |
|
25 #include <phonebook2.loc> |
|
26 |
|
27 // -------------------------------------------------------------------------- |
|
28 // Standard resource signature |
|
29 // -------------------------------------------------------------------------- |
|
30 // |
|
31 RESOURCE RSS_SIGNATURE { } |
|
32 |
|
33 // -------------------------------------------------------------------------- |
|
34 // Field type selector for pronunciation fields |
|
35 // -------------------------------------------------------------------------- |
|
36 // |
|
37 RESOURCE VPBK_FIELD_TYPE_SELECTOR r_pronunciation_field_selector |
|
38 { |
|
39 versitProperties = |
|
40 { |
|
41 VBK_FIELD_VERSIT_PROPERTY |
|
42 { |
|
43 name = EVPbkVersitNameSOUND; |
|
44 subField = EVPbkVersitSubFieldFamilyNamePronunciation; |
|
45 }, |
|
46 VBK_FIELD_VERSIT_PROPERTY |
|
47 { |
|
48 name = EVPbkVersitNameSOUND; |
|
49 subField = EVPbkVersitSubFieldGivenNamePronunciation; |
|
50 }, |
|
51 VBK_FIELD_VERSIT_PROPERTY |
|
52 { |
|
53 name = EVPbkVersitNameSOUND; |
|
54 subField = EVPbkVersitSubFieldCompanyNamePronunciation; |
|
55 } |
|
56 }; |
|
57 } |
|
58 |
|
59 // End of File |