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