localconnectivityservice/obexsendservices/obexservicebtsend/data/101F86A2.rss
branchRCL_3
changeset 39 4096754ee773
parent 38 3dcb815346df
child 40 52a167391590
equal deleted inserted replaced
38:3dcb815346df 39:4096754ee773
     1 /*
       
     2 * Copyright (c) 2002 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: 
       
    15 *     
       
    16 *     
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #include <eikon.rh>
       
    22 #include "registryinfov2.rh" 
       
    23 #include <AiwCommon.hrh>
       
    24 #include <avkon.loc>
       
    25 
       
    26 #include "BTSendingService.hrh"
       
    27 #include "BTSendingServiceUIDS.hrh"
       
    28 
       
    29 RESOURCE REGISTRY_INFO theInfo
       
    30 	{
       
    31 	resource_format_version = RESOURCE_FORMAT_VERSION_2; 
       
    32 	dll_uid = KBTSendingServiceDllUid;
       
    33 	interfaces = 
       
    34 		{
       
    35 		 INTERFACE_INFO
       
    36 	            {
       
    37         	    interface_uid = KAiwClassMenu;
       
    38           	    implementations = 
       
    39                 	{
       
    40 	                IMPLEMENTATION_INFO
       
    41         	            {
       
    42                 	    implementation_uid = KBTSendingServiceMenuImplUid;
       
    43 	                    version_no = 1;
       
    44         	            display_name = "";
       
    45                 	    default_data = "*";
       
    46 	                    opaque_data = KAiwCmdSendStr;        	            
       
    47                 	    }
       
    48                 	};
       
    49             	      },
       
    50 		INTERFACE_INFO
       
    51 			{
       
    52 			interface_uid = KBTSendingServiceIfaceUid;
       
    53 			implementations = 
       
    54 				{
       
    55 				  IMPLEMENTATION_INFO
       
    56 					{
       
    57 					implementation_uid = KBTSendingServiceBaseImplUid;
       
    58 					version_no = 1;
       
    59 					display_name = "Bluetooth Sending Service";
       
    60 					default_data = "*";
       
    61 					opaque_data = KAiwCmdSendStr;
       
    62 					}
       
    63 				};
       
    64 			}
       
    65 		};
       
    66 	}
       
    67 
       
    68 
       
    69 
       
    70 // End of file
       
    71 
       
    72