phonebookui/Phonebook2/Presentation/rss/Pbk2ContactMerge.rss
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2006-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: 
       
    15 *     This file contains resources for Pbk2Presentation.dll
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 // ---------------------------------------------------------
       
    22 //  Selector for emails
       
    23 // ---------------------------------------------------------
       
    24 //
       
    25 RESOURCE VPBK_FIELD_TYPE_SELECTOR r_pbk2_email_selector
       
    26     {
       
    27     versitProperties =
       
    28         {
       
    29         VBK_FIELD_VERSIT_PROPERTY
       
    30             {
       
    31             name = EVPbkVersitNameEMAIL;
       
    32             }
       
    33         };
       
    34     }
       
    35 
       
    36 // ---------------------------------------------------------
       
    37 //  Selector for phone numbers
       
    38 // ---------------------------------------------------------
       
    39 //
       
    40 RESOURCE VPBK_FIELD_TYPE_SELECTOR r_pbk2_number_selector
       
    41     {
       
    42     versitProperties =
       
    43         {
       
    44         VBK_FIELD_VERSIT_PROPERTY
       
    45             {
       
    46             name = EVPbkVersitNameTEL;
       
    47             }
       
    48         };
       
    49     }
       
    50 
       
    51 // End of File