sensorservices/orientationssy/data/10282F0F.RSS
changeset 0 4e1aa6a622a0
child 70 653a8b91b95e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sensorservices/orientationssy/data/10282F0F.RSS	Tue Feb 02 00:53:00 2010 +0200
@@ -0,0 +1,73 @@
+/*
+* Copyright (c) 2007-2008 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:  Orientation SSYs ECom declaration
+*
+*/
+
+   
+#include <sensrvresource.hrh>
+#include <ecom/registryinfov2.rh>
+
+RESOURCE REGISTRY_INFO OrientationSsy
+    {
+    resource_format_version = RESOURCE_FORMAT_VERSION_2;
+    dll_uid = 0x10282F0F;
+    
+    interfaces = 
+        {
+        INTERFACE_INFO
+            {
+            interface_uid = KSsyControlInterfaceUid;
+            implementations = 
+                {
+                BINARY_IMPLEMENTATION_INFO
+                    {
+                    implementation_uid = 0x10282F0E;
+                    version_no         = 1;
+                    display_name       = "ORIENTATIONSSY";
+                    default_data       = {
+                                         // Orientation channel
+                                         0x1, // ChannelInfoVersion
+                                         0x27, //  ChannelInfoLength
+                                         0x3E, // Flags
+                                         0x88, 0x50, 0x20, 0x10, // ChannelType
+                                         0x03, 0x00, 0x00, 0x00, // ContextType: ESensrvContextTypeUser
+                                         0x0C, 0x00, 0x00, 0x00, // Quantity: ESensrvQuantityOrientation
+                                         0x05, 0x4e, 0x6f, 0x4c, 0x6f, 0x63, // Location: NoLoc
+                                         0x05, 0x4e, 0x6f, 0x6b, 0x69, 0x61, // VendorId: Nokia
+                                         0x88, 0x50, 0x20, 0x10, // ChannelDataTypeId
+                                         0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, // ChannelSecurityPolicy
+                                         
+                                         // Rotation channel
+                                         0x1, // ChannelInfoVersion
+                                         0x27, //  ChannelInfoLength
+                                         0x1E, // Flags
+                                         0x89, 0x50, 0x20, 0x10, // ChannelType: ESensrvContextTypeUser
+                                         0x03, 0x00, 0x00, 0x00, // ContextType: ESensrvContextTypeUser
+                                         0x0D, 0x00, 0x00, 0x00, // Quantity: ESensrvQuantityRotation
+                                         0x05, 0x4e, 0x6f, 0x4c, 0x6f, 0x63, // Location: NoLoc
+                                         0x05, 0x4e, 0x6f, 0x6b, 0x69, 0x61, // VendorId: Nokia
+                                         0x89, 0x50, 0x20, 0x10, // ChannelDataTypeId
+                                         0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF
+                                         // ChannelSecurityPolicy
+                                         };
+                    opaque_data        = {};
+                    rom_only           = 0;
+                    }
+                };
+            }
+        };
+    }
+
+// End of File