localisation/apparchitecture/tef/TIconLoaderAndIconArrayForLeaks.mmp
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Symbian Foundation License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 
       
    18 /**
       
    19  @file
       
    20  @test
       
    21  @internalComponent - Internal Symbian test code  
       
    22 */
       
    23 
       
    24 
       
    25 target		TIconLoaderAndIconArrayForLeaks.dll
       
    26 TARGETTYPE 	DLL
       
    27 UID         0x1000008D 0x102833D0 	
       
    28 VENDORID 	0x70000001
       
    29 
       
    30 CAPABILITY 	All -Tcb
       
    31 
       
    32 SOURCEPATH    	.
       
    33 SOURCE		TIconLoaderAndIconArrayForLeaks.cpp
       
    34 
       
    35 SOURCEPATH	 ../apserv
       
    36 SOURCE		 apsiconcaptionoverride.cpp
       
    37 
       
    38 SOURCEPATH  ../apgrfx
       
    39 #if defined SYMBIAN_APPARC_APPINFO_CACHE
       
    40 	source          	APGAPLSTV2.CPP
       
    41 #else
       
    42 	source          	APGAPLST.CPP
       
    43 #endif
       
    44 source      APGCTL.CPP APGDOOR.CPP APGICNFL.CPP APGSTD.CPP APGTASK.CPP
       
    45 source		APGWGNAM.CPP APGCLI.CPP APGPRIV.CPP
       
    46 source		apgnotif.cpp APGAIR.CPP APGAIRV2.CPP APSCLI.CPP apgconstdata.cpp
       
    47 source		apsecutils.cpp
       
    48 
       
    49 
       
    50 USERINCLUDE   	.
       
    51 USERINCLUDE		../apgrfx
       
    52 USERINCLUDE 	../apserv
       
    53 USERINCLUDE		../inc
       
    54 SYSTEMINCLUDE 	/epoc32/include
       
    55 SYSTEMINCLUDE 	/epoc32/include/techview
       
    56  
       
    57 library         euser.lib apparc.lib apmime.lib gdi.lib estor.lib efsrv.lib fbscli.lib
       
    58 library         bitgdi.lib ws32.lib bafl.lib
       
    59 library         apserv.lib apfile.lib centralrepository.lib
       
    60 #ifdef SYMBIAN_BAFL_SYSUTIL
       
    61 library sysutil.lib
       
    62 #endif
       
    63 
       
    64 macro 			UI_FRAMEWORKS_V1_REMNANT_FOR_JAVA_MIDLET_INSTALLER
       
    65 
       
    66 #if defined SYMBIAN_APPARC_APPINFO_CACHE
       
    67 	deffile		TICONFORLEAKS.DEF
       
    68 #else
       
    69 	deffile		TICONFORLEAKSV2.DEF
       
    70 #endif