omadrm/drmplugins/drmromtm/uiData/src/RoMtmReg.rss
changeset 0 95b198f216e5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/omadrm/drmplugins/drmromtm/uiData/src/RoMtmReg.rss	Thu Dec 17 08:52:27 2009 +0200
@@ -0,0 +1,139 @@
+/*
+* Copyright (c) 2002 - 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: 
+*     This file contains Rights Manager Engine MTM info resource.
+*
+*
+*/
+
+
+//  INCLUDES
+#include <mtmconfig.rh>
+#include <romtmui.loc>
+
+
+//  CONSTANTS
+// none
+
+//  MACROS
+// none
+
+
+//  RESOURCE DEFINITIONS
+// ---------------------------------------------------------
+//
+//
+//    MTM info resource for Rights Manager Engine MTM
+//
+// ---------------------------------------------------------
+//
+#ifdef __MESSAGING_API_V2__
+
+#include <e32capability.h>
+
+RESOURCE MTM_INFO_FILE
+    {
+    mtm_type_uid = 0x101F6DC2;
+    technology_type_uid = 0x10009157;
+    components =
+        {
+        MTM_COMPONENT_V2
+            {
+            human_readable_name = qtn_mce_inbox_write_ro;
+            component_uid = KUidMtmServerComponentVal;
+            entry_point = 1;
+            version = VERSION_V2 {};
+            filename = "romtmser.dll";
+            },
+        MTM_COMPONENT_V2
+            {
+            human_readable_name = qtn_mce_inbox_write_ro;
+            component_uid = KUidMtmClientComponentVal;
+            entry_point = 1;
+            version = VERSION_V2 {};
+            filename = "romtmcli.dll";
+            },
+        MTM_COMPONENT_V2
+            {
+            human_readable_name = qtn_mce_inbox_write_ro;
+            component_uid = KUidMtmUiComponentVal;
+            entry_point = 1;
+            version = VERSION_V2 {};
+            filename = "romtmui.dll";
+            },
+        MTM_COMPONENT_V2
+            {
+            human_readable_name = qtn_mce_inbox_write_ro;
+            component_uid = KUidMtmUiDataComponentVal;
+            entry_point = 1;
+            version = VERSION_V2 {};
+            filename = "romtmdat.dll";
+            }
+        };
+    }
+
+RESOURCE MTM_CAPABILITIES
+    {
+    }
+
+RESOURCE MTM_SECURITY_CAPABILITY_SET
+    {
+    capabilities = { ECapabilityNetworkServices };
+    }
+
+#else
+RESOURCE MTM_INFO_FILE
+    {
+    mtm_type_uid = 0x101F6DC2;
+    technology_type_uid = 0x10009157;
+    components =
+        {
+        MTM_COMPONENT
+            {
+            human_readable_name = qtn_mce_inbox_write_ro;
+            component_uid = KUidMtmServerComponentVal;
+            specific_uid = 0x101F6DC1;
+            entry_point = 1;
+            version = VERSION { major = 1; minor = 0; build = 100; };
+            },
+        MTM_COMPONENT
+            {
+            human_readable_name = qtn_mce_inbox_write_ro;
+            component_uid = KUidMtmClientComponentVal;
+            specific_uid = 0x101F6DC0;
+            entry_point = 1;
+            version = VERSION { major = 1; minor = 0; build = 100; };
+            },
+        MTM_COMPONENT
+            {
+            human_readable_name = qtn_mce_inbox_write_ro;
+            component_uid = KUidMtmUiComponentVal;
+            specific_uid = 0x101F6DBE;
+            entry_point = 1;
+            version = VERSION { major = 1; minor = 0; build = 100; };
+            },
+        MTM_COMPONENT
+            {
+            human_readable_name = qtn_mce_inbox_write_ro;
+            component_uid = KUidMtmUiDataComponentVal;
+            specific_uid = 0x101F6DBF;
+            entry_point = 1;
+            version = VERSION { major = 1; minor = 0; build = 100; };
+            }
+        };
+    }
+
+#endif
+
+// End of File