appfw/apparchitecture/group/APFILE.MMP
changeset 29 6a787171e1de
parent 0 2e3d3ce01487
child 81 676b6116ca93
equal deleted inserted replaced
28:b0b858956ed5 29:6a787171e1de
     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".
    36 userinclude   ../inc
    36 userinclude   ../inc
    37 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
    37 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
    38 
    38 
    39 macro UI_FRAMEWORKS_V1_REMNANT_FOR_JAVA_MIDLET_INSTALLER
    39 macro UI_FRAMEWORKS_V1_REMNANT_FOR_JAVA_MIDLET_INSTALLER
    40 
    40 
    41 source			APFREC.CPP APFSTD.CPP APRuleBased.CPP ApLaunchChecker.cpp apinstallationmonitor.cpp
    41 source			APFREC.CPP APFSTD.CPP APRuleBased.CPP ApLaunchChecker.cpp
    42 source			apfmimecontentpolicy.cpp
    42 source			apfmimecontentpolicy.cpp
       
    43 
       
    44 #ifndef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    45 source apinstallationmonitor.cpp
       
    46 #endif
    43 
    47 
    44 library         euser.lib efsrv.lib apparc.lib apgrfx.lib bafl.lib apserv.lib ecom.lib 
    48 library         euser.lib efsrv.lib apparc.lib apgrfx.lib bafl.lib apserv.lib ecom.lib 
    45 library			apmime.lib caf.lib
    49 library			apmime.lib caf.lib
       
    50 library			centralrepository.lib
    46 
    51 
    47 
       
    48 START RESOURCE ../apfile/apfmimecontentpolicy.rss
       
    49 HEADER  
       
    50 TARGETPATH   /resource/apps
       
    51 END
       
    52 
    52 
    53 START WINS
    53 START WINS
    54 	baseaddress	0x43000000
    54 	baseaddress	0x43000000
    55 END
    55 END
    56 
    56 
    57 START MARM
    57 START MARM
    58 END
    58 END
    59 
    59 
       
    60 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    61 	deffile APFILE.DEF
       
    62 #else
       
    63 	deffile apfile_legacy.def
       
    64 #endif
       
    65 
    60 // For the benefit of Eshell which cannot build a resource registration file
    66 // For the benefit of Eshell which cannot build a resource registration file
    61 START RESOURCE	eshell_reg.rss
    67 START RESOURCE	eshell_reg.rss
    62 TARGETPATH	/private/10003a3f/apps
    68 TARGETPATH	/private/10003a3f/apps
    63 END
    69 END
    64 
    70