XDMSettingsUI/data/10207428.rss
branchRCL_3
changeset 35 fbd2e7cec7ef
parent 0 c8caa15ef882
child 12 e6a66db4e9d0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/XDMSettingsUI/data/10207428.rss	Wed Sep 01 12:23:14 2010 +0100
@@ -0,0 +1,50 @@
+/*
+* Copyright (c) 1020 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:    ECOM plugin resource file for GS XDM plugin.
+*
+*/
+
+
+
+#include <registryinfo.rh>
+
+RESOURCE REGISTRY_INFO theInfo
+    {
+    dll_uid     = 0x10207428; // Plugin dll UID
+    interfaces  = 
+        {
+        INTERFACE_INFO
+            {
+            interface_uid   = 0x10207236; // UID for CGSPluginInterface
+            implementations = 
+                {
+                IMPLEMENTATION_INFO
+                    {
+                    implementation_uid  = 0x10207429; // Plugin UID
+                    version_no          = 1;
+                    display_name        = "XDM Settings Plugin"; // Plugin debug name
+                    
+                    #ifdef RD_CONTROL_PANEL // for control panel change (5.0)
+                        default_data        = "0x10283341"; // Parent UID adminstrative settings
+                        opaque_data         = "50"; // Order number
+                    #else // for normal 3.0 without control panel change
+                        default_data        = "0x10207250"; // Parent UID connection settings
+                        opaque_data         = "140"; // Order number
+                    #endif //RD_CONTROL_PANEL
+                    }
+                };
+            }
+        };
+    }
+