sensorservices/tiltcompensationssy/data/2000b5f5.rss
changeset 0 4e1aa6a622a0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sensorservices/tiltcompensationssy/data/2000b5f5.rss	Tue Feb 02 00:53:00 2010 +0200
@@ -0,0 +1,61 @@
+/*
+* Copyright (c) 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:  Ecom plug-in registration file.
+*
+*/
+
+   
+#include <ecom/registryinfov2.rh>
+#include "tiltcompensationssyconsts.hrh"
+#include <sensrvresource.hrh>
+
+RESOURCE REGISTRY_INFO R_TILT_COMPENSATION_SSY
+    {
+    resource_format_version = RESOURCE_FORMAT_VERSION_2;
+    dll_uid = KTiltCompensationSsyDllUid;
+    
+    interfaces = 
+        {
+        INTERFACE_INFO
+            {
+            interface_uid = KSsyControlInterfaceUid;
+            implementations = 
+                {
+                BINARY_IMPLEMENTATION_INFO
+                    {
+                    implementation_uid = KTiltCompensationSsyImplUid;
+                    version_no         = 1;
+                    display_name       = "TILT COMPENSATION SSY";
+                    default_data       = {
+                                         // Tilt channel
+                                         0x1, // ChannelInfoVersion
+                                         0x27, //  ChannelInfoLength
+                                         0x1E, // Flags
+                                         0xDF, 0xBE, 0x00, 0x20, // ChannelType
+                                         0x01, 0x00, 0x00, 0x00, // ContextType
+                                         0x0F, 0x00, 0x00, 0x00, // Quantity
+                                         0x05, 0x4e, 0x6f, 0x4c, 0x6f, 0x63, // Location: NoLoc
+                                         0x05, 0x4e, 0x6f, 0x6b, 0x69, 0x61, // VendorId: Nokia
+                                         0xDF, 0xBE, 0x00, 0x20, // ChannelDataTypeId
+                                         0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF // ChannelSecurityPolicy
+                                         };
+                    opaque_data        = {};
+                    rom_only           = 0;
+                    }
+                };
+            }
+        };
+    }
+
+// End of File