sensorservices/tiltcompensationssy/data/2000b5f5.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 11 May 2010 17:23:24 +0300
branchRCL_3
changeset 10 66ecddbca914
parent 0 4e1aa6a622a0
permissions -rw-r--r--
Revision: 201017 Kit: 201019

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