browserutilities/favouritesengine/ClientServer/group/FavouritesEngine.mmp
changeset 0 dd21522fd290
child 36 0ed94ceaa377
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2004 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 the License "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: 
       
    15 *      Project description file for the Favourites Engine
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 #include <platform/mw/Browser_platform_variant.hrh>
       
    23 
       
    24 TARGET          FavouritesEngine.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000008d 0x10008D38
       
    27 CAPABILITY	    CAP_GENERAL_DLL
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 
       
    31 // Common code
       
    32 SOURCEPATH      ../src
       
    33 SOURCE          FavouritesItem.cpp
       
    34 SOURCE          FavouritesItemImpl.cpp
       
    35 SOURCE          FavouritesWapAp.cpp
       
    36 SOURCE          FavouritesItemList.cpp
       
    37 SOURCE          FavouritesPanic.cpp
       
    38 SOURCE          FavouritesUtil.cpp
       
    39 SOURCE          UidMap.cpp
       
    40 SOURCE          DllEntryPoint.cpp
       
    41 
       
    42 // Server code
       
    43 SOURCEPATH      ../srvsrc
       
    44 SOURCE          FavouritesSrv.cpp
       
    45 SOURCE          FavouritesSrvSession.cpp
       
    46 SOURCE          FavouritesSrvSessionEntry.cpp
       
    47 SOURCE          FavouritesSrvDb.cpp
       
    48 SOURCE          FavouritesSrvDbIncremental.cpp
       
    49 SOURCE          FavouritesSrvDbNotifier.cpp
       
    50 SOURCE          FavouritesSrvFile.cpp
       
    51 SOURCE          FavouritesSrvTable.cpp
       
    52 SOURCE          FavouritesSrvStream.cpp
       
    53 SOURCE          FavouritesSrvBuf.cpp
       
    54 SOURCE          FavouritesItemImplList.cpp
       
    55 SOURCE          FavouritesLogger.cpp
       
    56 SOURCE          Timeout.cpp
       
    57 SOURCE			BackupObserver.cpp
       
    58 SOURCE		FavouritesFolderUtils.cpp
       
    59 // Server code changes for creating bookmarks db on phone
       
    60 SOURCEPATH  ../utilsrc
       
    61 SOURCE      UnicodeFile.cpp
       
    62 USERINCLUDE     ../utilinc
       
    63 
       
    64 // Client code
       
    65 SOURCEPATH      ../src
       
    66 SOURCE          FavouritesDb.cpp
       
    67 SOURCE          FavouritesDbIncremental.cpp
       
    68 SOURCE          FavouritesDbNotifier.cpp
       
    69 SOURCE          FavouritesFile.cpp
       
    70 SOURCE          FavouritesSession.cpp
       
    71 SOURCE          FavouritesHandle.cpp
       
    72 SOURCE          FavouritesBuf.cpp
       
    73 SOURCE          ActiveFavouritesDbNotifier.cpp
       
    74 
       
    75 USERINCLUDE     ../inc
       
    76 USERINCLUDE     ../srvinc
       
    77 MW_LAYER_SYSTEMINCLUDE
       
    78 
       
    79 LIBRARY         euser.lib
       
    80 LIBRARY         estor.lib
       
    81 LIBRARY         edbms.lib
       
    82 LIBRARY         efsrv.lib
       
    83 LIBRARY         commdb.lib
       
    84 LIBRARY         charconv.lib
       
    85 
       
    86 DEBUGLIBRARY    flogger.lib
       
    87 
       
    88 #if defined(ARMCC)
       
    89     DEFFILE ../EABI/FAVOURITESENGINE.def
       
    90 #elif defined( WINSCW )
       
    91     DEFFILE ../BWinsCw/FAVOURITESENGINE.def
       
    92 #elif defined( WINS )
       
    93     DEFFILE ../BWins/FAVOURITESENGINE.def
       
    94 #else
       
    95     DEFFILE ../BMarm/FAVOURITESENGINE.def
       
    96 #endif
       
    97 
       
    98 //  End of File