messagingfw/msgcommonutils/group/msgcommonutils.rss
author hgs
Fri, 25 Jun 2010 16:18:56 +0530
changeset 28 10ce313e5859
parent 0 8e480a14352b
permissions -rw-r--r--
201025

/*
* Copyright (c) 2002 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:  
*     This file contains all the resources for the module.
*
*/



// ========== RESOURCE IDENTIFIER ==========================

NAME    MSCU

// ========== INCLUDE FILES ================================
#include <eikon.rh>
#include <eikon.rsg>
#include <avkon.rsg>
#include <avkon.rh>
#include <VPbkFieldType.rh>

// ========== CONSTANTS ====================================

// ========== MACROS =======================================

// ========== RESOURCE DEFINITIONS =========================

RESOURCE RSS_SIGNATURE {}           // Resource file signature


/// Phone number selector
RESOURCE VPBK_FIELD_TYPE_SELECTOR r_phone_number_selector
    {
    versitProperties = 
        {
        VBK_FIELD_VERSIT_PROPERTY
            {
            name = EVPbkVersitNameTEL;
            }
        };
    }

/// Email address selector
RESOURCE VPBK_FIELD_TYPE_SELECTOR r_email_address_selector
    {
    versitProperties =
        {
        VBK_FIELD_VERSIT_PROPERTY
            {
            name = EVPbkVersitNameEMAIL;
            }
        };
    }

/// MMS address selector
RESOURCE VPBK_FIELD_TYPE_SELECTOR r_mms_address_selector
    {
    versitProperties =
        {
        VBK_FIELD_VERSIT_PROPERTY
            {
            name = EVPbkVersitNameTEL;
            },
        VBK_FIELD_VERSIT_PROPERTY
            {
            name = EVPbkVersitNameEMAIL;
            }
        };
    }   

// End of File