appfw/apparchitecture/group/APSERV.MMP
branchRCL_3
changeset 20 c2c61fdca848
parent 19 924385140d98
equal deleted inserted replaced
19:924385140d98 20:c2c61fdca848
     1 /*
     1 /*
     2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009 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
       
    45 source          apsnnapps.cpp apsnnappupdates.cpp
    44 source          apsnnapps.cpp apsnnappupdates.cpp
    46 #endif
       
    47 
    45 
    48 
    46 
    49 library         euser.lib efsrv.lib apparc.lib apgrfx.lib apmime.lib fbscli.lib apfile.lib
    47 library         euser.lib efsrv.lib apparc.lib apgrfx.lib apmime.lib fbscli.lib apfile.lib
    50 library         estor.lib bafl.lib ws32.lib ecom.lib
    48 library         estor.lib bafl.lib ws32.lib ecom.lib
    51 library		aplist.lib
    49 library		aplist.lib
    52 
    50 
    53 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    54 library		scrclient.lib
       
    55 library		sisregistryclient.lib
       
    56 #endif
       
    57 
       
    58 macro UI_FRAMEWORKS_V1_REMNANT_FOR_JAVA_MIDLET_INSTALLER
    51 macro UI_FRAMEWORKS_V1_REMNANT_FOR_JAVA_MIDLET_INSTALLER
    59 
    52 
    60 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
    53 deffile 	APSERV.DEF
    61 	deffile APSERV.DEF
       
    62 #else
       
    63 	deffile apserv_legacy.def
       
    64 #endif
       
    65 
    54 
    66 START WINS
    55 START WINS
    67 	baseaddress	0x43700000
    56 	baseaddress	0x43700000
    68 END
    57 END
    69 
    58