DirectPrint/DirectPrintServer/group/directprintserver.mmp
changeset 19 2275db202402
parent 11 613a5ff70823
equal deleted inserted replaced
2:acc370d7f2f6 19:2275db202402
       
     1 /*
       
     2 * Copyright (c) 2010 Kanrikogaku Kenkyusho, Ltd.
       
     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 * Kanrikogaku Kenkyusho, Ltd. - Initial contribution
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <bldvariant.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 #include "../../inc/logdef.h"
       
    24 #include "../../inc/directprintserveruid.h"
       
    25 
       
    26 TARGET        	directprintserver.exe
       
    27 TARGETTYPE 		exe
       
    28 CAPABILITY		ALL -TCB
       
    29 
       
    30 UID           	0x1000008D KDIRECTPRINTSERVERUID3
       
    31 EPOCSTACKSIZE	0x5000
       
    32 EPOCHEAPSIZE	0x1000 0x1000000
       
    33 
       
    34 APP_LAYER_SYSTEMINCLUDE	 
       
    35 
       
    36 USERINCLUDE     . ../inc
       
    37 USERINCLUDE		../../ImagePrintLibrary/inc
       
    38 USERINCLUDE     ../../inc
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 
       
    42 SOURCE          main.cpp
       
    43 SOURCE          directprintserver.cpp
       
    44 SOURCE          directprintsession.cpp
       
    45 SOURCE			directprintbody.cpp
       
    46 SOURCE			directprintscheduler.cpp
       
    47 SOURCE 			directprintprotocolsloader.cpp
       
    48 SOURCE			directprintrsimageparser.cpp
       
    49 SOURCE			directprintserverjobguard.cpp
       
    50 SOURCE			directprintnumofcopies.cpp
       
    51 SOURCE			directprintmessage.cpp
       
    52 
       
    53 SOURCE			directprintprotocolinfo.cpp
       
    54 
       
    55 STATICLIBRARY   clog.lib
       
    56 LIBRARY	flogger.lib
       
    57 
       
    58 LIBRARY       	euser.lib
       
    59 LIBRARY 		efsrv.lib
       
    60 LIBRARY			fbscli.lib
       
    61 LIBRARY         ecom.lib 
       
    62 LIBRARY	    	centralrepository.lib
       
    63 
       
    64 #ifdef _DIRECTPRINT_USE_USB
       
    65 LIBRARY 		usbman.lib
       
    66 LIBRARY         usbwatcher.lib
       
    67 #endif // _DIRECTPRINT_USE_USB
       
    68 
       
    69 // End of File