imservices/searchfeatureplugin/srcsearchoperations/searchoperationshook/searchoperationshook.rss
changeset 51 61fad867f68e
equal deleted inserted replaced
-1:000000000000 51:61fad867f68e
       
     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:  ECom registery info for ECom serach operation hook
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <ecom/registryinfov2.rh>
       
    20 #include <ximpfeaturepluginifids.hrh>
       
    21 #include <searchdlluids.hrh>
       
    22 #include <searchmanagementifids.hrh>
       
    23 
       
    24 
       
    25 
       
    26 // ---------------------------------------------------------------------------
       
    27 // ECom registery info for XIMP search operation ECom hook
       
    28 // ---------------------------------------------------------------------------
       
    29 //
       
    30 RESOURCE REGISTRY_INFO theInfo
       
    31     {
       
    32     resource_format_version = RESOURCE_FORMAT_VERSION_2;
       
    33     dll_uid = XIMP_DLL_UID_SEARCH_OPERATIONS_HOOK;
       
    34 
       
    35     interfaces =
       
    36         {
       
    37         INTERFACE_INFO
       
    38             {
       
    39             interface_uid = XIMP_ECOM_IF_UID_OPERATIONS_INTERFACE;
       
    40             implementations =
       
    41                 {
       
    42                 IMPLEMENTATION_INFO
       
    43                     {
       
    44                     implementation_uid = XIMP_ECOM_IMPL_UID_SEARCH_OPERATION_INTERFACE;
       
    45                     version_no         = 1;
       
    46                     display_name       = "S60 Default XIMP";
       
    47                     default_data       = "default";
       
    48                     opaque_data        = "";
       
    49                     }
       
    50                 };
       
    51             }
       
    52         };
       
    53     }
       
    54