ImagePrint/ImagePrintUI/imageprintprovider/group/aiwprintingprovider.mmp
branchRCL_3
changeset 20 159fc2f68139
parent 17 26673e532f65
child 21 d59c248c9d36
equal deleted inserted replaced
17:26673e532f65 20:159fc2f68139
     1 /*
       
     2 * Copyright (c) 2004-2007 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:  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <bldvariant.hrh>
       
    21 
       
    22 #include "aiwprintingprovideruid.h"
       
    23 
       
    24 TARGET	aiwprintingprovider.dll
       
    25 
       
    26 #ifndef S60_2_6_BASE
       
    27 TARGETTYPE      PLUGIN
       
    28 #else
       
    29 TARGETTYPE	ECOMIIC
       
    30 #endif
       
    31 CAPABILITY CAP_ECOM_PLUGIN
       
    32 UID			0x10009D8D KAiwPrintingProviderDllUid 
       
    33 VENDORID VID_DEFAULT
       
    34 
       
    35 SOURCEPATH			../src
       
    36 SOURCE			dllmain.cpp
       
    37 SOURCE			caiwprintpreviewprovider.cpp
       
    38 SOURCE			caiwimageprintif.cpp
       
    39 
       
    40 USERINCLUDE		../../../clog/inc
       
    41 USERINCLUDE 	. ../inc ../../inc
       
    42 USERINCLUDE		../rss
       
    43 USERINCLUDE		../../imageprinteng/inc 
       
    44 USERINCLUDE		../../imgpprintdll/inc 
       
    45 USERINCLUDE		../../imageprintapp/inc 
       
    46 USERINCLUDE 	../../../ImagePrintEngine/ImagePrintServer/inc
       
    47 USERINCLUDE 	../../../ImagePrintEngine/ImagePrintLibrary/inc
       
    48 
       
    49 APP_LAYER_SYSTEMINCLUDE	
       
    50 
       
    51 START RESOURCE  ../rss/101ffaa2.rss
       
    52 TARGET aiwprintingprovider.rsc
       
    53 END
       
    54 
       
    55 START RESOURCE ../rss/aiwprintingprovider.rss
       
    56 #ifdef __S60_50__
       
    57 	LANGUAGE_IDS
       
    58 #else	
       
    59 	LANG SC	
       
    60 #endif	
       
    61 HEADER
       
    62 TARGET aiwprintingprovider.rsc       
       
    63 TARGETPATH       resource 
       
    64 END
       
    65 
       
    66 STATICLIBRARY   clog.lib
       
    67 DEBUGLIBRARY	flogger.lib
       
    68 
       
    69 LIBRARY			euser.lib 
       
    70 LIBRARY			cone.lib 
       
    71 LIBRARY			ecom.lib
       
    72 LIBRARY 		servicehandler.lib 
       
    73 LIBRARY 		estor.lib
       
    74 LIBRARY 		apgrfx.lib 
       
    75 LIBRARY 		apparc.lib 
       
    76 LIBRARY 		ws32.lib 
       
    77 LIBRARY 		efsrv.lib 
       
    78 LIBRARY 		bafl.lib 
       
    79 LIBRARY 		avkon.lib 
       
    80 LIBRARY 		imgpprintdll.lib
       
    81 LIBRARY 		caf.lib
       
    82 LIBRARY 		imageconversion.lib
       
    83 LIBRARY			platformenv.lib
       
    84 
       
    85 // End of File