locationsystemui/locationsysui/locutils/data/locutils.rss
changeset 18 3825cf2dc8c2
parent 1 788b770ce3ae
child 20 82ee1f804b63
equal deleted inserted replaced
1:788b770ce3ae 18:3825cf2dc8c2
     1 /*
       
     2 * Copyright (c) 2006 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:  Resource File for the Location System UI 
       
    15 *			  	  Utilities
       
    16 *       
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 //  RESOURCE IDENTIFIER
       
    22 NAME    LUPS // 4 letter ID
       
    23 
       
    24 //  INCLUDES
       
    25 #include <eikon.rh>
       
    26 #include <VPbkFieldType.rh>
       
    27 #include <VPbkFieldType.hrh>
       
    28 
       
    29 // CONSTANTS
       
    30 
       
    31 //  RESOURCE DEFINITIONS 
       
    32 
       
    33 //----------------------------------------------------
       
    34 //   
       
    35 //    
       
    36 //    Needed or loading the resource fails!
       
    37 //
       
    38 //----------------------------------------------------	
       
    39 //
       
    40 RESOURCE RSS_SIGNATURE
       
    41     {
       
    42     }
       
    43 
       
    44 
       
    45 //----------------------------------------------------
       
    46 //   
       
    47 //    r_vpbk_email_selector
       
    48 //    Resource used while selecting WEB URL field for
       
    49 //    Phonebook Search.
       
    50 //
       
    51 //----------------------------------------------------
       
    52 //
       
    53 RESOURCE VPBK_FIELD_TYPE_SELECTOR r_vpbk_url_selector
       
    54     {
       
    55     versitProperties = 
       
    56         {
       
    57         VBK_FIELD_VERSIT_PROPERTY
       
    58             {
       
    59             name = EVPbkVersitNameURL;
       
    60             }
       
    61         };
       
    62     }
       
    63 
       
    64 //----------------------------------------------------
       
    65 //   
       
    66 //    r_vpbk_email_selector
       
    67 //    Resource used while selecting EMAIL field for
       
    68 //    Phonebook Search.
       
    69 //
       
    70 //----------------------------------------------------
       
    71 //
       
    72 RESOURCE VPBK_FIELD_TYPE_SELECTOR r_vpbk_email_selector
       
    73     {
       
    74     versitProperties = 
       
    75         {
       
    76         VBK_FIELD_VERSIT_PROPERTY
       
    77             {
       
    78             name = EVPbkVersitNameEMAIL;
       
    79             }
       
    80         };
       
    81     }
       
    82 
       
    83 //----------------------------------------------------
       
    84 //   
       
    85 //    r_vpbk_sipurl_selector
       
    86 //    Resource used while selecting SIP URL field for
       
    87 //    Phonebook Search.
       
    88 //
       
    89 //----------------------------------------------------
       
    90 //
       
    91 RESOURCE VPBK_FIELD_TYPE_SELECTOR r_vpbk_sipurl_selector
       
    92     {
       
    93     versitProperties = 
       
    94         {
       
    95         VBK_FIELD_VERSIT_PROPERTY
       
    96             {
       
    97             name = EVPbkVersitNameX;
       
    98             extensionName = "X-SIP";
       
    99             }
       
   100         };
       
   101     }