appfw/apparchitecture/group/APFILE.MMP
branchRCL_3
changeset 63 c2c61fdca848
parent 62 924385140d98
equal deleted inserted replaced
62:924385140d98 63:c2c61fdca848
    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
    41 source			APFREC.CPP APFSTD.CPP APRuleBased.CPP ApLaunchChecker.cpp apinstallationmonitor.cpp
    42 source			apfmimecontentpolicy.cpp
    42 source			apfmimecontentpolicy.cpp
    43 
       
    44 #ifndef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    45 source apinstallationmonitor.cpp
       
    46 #endif
       
    47 
    43 
    48 library         euser.lib efsrv.lib apparc.lib apgrfx.lib bafl.lib apserv.lib ecom.lib 
    44 library         euser.lib efsrv.lib apparc.lib apgrfx.lib bafl.lib apserv.lib ecom.lib 
    49 library			apmime.lib caf.lib
    45 library			apmime.lib caf.lib
    50 library			centralrepository.lib
    46 library			centralrepository.lib
    51 
    47 
    55 END
    51 END
    56 
    52 
    57 START MARM
    53 START MARM
    58 END
    54 END
    59 
    55 
    60 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    61 	deffile APFILE.DEF
       
    62 #else
       
    63 	deffile apfile_legacy.def
       
    64 #endif
       
    65 
       
    66 // For the benefit of Eshell which cannot build a resource registration file
    56 // For the benefit of Eshell which cannot build a resource registration file
    67 START RESOURCE	eshell_reg.rss
    57 START RESOURCE	eshell_reg.rss
    68 TARGETPATH	/private/10003a3f/apps
    58 TARGETPATH	/private/10003a3f/apps
    69 END
    59 END
    70 
    60