mobilemessaging/unieditor/application/data/UniEditor_reg.rss
changeset 0 72b543305e3a
child 2 0bf1d54f37d9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mobilemessaging/unieditor/application/data/UniEditor_reg.rss	Thu Dec 17 08:44:11 2009 +0200
@@ -0,0 +1,66 @@
+/*
+* Copyright (c) 2006-2007 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:  UniEditor_reg.rss*
+*/
+
+
+
+#include <appinfo.rh>
+#include <data_caging_paths_strings.hrh>
+#include <unieditor.rsg>
+#include <MuiuMsgEditorService.rh>
+#include <MuiuMsgEditorServiceConst.h>
+
+#include "UniEditorUids.hrh"
+
+UID2 KUidAppRegistrationResourceFile
+UID3 KUidUniEditorApplication // Define your application UID here
+
+RESOURCE APP_REGISTRATION_INFO
+    {
+    app_file = "UniEditor";
+    localisable_resource_file = APP_RESOURCE_DIR"\\UniEditor";
+    localisable_resource_id = R_UNIEDITOR_LOCALISABLE_APP_INFO;
+
+    hidden = KAppIsHidden;
+    embeddability = KAppEmbeddable;
+
+    service_list =
+        {
+        SERVICE_INFO { uid = KMuiuMsgEditorServiceUid; opaque_data = r_service_edit_uni; },
+        SERVICE_INFO { uid = KMuiuMsgEditorServiceUid; opaque_data = r_service_edit_mms; },
+        SERVICE_INFO { uid = KMuiuMsgEditorServiceUid; opaque_data = r_service_edit_sms; }
+        };
+    }
+
+RESOURCE MSG_SERVICE_STRUCT r_service_edit_uni
+    {
+    mtm_id = KUidUniMtm;	// Uni MTM
+    type = KMsgServiceEdit;
+    }
+
+RESOURCE MSG_SERVICE_STRUCT r_service_edit_mms
+	{
+	mtm_id = 0x100058E1;	// MMS MTM
+	type = KMsgServiceEdit;
+	}
+
+RESOURCE MSG_SERVICE_STRUCT r_service_edit_sms
+	{
+	mtm_id = 0x1000102C;	// KUidSmsMtm
+	type = KMsgServiceEdit;
+	}
+
+// End of File
+  
\ No newline at end of file