DirectPrint/DirectPrintClient/group/directprintclient.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 
       
    25 deffile directprintclient.def
       
    26 
       
    27 TARGET          directprintclient.dll
       
    28 TARGETTYPE      dll
       
    29 CAPABILITY 		ALL -TCB
       
    30 UID             0x1000008D 0x2002BB2B
       
    31 
       
    32 APP_LAYER_SYSTEMINCLUDE	
       
    33 
       
    34 USERINCLUDE     . ../inc 
       
    35 USERINCLUDE		../../ImagePrintLibrary/inc
       
    36 USERINCLUDE     ../../inc
       
    37 
       
    38 SOURCEPATH      ../src
       
    39 
       
    40 SOURCE          directprintclient.cpp
       
    41 //SOURCE			cidleguard.cpp
       
    42 //SOURCE			cdiscoveryguard.cpp
       
    43 //SOURCE			cjobguard.cpp
       
    44 
       
    45 STATICLIBRARY   clog.lib
       
    46 LIBRARY			flogger.lib
       
    47 
       
    48 LIBRARY       	euser.lib
       
    49 
       
    50 // End of File