appfw/apparchitecture/tef/TIconLoaderAndIconArrayForLeaks.mmp
branchRCL_3
changeset 62 924385140d98
parent 0 2e3d3ce01487
child 63 c2c61fdca848
equal deleted inserted replaced
58:0818dd463d41 62:924385140d98
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-2010 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 "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".
    36 SOURCEPATH  ../apgrfx
    36 SOURCEPATH  ../apgrfx
    37 source      APGCTL.CPP apgdoor.cpp APGICNFL.CPP APGTASK.CPP
    37 source      APGCTL.CPP apgdoor.cpp APGICNFL.CPP APGTASK.CPP
    38 source		APGWGNAM.CPP apgcli.cpp APGPRIV.CPP apgstart.cpp apgrecog.cpp
    38 source		APGWGNAM.CPP apgcli.cpp APGPRIV.CPP apgstart.cpp apgrecog.cpp
    39 source		apgnotif.cpp APSCLI.CPP apgconstdata.cpp
    39 source		apgnotif.cpp APSCLI.CPP apgconstdata.cpp
    40 source		apsecutils.cpp
    40 source		apsecutils.cpp
       
    41 
       
    42 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    43 SOURCE			apgupdate.cpp
       
    44 #endif
       
    45 
    41 SOURCEPATH	../apparc
    46 SOURCEPATH	../apparc
    42 source 		apaid.cpp apastd.cpp
    47 source 		apaid.cpp apastd.cpp
       
    48 
    43 
    49 
    44 USERINCLUDE   	.
    50 USERINCLUDE   	.
    45 USERINCLUDE		../apgrfx
    51 USERINCLUDE		../apgrfx
    46 USERINCLUDE 	../apserv
    52 USERINCLUDE 	../apserv
    47 USERINCLUDE		../inc
    53 USERINCLUDE		../inc
    55 library         apserv.lib apfile.lib aplist.lib
    61 library         apserv.lib apfile.lib aplist.lib
    56 #ifdef SYMBIAN_BAFL_SYSUTIL
    62 #ifdef SYMBIAN_BAFL_SYSUTIL
    57 library sysutil.lib
    63 library sysutil.lib
    58 #endif
    64 #endif
    59 
    65 
       
    66 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    67 library 	scrclient.lib
       
    68 #endif
       
    69 
    60 macro 			UI_FRAMEWORKS_V1_REMNANT_FOR_JAVA_MIDLET_INSTALLER
    70 macro 			UI_FRAMEWORKS_V1_REMNANT_FOR_JAVA_MIDLET_INSTALLER
    61 
    71 
    62 deffile		TICONFORLEAKS.DEF
    72 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    73 	deffile ticonforleaks.def
       
    74 #else
       
    75 	deffile ticonforleaks_legacy.def
       
    76 #endif
    63 
    77 
    64 SMPSAFE
    78 SMPSAFE
    65 
    79