contentpublishingsrv/contentharvester/contentharvesterswiplugin/data/chswiplugin.rss
changeset 73 4bc7b118b3df
parent 66 32469d7d46ff
child 80 397d00875918
child 81 5ef31a21fdd5
equal deleted inserted replaced
66:32469d7d46ff 73:4bc7b118b3df
     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:  
       
    15  *
       
    16 */
       
    17 
       
    18 #include <ecom/registryinfo.rh>
       
    19 #include <contentharvesterpluginuids.hrh>
       
    20 
       
    21 
       
    22 //  RESOURCE DEFINITIONS 
       
    23 // -----------------------------------------------------------------------------
       
    24 //   
       
    25 // REGISTRY_INFO theInfo
       
    26 // Declares info for the "all" implementation
       
    27 //
       
    28 // -----------------------------------------------------------------------------
       
    29 //
       
    30 RESOURCE REGISTRY_INFO theInfo
       
    31 	{
       
    32 	// UID for the DLL
       
    33 	dll_uid = KCHSwiPluginUidDll;
       
    34 	// Declare array of interface info
       
    35 	interfaces = 
       
    36 		{
       
    37 		INTERFACE_INFO
       
    38 			{
       
    39 			// UID of interface that is implemented
       
    40 			interface_uid = KContentHarvesterPluginUid;
       
    41 			implementations = 
       
    42 				{
       
    43 				// Info for CCHSwiPlugin
       
    44 				IMPLEMENTATION_INFO
       
    45 					{
       
    46 					implementation_uid = KCHSwiPluginUidImpl;
       
    47 					version_no = 1;
       
    48 					display_name = "chswiplugin";
       
    49 					default_data = "chswiplugin";
       
    50 					opaque_data = "chswiplugin";
       
    51 					}
       
    52 				};
       
    53 			}
       
    54 		};
       
    55 	}
       
    56 
       
    57 // End of File