appfw/apparchitecture/group/APSERV.MMP
branchRCL_3
changeset 62 924385140d98
parent 0 2e3d3ce01487
child 63 c2c61fdca848
child 81 676b6116ca93
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".
    39 
    39 
    40 
    40 
    41 source          APSSERV.CPP APSSES.CPP APSSTD.CPP APSSCAN.CPP
    41 source          APSSERV.CPP APSSES.CPP APSSTD.CPP APSSCAN.CPP
    42 source          APSSTART.CPP APSRECCACHE.cpp APSRECUTIL.CPP
    42 source          APSSTART.CPP APSRECCACHE.cpp APSRECUTIL.CPP
    43 source	        APSCONSTDATA.CPP
    43 source	        APSCONSTDATA.CPP
       
    44 #ifndef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
    44 source          apsnnapps.cpp apsnnappupdates.cpp
    45 source          apsnnapps.cpp apsnnappupdates.cpp
       
    46 #endif
    45 
    47 
    46 
    48 
    47 library         euser.lib efsrv.lib apparc.lib apgrfx.lib apmime.lib fbscli.lib apfile.lib
    49 library         euser.lib efsrv.lib apparc.lib apgrfx.lib apmime.lib fbscli.lib apfile.lib
    48 library         estor.lib bafl.lib ws32.lib ecom.lib
    50 library         estor.lib bafl.lib ws32.lib ecom.lib
    49 library		aplist.lib
    51 library		aplist.lib
    50 
    52 
       
    53 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    54 library		scrclient.lib
       
    55 library		sisregistryclient.lib
       
    56 #endif
       
    57 
    51 macro UI_FRAMEWORKS_V1_REMNANT_FOR_JAVA_MIDLET_INSTALLER
    58 macro UI_FRAMEWORKS_V1_REMNANT_FOR_JAVA_MIDLET_INSTALLER
    52 
    59 
    53 deffile 	APSERV.DEF
    60 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    61 	deffile APSERV.DEF
       
    62 #else
       
    63 	deffile apserv_legacy.def
       
    64 #endif
    54 
    65 
    55 START WINS
    66 START WINS
    56 	baseaddress	0x43700000
    67 	baseaddress	0x43700000
    57 END
    68 END
    58 
    69