terminalsecurity/SCP/SCPTimestampPlugin/data/SCPTimestampPlugin.rss
changeset 0 b497e44ab2fc
child 73 ae69c2e8bc34
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/terminalsecurity/SCP/SCPTimestampPlugin/data/SCPTimestampPlugin.rss	Thu Dec 17 09:07:52 2009 +0200
@@ -0,0 +1,74 @@
+/*
+* Copyright (c) 2000 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: Implementation of terminalsecurity components
+*
+*/
+
+
+//  RESOURCE IDENTIFIER
+NAME SCPT
+
+// INCLUDES
+#include <ecom/registryinfov2.rh>
+#include <SCPPServerPluginDefs.hrh>
+#include <eikon.rh>
+
+#include <scptimestampplugin.loc>
+
+// CONSTANTS  
+
+// MACROS  
+
+// RESOURCE DEFINITIONS 
+
+//-----------------------------------------------------------------------------
+//   
+//    theInfo
+//    - The ECom resource definition for the plugin
+//
+//-----------------------------------------------------------------------------
+//
+RESOURCE REGISTRY_INFO theInfo
+    {
+    // We have ROM-only implementations, so declare the format
+    resource_format_version = RESOURCE_FORMAT_VERSION_2;
+    
+    // UID for the DLL
+    dll_uid = 0xA00003D6;
+    // Declare array of interface info
+    interfaces = 
+        {
+        INTERFACE_INFO
+            {
+            // UID of interface that is implemented
+            interface_uid = SCP_PLUGIN_IF_UID;
+            implementations = 
+                {
+                IMPLEMENTATION_INFO
+                    {
+                    implementation_uid = 0xA00003D7;
+                    version_no         = 1;
+                    display_name       = "";
+                    default_data       = "A00003D7";
+                    opaque_data        = "";
+                    
+                    // This is a ROM-only implementation
+                    rom_only           = 1;
+                    }
+                };
+            }
+        };
+    }
+
+// End of File