contentpublishingsrv/contentharvester/contentharvesterserver/group/contentharvesterserver.mmp
changeset 93 82b66994846c
parent 92 782e3408c2ab
child 94 dbb8300717f7
equal deleted inserted replaced
92:782e3408c2ab 93:82b66994846c
     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 "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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          contentharvester.exe
       
    22 TARGETTYPE      exe
       
    23 CAPABILITY      CAP_SERVER NetworkControl
       
    24 VENDORID 		VID_DEFAULT 
       
    25 
       
    26 UID             0x1000008d 0x10282E5A
       
    27 
       
    28 LANG 			SC
       
    29 
       
    30 SOURCEPATH      ../src
       
    31 SOURCE          contentharvesterserver.cpp
       
    32 SOURCE          contentharvesterengine.cpp
       
    33 SOURCE          contentharvestersession.cpp
       
    34 
       
    35 USERINCLUDE     ../inc
       
    36 USERINCLUDE     ../../../contentpublishingserver/cpserver/inc
       
    37 USERINCLUDE     ../../../contentpublishingutils/contentpublishingdebug/inc
       
    38 USERINCLUDE     ../../../contentpublishingutils/pluginvalidator/inc
       
    39 
       
    40 // Default system include paths for application layer modules.
       
    41 MW_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 
       
    44 LIBRARY         euser.lib 
       
    45 LIBRARY         efsrv.lib
       
    46 LIBRARY         ecom.lib
       
    47 
       
    48 LIBRARY         fbscli.lib // to operate with images
       
    49 LIBRARY         eikcore.lib
       
    50 LIBRARY         cone.lib
       
    51 LIBRARY		    liwservicehandler.lib
       
    52 LIBRARY         pluginvalidator.lib
       
    53 
       
    54 #ifdef CONTENT_PUBLISHER_DEBUG
       
    55 LIBRARY			cpdebug.lib
       
    56 #endif
       
    57 
       
    58 DEBUGLIBRARY    flogger.lib
       
    59 
       
    60 EPOCHEAPSIZE 	0x1000 	0x400000
       
    61 EPOCSTACKSIZE   		0x5000
       
    62 
       
    63 //end of file
       
    64