locationsystemui/locationsysui/locutils/data/locutils.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 25 May 2010 13:09:42 +0300
branchRCL_3
changeset 13 9c303455e256
parent 0 667063e416a2
permissions -rw-r--r--
Revision: 201019 Kit: 2010121

/*
* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  Resource File for the Location System UI 
*			  	  Utilities
*       
*
*/


//  RESOURCE IDENTIFIER
NAME    LUPS // 4 letter ID

//  INCLUDES
#include <eikon.rh>
#include <VPbkFieldType.rh>
#include <VPbkFieldType.hrh>

// CONSTANTS

//  RESOURCE DEFINITIONS 

//----------------------------------------------------
//   
//    
//    Needed or loading the resource fails!
//
//----------------------------------------------------	
//
RESOURCE RSS_SIGNATURE
    {
    }


//----------------------------------------------------
//   
//    r_vpbk_email_selector
//    Resource used while selecting WEB URL field for
//    Phonebook Search.
//
//----------------------------------------------------
//
RESOURCE VPBK_FIELD_TYPE_SELECTOR r_vpbk_url_selector
    {
    versitProperties = 
        {
        VBK_FIELD_VERSIT_PROPERTY
            {
            name = EVPbkVersitNameURL;
            }
        };
    }

//----------------------------------------------------
//   
//    r_vpbk_email_selector
//    Resource used while selecting EMAIL field for
//    Phonebook Search.
//
//----------------------------------------------------
//
RESOURCE VPBK_FIELD_TYPE_SELECTOR r_vpbk_email_selector
    {
    versitProperties = 
        {
        VBK_FIELD_VERSIT_PROPERTY
            {
            name = EVPbkVersitNameEMAIL;
            }
        };
    }

//----------------------------------------------------
//   
//    r_vpbk_sipurl_selector
//    Resource used while selecting SIP URL field for
//    Phonebook Search.
//
//----------------------------------------------------
//
RESOURCE VPBK_FIELD_TYPE_SELECTOR r_vpbk_sipurl_selector
    {
    versitProperties = 
        {
        VBK_FIELD_VERSIT_PROPERTY
            {
            name = EVPbkVersitNameX;
            extensionName = "X-SIP";
            }
        };
    }