imservices/searchfeatureplugin/srcsearchprocessor/group/searchprocessor.mmp
changeset 0 e6b17d312c8b
child 36 4d2d69762e13
equal deleted inserted replaced
-1:000000000000 0:e6b17d312c8b
       
     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:  Project definition file for search Feature Plugin processor 
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 #include "../../group/searchdlluids.hrh"
       
    21 
       
    22 
       
    23 TARGET                  searchprocessor.dll
       
    24 TARGETTYPE              dll
       
    25 UID                     XIMP_SEARCH_DLL_UID_STATIC_INTERFACE XIMP_DLL_UID_SEARCH_PROCESSOR    
       
    26 
       
    27 CAPABILITY              CAP_GENERAL_DLL
       
    28 VENDORID                VID_DEFAULT
       
    29 
       
    30 VERSION      10.0
       
    31 
       
    32 SOURCEPATH              ../../srcsearchprocessor
       
    33 SOURCE                  protocoldatahostimp.cpp
       
    34 SOURCE				   protocolsearchdatahostimp.cpp
       
    35 
       
    36 SOURCEPATH              ../searchdatahost
       
    37 SOURCE                  protocolsearchfeaturedatahostimp.cpp
       
    38 
       
    39 SOURCEPATH              ../../srcutils
       
    40 SOURCE                   searchlogutils.cpp
       
    41 
       
    42 
       
    43 
       
    44 USERINCLUDE             ../../group
       
    45 USERINCLUDE             ../../srcsearchprocessor
       
    46 USERINCLUDE             ../../srcsearchoperations
       
    47 USERINCLUDE             ../../srcsearchdatamodel
       
    48 USERINCLUDE             ../../srcutils
       
    49 USERINCLUDE             ../searchdatahost
       
    50 
       
    51 
       
    52 MW_LAYER_SYSTEMINCLUDE
       
    53 
       
    54 
       
    55 LIBRARY                 euser.lib
       
    56 LIBRARY                 ecom.lib
       
    57 LIBRARY                 estor.lib
       
    58 LIBRARY                 centralrepository.lib
       
    59 LIBRARY                 bafl.lib
       
    60 LIBRARY                 ximputils.lib
       
    61 LIBRARY                 ximpdatamodel.lib
       
    62 LIBRARY                 searchdatamodel.lib
       
    63 LIBRARY					flogger.lib
       
    64 
       
    65 //EXPORTUNFROZEN
       
    66 
       
    67 #if defined( ARMCC )
       
    68 DEFFILE ../../eabi/ 
       
    69 #elif defined ( WINSCW )
       
    70 deffile ../../bwins/ 
       
    71 #endif
       
    72 
       
    73 // End of file