connectivitymodules/SeCon/plugins/hapticsconnplugin/data/2001FE54.rss
branchRCL_3
changeset 19 0aa8cc770c8a
parent 18 453dfc402455
child 20 4a793f564d72
equal deleted inserted replaced
18:453dfc402455 19:0aa8cc770c8a
     1 /*
       
     2 * Copyright (c) 2001 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:  Plugin info file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "ecom/registryinfo.rh"
       
    20 
       
    21 // Declares info for two implementations
       
    22 RESOURCE REGISTRY_INFO theInfo
       
    23     {
       
    24     // UID for the DLL
       
    25     dll_uid = 0x2001FE54;
       
    26     // Declare array of interface info
       
    27     interfaces = 
       
    28         {
       
    29         INTERFACE_INFO
       
    30             {
       
    31             // UID of interface that is implemented
       
    32             interface_uid = 0x101F7C8C;
       
    33             implementations = 
       
    34                 {
       
    35                 IMPLEMENTATION_INFO
       
    36                     {
       
    37                     implementation_uid = 0x2001FE53;
       
    38                     version_no = 1;
       
    39                     display_name = "Haptics Bridge";
       
    40                     default_data = "OBEX/USB||OBEX/BT";
       
    41                     // 
       
    42                     // opaque_data contains parameters used by following API calls in SRCS:
       
    43                     // 1. Setup USB interface string descriptor in Unicode;
       
    44                     // 2. TInt CObex::SetLocalWho(const TDesC8& aInfo);
       
    45                     // 3. TInt CBTConnection::RegisterSecuritySettingsL( TUint aService,
       
    46                     //                       TInt  aProtocol,
       
    47                     //                       TInt  aChannel,
       
    48                     //                       TBool aAuthenticate,
       
    49                     //                       TBool aAuthorise,
       
    50                     //                       TBool aEncrypt );
       
    51                     // opaque_data = "@0||@1||@2||@3||@4||@5||@6"
       
    52                     // @0 aStrDesc      e.g. "PC Connectivity"
       
    53                     // @1 aInfo         e.g. KFolderBrowsingID, "\xF9\xEC\x7B\xC4\x95\x3C\x11\xd2\x98\x4E\x52\x54\x00\xDC\x9E\x09"
       
    54                     // @2 aService      e.g. KBTSecurityUidFileTransfer, 0x1106
       
    55                     // @3 aProtocol     e.g. KSolBtRFCOMM, 0x1013
       
    56                     // @4 aAuthenticate e.g. EFalse, 0
       
    57                     // @5 aAuthorise    e.g. EFalse, 0
       
    58                     // @6 aEncrypt      e.g. EFalse, 0
       
    59                     //
       
    60                     opaque_data = "Haptics Bridge|"\
       
    61                               "|\xF9\xEC\x7B\xC4\x95\x3C\x11\xd2\x98\x4E\x52\x54\x00\xDC\x9E\x09|"\
       
    62                               "|0x2001E2B5|"\
       
    63                               "|0x1013|"\
       
    64                               "|0|"\
       
    65                               "|1|"\
       
    66                               "|0|"\
       
    67                               "|0xffff|"\
       
    68                               "|0xffff";
       
    69                     }
       
    70                 };
       
    71             }
       
    72         };
       
    73     }
       
    74