sensorsupport/testsensor/src/10205089.rss
branchRCL_3
changeset 63 c2c61fdca848
parent 62 924385140d98
child 64 75184094ace1
child 66 9af619316cbf
equal deleted inserted replaced
62:924385140d98 63:c2c61fdca848
     1 // 10205089.rss
       
     2 
       
     3 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     4 // All rights reserved.
       
     5 // This component and the accompanying materials are made available
       
     6 // under the terms of "Eclipse Public License v1.0"
       
     7 // which accompanies this distribution, and is available
       
     8 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 //
       
    10 // Initial Contributors:
       
    11 // Nokia Corporation - initial contribution.
       
    12 //
       
    13 // Contributors:
       
    14 //
       
    15 // Description:
       
    16 //
       
    17 
       
    18 
       
    19 
       
    20 #include <sensors/spi/sensrvresource.hrh>
       
    21 #include <ecom/registryinfov2.rh>
       
    22 
       
    23 //  RESOURCE DEFINITIONS 
       
    24 // -----------------------------------------------------------------------------
       
    25 // 
       
    26 // Declares info for SSYReference ECom plugin
       
    27 //
       
    28 // -----------------------------------------------------------------------------
       
    29 
       
    30 RESOURCE REGISTRY_INFO SSYReferencePlugin
       
    31     {
       
    32     // UID for the DLL. See ssyreferenceplugin.mmp
       
    33     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    34     dll_uid = 0x10205089;
       
    35     interfaces = 
       
    36         {
       
    37         INTERFACE_INFO
       
    38             {
       
    39             // UID of interface that is implemented
       
    40             interface_uid = KSsyControlInterfaceUid;
       
    41             implementations = 
       
    42                 {
       
    43                 BINARY_IMPLEMENTATION_INFO
       
    44                     {
       
    45                     implementation_uid = 0x10205088;
       
    46                     version_no         = 1;
       
    47                     display_name       = "SSYReferencePlugin";
       
    48                     default_data       = {
       
    49                                          // Double tap channel
       
    50                                          0x01, // ChannelInfoVersion
       
    51                                          0x2E, //  ChannelInfoLength
       
    52                                          0x1E, // Flags
       
    53                                          0x81, 0x50, 0x20, 0x10, // ChannelType
       
    54                                          0x02, 0x00, 0x00, 0x00, // ContextType
       
    55                                          0x0B, 0x00, 0x00, 0x00, // Quantity
       
    56                                          0x05, 0x4e, 0x6f, 0x4c, 0x6f, 0x63, // Location: NoLoc
       
    57                                          0x0C, 0x53, 0x73, 0x79, 0x52, 0x65, 0x66, 0x56, 0x65, 0x6E, 0x64, 0x6F, 0x72, // VendorId: SsyRefVendor
       
    58                                          0x7F, 0x50, 0x20, 0x10, // ChannelDataTypeId
       
    59                                          0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, // ChannelSecurityPolicy
       
    60                                          
       
    61                                          // Accelerometer channel
       
    62                                          0x01, // ChannelInfoVersion
       
    63                                          0x30, //  ChannelInfoLength
       
    64                                          0x1E, // Flags
       
    65                                          0x7E, 0x50, 0x20, 0x10, // ChannelType
       
    66                                          0x02, 0x00, 0x00, 0x00, // ContextType
       
    67                                          0x0A, 0x00, 0x00, 0x00, // Quantity
       
    68                                          0x07, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x25, 0x64, // Location  
       
    69                                          0x0C, 0x53, 0x73, 0x79, 0x52, 0x65, 0x66, 0x56, 0x65, 0x6E, 0x64, 0x6F, 0x72, // VendorId: SsyRefVendor
       
    70                                          0x7E, 0x50, 0x20, 0x10, // ChannelDataTypeId
       
    71                                          0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF // ChannelSecurityPolicy
       
    72 
       
    73                                          };
       
    74                     opaque_data        = {};
       
    75                     }
       
    76                 };
       
    77             }
       
    78         };
       
    79     }
       
    80