imservices/searchfeatureplugin/srcsearchdatamodel/group/searchdatamodel.mmp
changeset 51 61fad867f68e
child 36 4d2d69762e13
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:  Project definition file for search Feature Plugin
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 #include "../../group/searchdlluids.hrh"
       
    21 
       
    22 TARGET                  searchdatamodel.dll
       
    23 TARGETTYPE              dll
       
    24 UID                     XIMP_SEARCH_DLL_UID_STATIC_INTERFACE  XIMP_DLL_UID_SEARCH_DATAMODEL                   
       
    25 
       
    26 CAPABILITY              CAP_GENERAL_DLL
       
    27 VENDORID                VID_DEFAULT
       
    28 
       
    29 VERSION      10.0
       
    30 // ---------------------------------------------------------------------------
       
    31 SOURCEPATH              ../search
       
    32 // ---------------------------------------------------------------------------
       
    33 
       
    34 SOURCE  				searchsubscriptionitem.cpp
       
    35 SOURCE                  searchelementimp.cpp
       
    36 SOURCE  				searcheventimp.cpp
       
    37 SOURCE  				searchinfoimp.cpp
       
    38 SOURCE  				searchkeyinfoimp.cpp
       
    39 SOURCE  				searchkeyseventimp.cpp
       
    40 SOURCE  				searchkeysubscriptionitem.cpp
       
    41 // ---------------------------------------------------------------------------
       
    42 SOURCEPATH              ../../srcsearchdatamodel
       
    43 // ---------------------------------------------------------------------------
       
    44 SOURCE                  searchdatacacheimp.cpp
       
    45 SOURCE                  searchobjectfactoryimp.cpp
       
    46 
       
    47 SOURCE                  searchapidataobjfactory.cpp
       
    48 SOURCE                  searcheventcodec.cpp
       
    49 SOURCE                  searchapidataobjfactoryaccessor.cpp
       
    50 
       
    51 
       
    52 
       
    53 USERINCLUDE             ../../srcsearchdatamodel
       
    54 USERINCLUDE             ../../srcsearchdatamodel/search
       
    55 USERINCLUDE             ../../group
       
    56 
       
    57 
       
    58 MW_LAYER_SYSTEMINCLUDE
       
    59 
       
    60 
       
    61 LIBRARY                 euser.lib
       
    62 LIBRARY                 bafl.lib
       
    63 LIBRARY                 estor.lib
       
    64 LIBRARY                 ximputils.lib
       
    65 LIBRARY                 ximpdatamodel.lib
       
    66 LIBRARY                 ecom.lib
       
    67 LIBRARY         		flogger.lib
       
    68 
       
    69 
       
    70 #if defined( ARMCC )
       
    71 DEFFILE ../../eabi/ 
       
    72 #elif defined ( WINSCW )
       
    73 deffile ../../bwins/ 
       
    74 #endif
       
    75 
       
    76 // End of file
       
    77