sensorservices/orientationssy/data/10282F0F.RSS
author Tapani Kanerva <Tapani.Kanerva@nice.fi>
Thu, 11 Nov 2010 14:35:29 +0000
branchRCL_3
changeset 86 79105dd92dc2
parent 0 4e1aa6a622a0
child 70 653a8b91b95e
permissions -rw-r--r--
Export meaningful default HWRM policy files, to fix Bug 3852

/*
* 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