searchfw/plugins/notessearchplugin/data/notessearchplugin.rss
changeset 89 b57382753122
parent 0 f979ecb2b13e
equal deleted inserted replaced
83:5aadd1120515 89:b57382753122
       
     1 /*
       
     2 * Copyright (c) 2006-2006 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:   Resource file used to register ecom dll's with registry.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 #include <ecom/registryinfo.rh>
       
    22 #include <searchcommon.hrh>
       
    23 RESOURCE REGISTRY_INFO  theinfo
       
    24 	{
       
    25 		//UID of the dll
       
    26 		dll_uid = KSearchCClassNotes; // temp
       
    27 		//Declare array of interface info
       
    28 		interfaces = 
       
    29 			{
       
    30 				INTERFACE_INFO
       
    31 					{
       
    32 					   interface_uid = 0x102823F6; //
       
    33 					   
       
    34 					   implementations=
       
    35 					   	{
       
    36 					   	   IMPLEMENTATION_INFO
       
    37 					   	   	{
       
    38 					   	   	  //info for notes search implementation 
       
    39 								implementation_uid = 0x102823FA;
       
    40 								version_no         = 1;
       
    41 								display_name       = "Notes";
       
    42 								default_data       = "0x102823FA";      //KNotesSearchContentTypeUid
       
    43 								opaque_data		   = "Opaque notes data";
       
    44 					   	   		
       
    45 					   	   	}
       
    46 					   	 };
       
    47 					   	
       
    48 					   	
       
    49 					}
       
    50 			};
       
    51 		
       
    52 	}