servicewidget/servicewidgetdatapublisher/rss/servicewidgetdatapublisher.rss
branchRCL_3
changeset 23 9a48e301e94b
parent 0 5e5d6b214f4f
equal deleted inserted replaced
22:3104fc151679 23:9a48e301e94b
       
     1 /*
       
     2 * Copyright (c) 2008 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 resource files
       
    15  *
       
    16 */
       
    17 
       
    18  
       
    19 // INCLUDES
       
    20 #include "servicewidgetpluginuids.hrh"
       
    21 #include <contentharvesterpluginuids.hrh>
       
    22 #include <ecom/registryinfov2.rh>
       
    23 
       
    24 // RESOURCE DEFINITIONS 
       
    25 // -----------------------------------------------------------------------------
       
    26 //
       
    27 // registry_info
       
    28 // ?description
       
    29 //
       
    30 // -----------------------------------------------------------------------------
       
    31 //
       
    32 RESOURCE REGISTRY_INFO registry_info
       
    33 	{
       
    34 	resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    35 	dll_uid = AI_UID_DLL_SERVICEWIDGETPUBLISHER_PLUGIN;  // service widget plugin UID
       
    36 	// Interface info array
       
    37 	interfaces = 
       
    38 		{	
       
    39 		INTERFACE_INFO
       
    40 		{
       
    41 		// UID of the implemented interface
       
    42 		interface_uid = KContentHarvesterPluginUid;
       
    43 		implementations = 
       
    44 			{
       
    45 			IMPLEMENTATION_INFO
       
    46 				{
       
    47 				implementation_uid = AI_UID_DLL_SERVICEWIDGETPUBLISHER_PLUGIN;
       
    48 				version_no         = 1;
       
    49 				display_name       = "servicewidget";  // not used yet...will have localized string in future releases...
       
    50 				default_data       = " ";
       
    51 				opaque_data        = " ";
       
    52 				}
       
    53 			};
       
    54 		}
       
    55 		};
       
    56 }
       
    57 
       
    58 
       
    59 // End of File