browserutilities/feedsengine/FeedsServer/Api/group/FeedsServerApi.mmp
changeset 0 dd21522fd290
child 25 0ed94ceaa377
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2005 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:  Feeds server
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 #include <platform/mw/Browser_platform_variant.hrh>
       
    22 
       
    23 CAPABILITY        CAP_CLIENT_DLL 
       
    24 VENDORID          VID_DEFAULT
       
    25 
       
    26 TARGET            FeedsServerApi.dll
       
    27 TARGETTYPE        DLL
       
    28 UID               0x1000008d 0x2001F46B                             
       
    29 
       
    30 #if defined(WINSCW)
       
    31 deffile Bwinscw/FeedsServerApi.def
       
    32 #elif defined(ARMCC)
       
    33 deffile EABI/FeedsServerApi.def
       
    34 #endif
       
    35 
       
    36 // uncomment to enable logs
       
    37 //MACRO _LOG
       
    38 //#define _LOG
       
    39 
       
    40 SOURCEPATH        ../src
       
    41 SOURCE            FeedsInterface.cpp
       
    42 SOURCE            Transaction.cpp
       
    43 
       
    44 SOURCE            FeedsEntity.cpp
       
    45 SOURCE            FeedsMap.cpp
       
    46 SOURCE 						Waiter.cpp
       
    47 
       
    48 // Utils sources
       
    49 SOURCEPATH        ../../Common/src
       
    50 SOURCE            LeakTracker.cpp
       
    51 SOURCE            Packed.cpp
       
    52 SOURCE            PackedFolder.cpp
       
    53 SOURCE            PackedFeed.cpp
       
    54 
       
    55 SOURCEPATH        ../../XmlUtils/src
       
    56 SOURCE            XmlEncoding.cpp
       
    57 
       
    58 USERINCLUDE       ../inc
       
    59 USERINCLUDE       ../../Common/inc
       
    60 USERINCLUDE       ../../XmlUtils/inc
       
    61 USERINCLUDE       ../../../../inc
       
    62 
       
    63 MW_LAYER_SYSTEMINCLUDE
       
    64 
       
    65 
       
    66 // Libraries
       
    67 LIBRARY           euser.lib
       
    68 #if defined( _LOG )
       
    69 LIBRARY		  flogger.lib
       
    70 #else
       
    71 DEBUGLIBRARY  flogger.lib
       
    72 #endif
       
    73 LIBRARY           efsrv.lib
       
    74 LIBRARY           estor.lib
       
    75 LIBRARY           esock.lib
       
    76 LIBRARY           charconv.lib