appfw/apparchitecture/group/APFILE.MMP
branchRCL_3
changeset 62 924385140d98
parent 12 7645e9ce10dc
child 63 c2c61fdca848
equal deleted inserted replaced
58:0818dd463d41 62:924385140d98
    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
    46 library			centralrepository.lib
    50 library			centralrepository.lib
    47 
    51 
    51 END
    55 END
    52 
    56 
    53 START MARM
    57 START MARM
    54 END
    58 END
    55 
    59 
       
    60 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    61 	deffile APFILE.DEF
       
    62 #else
       
    63 	deffile apfile_legacy.def
       
    64 #endif
       
    65 
    56 // 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
    57 START RESOURCE	eshell_reg.rss
    67 START RESOURCE	eshell_reg.rss
    58 TARGETPATH	/private/10003a3f/apps
    68 TARGETPATH	/private/10003a3f/apps
    59 END
    69 END
    60 
    70