appfw/apparchitecture/group/APGRFX.MMP
branchRCL_3
changeset 62 924385140d98
parent 13 096dad6e50a9
child 63 c2c61fdca848
equal deleted inserted replaced
58:0818dd463d41 62:924385140d98
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    40 source			APGCTL.CPP APGDOOR.CPP APGICNFL.CPP APGSTD.CPP APGTASK.CPP
    40 source			APGCTL.CPP APGDOOR.CPP APGICNFL.CPP APGSTD.CPP APGTASK.CPP
    41 source			APGWGNAM.CPP APGCLI.CPP apgstart.cpp apgrecog.cpp APGPRIV.CPP
    41 source			APGWGNAM.CPP APGCLI.CPP apgstart.cpp apgrecog.cpp APGPRIV.CPP
    42 source			apgnotif.cpp APSCLI.CPP apgconstdata.cpp
    42 source			apgnotif.cpp APSCLI.CPP apgconstdata.cpp
    43 SOURCE			apsecutils.cpp
    43 SOURCE			apsecutils.cpp
    44 
    44 
       
    45 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    46 SOURCE			apgupdate.cpp
       
    47 #endif
       
    48 
    45 library         euser.lib apparc.lib apmime.lib gdi.lib estor.lib efsrv.lib fbscli.lib
    49 library         euser.lib apparc.lib apmime.lib gdi.lib estor.lib efsrv.lib fbscli.lib
    46 library         bitgdi.lib ws32.lib bafl.lib
    50 library         bitgdi.lib ws32.lib bafl.lib
    47 library         apserv.lib apfile.lib
    51 library         apserv.lib apfile.lib
    48 
    52 
       
    53 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    54 library			scrclient.lib
       
    55 #endif
       
    56 
    49 #ifdef USE_IH_RAISE_EVENT
    57 #ifdef USE_IH_RAISE_EVENT
    50 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    51 LIBRARY			instrumentationhandler.lib
    58 LIBRARY			instrumentationhandler.lib
    52 #endif // USE_IH_RAISE_EVENT
    59 #endif // USE_IH_RAISE_EVENT
    53 
    60 
    54 #ifdef SYMBIAN_BAFL_SYSUTIL
    61 #ifdef SYMBIAN_BAFL_SYSUTIL
    55 library sysutil.lib
    62 library sysutil.lib
    56 #endif
    63 #endif
    57 
    64 
    58 macro			SYMBIAN_SUPPORT_UI_FRAMEWORKS_V1
    65 macro			SYMBIAN_SUPPORT_UI_FRAMEWORKS_V1
    59 
    66 
    60 deffile			APGRFX.DEF
    67 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    68 	deffile APGRFX.DEF
       
    69 #else
       
    70 	deffile apgrfx_legacy.def
       
    71 #endif
       
    72 
    61 
    73 
    62 START WINS
    74 START WINS
    63 	baseaddress	0x42F00000
    75 	baseaddress	0x42F00000
    64 END
    76 END
    65 
    77