sensorservices/tiltcompensationssy/data/2000b5f5.rss
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 /*
       
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Ecom plug-in registration file.
       
    15 *
       
    16 */
       
    17 
       
    18    
       
    19 #include <ecom/registryinfov2.rh>
       
    20 #include "tiltcompensationssyconsts.hrh"
       
    21 #include <sensrvresource.hrh>
       
    22 
       
    23 RESOURCE REGISTRY_INFO R_TILT_COMPENSATION_SSY
       
    24     {
       
    25     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    26     dll_uid = KTiltCompensationSsyDllUid;
       
    27     
       
    28     interfaces = 
       
    29         {
       
    30         INTERFACE_INFO
       
    31             {
       
    32             interface_uid = KSsyControlInterfaceUid;
       
    33             implementations = 
       
    34                 {
       
    35                 BINARY_IMPLEMENTATION_INFO
       
    36                     {
       
    37                     implementation_uid = KTiltCompensationSsyImplUid;
       
    38                     version_no         = 1;
       
    39                     display_name       = "TILT COMPENSATION SSY";
       
    40                     default_data       = {
       
    41                                          // Tilt channel
       
    42                                          0x1, // ChannelInfoVersion
       
    43                                          0x27, //  ChannelInfoLength
       
    44                                          0x1E, // Flags
       
    45                                          0xDF, 0xBE, 0x00, 0x20, // ChannelType
       
    46                                          0x01, 0x00, 0x00, 0x00, // ContextType
       
    47                                          0x0F, 0x00, 0x00, 0x00, // Quantity
       
    48                                          0x05, 0x4e, 0x6f, 0x4c, 0x6f, 0x63, // Location: NoLoc
       
    49                                          0x05, 0x4e, 0x6f, 0x6b, 0x69, 0x61, // VendorId: Nokia
       
    50                                          0xDF, 0xBE, 0x00, 0x20, // ChannelDataTypeId
       
    51                                          0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF // ChannelSecurityPolicy
       
    52                                          };
       
    53                     opaque_data        = {};
       
    54                     rom_only           = 0;
       
    55                     }
       
    56                 };
       
    57             }
       
    58         };
       
    59     }
       
    60 
       
    61 // End of File