[Clientapps-cvs] symbianMmf installMMF.pcf,1.11,1.12
rrajesh at helixcommunity.org rrajesh at helixcommunity.orgUpdate of /cvsroot/clientapps/symbianMmf In directory cvs:/tmp/cvs-serv21285 Modified Files: installMMF.pcf Log Message: "Nokia submits this code under the terms of a commercial contribution agreement with RealNetworks, and I am authorized to contribute this code under said agreement." Modified by: rajesh.rathinasamy at nokia.com Reviewed by: Date: 03-16-2006. Project: Helix Symbian player ErrorId: EOVL-6K5UCP Synopsis: Enabling support for mimetype mpeg4-generic (RFC 3640) * Included the feature flag to support mimetype mpeg4-generic * Removed additional space in install.pcf which was causing error for LL_NONE builds. Files Modified: =========== Build/umakepf/helix-client-s60-mmf-common.pfi clientapps/symbianMmf/InstallMMF.pcf Image Size and Heap Use impact: Minor Platforms and Profiles Build Verified: helix-client-s60-mmf-mdf-basic Platforms and Profiles Functionality verified: armv5, winscw Branch: Helix, 210CayS * Also corrected the ROM_ONLY flag to be enabled. Index: installMMF.pcf =================================================================== RCS file: /cvsroot/clientapps/symbianMmf/installMMF.pcf,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- installMMF.pcf 17 Mar 2006 22:31:29 -0000 1.11 +++ installMMF.pcf 17 Mar 2006 23:40:46 -0000 1.12 @@ -286,7 +286,7 @@ if project.IsDefined("HELIX_FEATURE_TIMEDTEXT"): Add('3gppttrenderer') -if not project.IsDefined(" HELIX_FEATURE_LOGLEVEL_NONE"): +if not project.IsDefined("HELIX_FEATURE_LOGLEVEL_NONE"): Add('log', 'logobserverfile') # remove duplicates that fall under multiple features; sort so we can find more easily lib_names = StripDupes(lib_names)