diff -r 08008ce8a6df -r bde600d88860 messagingfw/msgcommonutils/group/msgcommonutils.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/messagingfw/msgcommonutils/group/msgcommonutils.rss Fri Jun 04 10:32:16 2010 +0100 @@ -0,0 +1,81 @@ +/* +* 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 +#include +#include +#include +#include + +// ========== 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