ImagePrint/ImagePrintUI/imgpprintdll/group/imgpprintdll.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 "../../inc/logdef.h"
       
    23 
       
    24 deffile imgpprintdll.def
       
    25 
       
    26 TARGET  imgpprintdll.dll
       
    27 TARGETTYPE  dll
       
    28 
       
    29 CAPABILITY CAP_GENERAL_DLL
       
    30 UID  0x1000008d 0x101FFAA1
       
    31 VENDORID VID_DEFAULT
       
    32 
       
    33 SOURCEPATH ../src 
       
    34 SOURCE	cimgpprintdlgmanager.cpp
       
    35 SOURCE	imgpprintapputil.cpp
       
    36 SOURCE  cimgpprintprogressdlg.cpp
       
    37 SOURCE  cimgpprintutils.cpp
       
    38 SOURCE  cdiscoverydlgmanager.cpp
       
    39 SOURCE  cuiprotocolcontroller.cpp
       
    40 SOURCE  ccustomnotedialog.cpp
       
    41 
       
    42 USERINCLUDE . ../inc ../../inc
       
    43 USERINCLUDE ../../imageprintapp/inc
       
    44 USERINCLUDE ../../imageprintprovider/inc
       
    45 USERINCLUDE ../../imageprinteng/inc
       
    46 USERINCLUDE ../../../ImagePrintEngine/ImagePrintServer/inc
       
    47 USERINCLUDE ../../../ImagePrintEngine/ImagePrintLibrary/inc
       
    48 USERINCLUDE ../../../clog/inc
       
    49 
       
    50 APP_LAYER_SYSTEMINCLUDE	
       
    51 
       
    52 STATICLIBRARY   clog.lib
       
    53 DEBUGLIBRARY	flogger.lib
       
    54 
       
    55 LIBRARY			euser.lib 
       
    56 LIBRARY 		avkon.lib 
       
    57 LIBRARY 		eikcore.lib 
       
    58 LIBRARY 		cone.lib
       
    59 LIBRARY 		eikcoctl.lib
       
    60 LIBRARY	 		commonengine.lib 
       
    61 LIBRARY 		fbscli.lib 
       
    62 LIBRARY 		aknskins.lib
       
    63 LIBRARY 		efsrv.lib 
       
    64 LIBRARY 		eikctl.lib 
       
    65 LIBRARY 		eikdlg.lib 
       
    66 LIBRARY 		bafl.lib
       
    67 LIBRARY 		imageprintengine.lib
       
    68 LIBRARY 		usbman.lib
       
    69 LIBRARY 		aknicon.lib
       
    70 LIBRARY 		egul.lib
       
    71 LIBRARY 		imageconversion.lib
       
    72 LIBRARY 		imageprintclient.lib
       
    73 LIBRARY 		aknnotify.lib                   // CAknGlobalMsgQuery
       
    74 LIBRARY 		eiksrv.lib                      // CAknGlobalMsgQuery
       
    75 LIBRARY 		apgrfx.lib                      // RApaLsSession
       
    76 LIBRARY 		platformenv.lib
       
    77 LIBRARY 		apparc.lib 
       
    78 
       
    79 LIBRARY 	centralrepository.lib           // Repository
       
    80 LIBRARY 	ecom.lib                        // WLAN wizard
       
    81 LIBRARY 	upnpapplicationengine.lib
       
    82 LIBRARY 	upnpcommand.lib
       
    83 
       
    84 // End of File