diff -r 000000000000 -r 72b543305e3a mobilemessaging/audiomsg/data/audiomessage_reg.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mobilemessaging/audiomsg/data/audiomessage_reg.rss Thu Dec 17 08:44:11 2009 +0200 @@ -0,0 +1,49 @@ +/* +* Copyright (c) 2005-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 definitions for project audiomessage +* +*/ + + + +#include +#include +#include +#include +#include + +UID2 KUidAppRegistrationResourceFile +UID3 0x1020745A + +RESOURCE APP_REGISTRATION_INFO + { + app_file = "audiomessage"; + localisable_resource_file = APP_RESOURCE_DIR"\\audiomessage"; + localisable_resource_id = R_AUDIOMESSAGE_LOCALISABLE_APP_INFO; + + hidden = KAppIsHidden; + embeddability = KAppEmbeddable; + + service_list = + { + SERVICE_INFO { uid = KMuiuMsgEditorServiceUid; opaque_data = r_service_edit; } + }; + } + +RESOURCE MSG_SERVICE_STRUCT r_service_edit + { + mtm_id = 0x1020745B; // MMS MTM + type = KMsgServiceEdit; + } +