imservices/searchfeatureplugin/srcsearchoperations/group/searchoperation.mmp
changeset 0 e6b17d312c8b
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 Feature Plugin operations
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 #include "../../group/searchdlluids.hrh"
       
    21 
       
    22 
       
    23 TARGET                  searchoperation.dll
       
    24 TARGETTYPE              dll
       
    25 UID                     XIMP_SEARCH_DLL_UID_STATIC_INTERFACE XIMP_DLL_UID_SEARCH_OPERATION                 
       
    26 
       
    27 CAPABILITY              CAP_GENERAL_DLL
       
    28 VENDORID                VID_DEFAULT
       
    29 
       
    30 VERSION      10.0
       
    31 // ---------------------------------------------------------------------------
       
    32 SOURCEPATH              ../../srcsearchoperations
       
    33 // ---------------------------------------------------------------------------
       
    34 //SOURCE                  operationlaunchcleaner.cpp
       
    35 
       
    36 SOURCE                 searchoperationfactoryimp.cpp
       
    37 
       
    38 // ---------------------------------------------------------------------------
       
    39 SOURCEPATH              ../searchop
       
    40 // ---------------------------------------------------------------------------
       
    41 // Client - 
       
    42 SOURCE                  operationsearch.cpp
       
    43 SOURCE                  operationhandlesearchresult.cpp
       
    44 SOURCE                  operationgetsearchkeys.cpp
       
    45 SOURCE                  operationhandlesearchkeys.cpp
       
    46 // Adaptation - 
       
    47 
       
    48 
       
    49 // ---------------------------------------------------------------------------
       
    50 SOURCEPATH              ../../srcutils
       
    51 // ---------------------------------------------------------------------------
       
    52 SOURCE                  searchlogutils.cpp 
       
    53 
       
    54 
       
    55 USERINCLUDE             ../../srcutils
       
    56 USERINCLUDE             ../../srcsearchdatamodel
       
    57 USERINCLUDE             ../../srcsearchdatamodel/search
       
    58 USERINCLUDE             ../../srcsearchprocessor
       
    59 USERINCLUDE             ../../srcsearchoperations
       
    60 USERINCLUDE             ../searchop
       
    61 
       
    62 
       
    63 
       
    64 MW_LAYER_SYSTEMINCLUDE
       
    65 
       
    66 LIBRARY                 euser.lib
       
    67 LIBRARY                 ecom.lib
       
    68 LIBRARY                 estor.lib
       
    69 LIBRARY                 ximputils.lib
       
    70 LIBRARY                 searchdatamodel.lib
       
    71 LIBRARY                 ximpdatamodel.lib
       
    72 LIBRARY                 ximpprocessor.lib
       
    73 LIBRARY                 searchprocessor.lib
       
    74 LIBRARY                 flogger.lib 
       
    75 
       
    76                
       
    77 #if defined( ARMCC )
       
    78 DEFFILE ../../eabi/ 
       
    79 #elif defined ( WINSCW )
       
    80 deffile ../../bwins/ 
       
    81 #endif
       
    82 
       
    83 // End of file
       
    84