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