localconnectivityservice/obexsendservices/obexserviceirsend/data/001F86A2.rss
branchRCL_3
changeset 40 52a167391590
parent 0 c3e98f10fcf4
equal deleted inserted replaced
39:4096754ee773 40:52a167391590
       
     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 "IrSendingServiceUIDS.hrh"
       
    24 #include <AiwCommon.hrh>
       
    25 
       
    26 RESOURCE REGISTRY_INFO theInfo
       
    27 	{
       
    28 	resource_format_version = RESOURCE_FORMAT_VERSION_2; 
       
    29 	dll_uid = KIRSendingServiceDllUid;
       
    30 	interfaces = 
       
    31 		{
       
    32 		INTERFACE_INFO
       
    33             {
       
    34             interface_uid = KAiwClassMenu;
       
    35             implementations = 
       
    36                 {
       
    37                 IMPLEMENTATION_INFO
       
    38                     {
       
    39                     implementation_uid = KIRSendingServiceImplUid;
       
    40                     version_no = 1;
       
    41                     display_name = "";
       
    42                     default_data = "*";
       
    43                     opaque_data = KAiwCmdSendStr;
       
    44                     rom_only = 1;
       
    45                     }
       
    46                 };
       
    47             }	
       
    48 		};
       
    49 	}
       
    50 
       
    51 // End of file
       
    52 
       
    53