omadrm/drmplugins/drmrohandler/src/101F7B92.rss
changeset 0 95b198f216e5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/omadrm/drmplugins/drmrohandler/src/101F7B92.rss	Thu Dec 17 08:52:27 2009 +0200
@@ -0,0 +1,60 @@
+/*
+* Copyright (c) 2004-2009 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 file needed by ECOM framework
+*
+*/
+
+
+//  RESOURCE IDENTIFIER
+NAME    RO
+
+//  INCLUDES
+#include <ecom/registryinfo.rh>
+
+//  RESOURCE DEFINITIONS 
+// -----------------------------------------------------------------------------
+//   
+// RoHandlerInformation
+// This data structure specifies mappings and information needed by
+// the ECOM framework.
+//
+// -----------------------------------------------------------------------------
+//
+RESOURCE REGISTRY_INFO RoHandlerInformation
+    {
+    // rohandler.dll's uid3)
+    dll_uid = 0x101F7B92;
+    interfaces = 
+        {
+        INTERFACE_INFO
+            {
+            // KUidPushHandlerBase - CPushHandlerBase UID
+            interface_uid = 0x101F3E5A;
+            implementations = 
+                {
+                IMPLEMENTATION_INFO
+                    {
+                    // RoHandler's implementationUID
+                    implementation_uid = 0x101F7B93;
+                    version_no = 1;
+                    display_name = "CRoHandler||Implements a WAP Push Rights Object Handler Plug-in||Copyright © 2002 Nokia Ltd. All rights reserved.";
+                    default_data = "x-wap-application:drm.ua||0x00000008";
+                    opaque_data = "";
+                    }
+                };
+            }
+        };
+    }
+           
+// End of File