Hi Greg, My bad.
suse-libmatroska-makefile.txt suse-libebml-makefile.txt hx_changes_xmltok.txt hx_changes_xmlparse.txt Have a later modification date. These files have not been changed for this task, and are in diff.zip file by mistake. Regards, Sanket -----Original Message----- From: ext Gregory Wright [mailto:gwri...@real.com] Sent: Tuesday, February 02, 2010 11:03 AM To: Lopes Sanket (EXT-Infovision/Dallas) Cc: clientapp-...@helixcommunity.org; datatype-...@helixcommunity.org; audio-dev@helixcommunity.org; common-...@helixcommunity.org; nokia-private-...@helixcommunity.org Subject: Re: RESEND: [Nokia-private-dev] CR: ou1cimx1#232951:"helix" package Linux compatibility errors diff -u ./xmltok/xmltok.h ../../../mozilla/mozilla/expat/xmltok/xmltok.h --- ./xmltok/xmltok.h Mon Mar 27 15:56:14 2000 +++ ../../../mozilla/mozilla/expat/xmltok/xmltok.h Wed Jul 07 21:20:09 1999 @@ -43,34 +43,12 @@ #define XML_TOK_TRAILING_RSQB -5 /* ] or ]] at the end of the scan; might be start of illegal ]]> sequence */ /* The following tokens may be returned by both XmlPrologTok and XmlContentTok */ - -/* Instead of just returning XML_TOK_INVALID, we are going to add a few more - specific error messages. */ -#define XML_TOK_ERR_INVALID_NAME -100 -#define XML_TOK_ERR_INVALID_CHAR_IN_DOC -101 -#define XML_TOK_ERR_TWO_DASHES_NOT_ALLOWED_IN_COMMENT -102 -#define XML_TOK_ERR_INVALID_DECL -103 -#define XML_TOK_ERR_INVALID_PI -104 -#define XML_TOK_ERR_INVALID_PI_TARGET -105 -#define XML_TOK_ERR_INVALID_CDATA -106 -#define XML_TOK_ERR_NO_CLOSING_GT -107 -#define XML_TOK_ERR_INVALID_HEX_CHAR_REF -108 -#define XML_TOK_ERR_INVALID_CHAR_REF -109 -#define XML_TOK_ERR_INVALID_REF -110 -#define XML_TOK_ERR_MISSING_EQUALS -111 -#define XML_TOK_ERR_MISSING_QUOT_APOS -112 -#define XML_TOK_ERR_MISSING_REQ_SPACE -113 -#define XML_TOK_ERR_LT_NOT_ALLOWED -114 -#define XML_TOK_ERR_EXPECTED_GT -115 -#define XML_TOK_ERR_INVALID_GT_AFFT_2_RSQB_IN_CONTENT -116 -#define XML_TOK_ERR_INVALID_COMMENT -117 - #define XML_TOK_NONE -4 /* The string to be scanned is empty */ #define XML_TOK_TRAILING_CR -3 /* A CR at the end of the scan; might be part of CRLF sequence */ #define XML_TOK_PARTIAL_CHAR -2 /* only part of a multibyte sequence */ #define XML_TOK_PARTIAL -1 /* only part of a token */ -/*#define XML_TOK_INVALID 0*/ +#define XML_TOK_INVALID 0 /* The following tokens are returned by XmlContentTok; some are also Why the changes to xmltok and xmlparse? They seem quite extensive and I don't see how they related to this change. Also, are all the changes to libmatroska and libml makefiles needed? --greg. On Feb 2, 2010, at 7:51 AM, <ext-sanket.lo...@nokia.com> <ext-sanket.lo...@nokia.com> wrote: > Any Comments on this? > > Thanks, > Sanket. > > From: nokia-private-dev-boun...@helixcommunity.org > [mailto:nokia-private-dev-boun...@helixcommunity.org] On Behalf Of > Lopes Sanket (EXT-Infovision/Dallas) > Sent: Thursday, January 28, 2010 11:52 AM > To: nokia-private-...@helixcommunity.org > Subject: [Nokia-private-dev] CR: ou1cimx1#232951:"helix" package Linux > compatibility errors > > "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: ext-sanket.lo...@nokia.com > > Reviewed by: > > Date: 28/01/2010 > > Project: Helix > > ErrorId: ID: AKAN-7ZGCB3 Case ID: ou1cimx1#232951 > > Synopsis: "helix" package Linux compatibility errors > > The Checksource tool checks the case of the entry of file name in mmp file > and tries to compare it to the actual source file. > If the case of entry and the actual source file on the system disk is not > matched then checksource will add an entry for this in the log file. > For example "PacketSink" folder in CVS is > "Helix\210Cays\datatype\xps\PacketSink" but the mmp file had an entry > "USERINCLUDE ../../../datatype/xps/packetsink" so this was reported as error > in checksource log. > Similarly, epoc32 was saved as "EPOC32" in symbian.cf, changed it to "epoc32" > > Files Modified: > \build\umakecf\symbian.cf > src\audio\device\pub\platform\symbian\audsymbian.h > src\audio\device\pub\platform\symbian\CHXMMFDevSound.h > src\audio\device\pub\platform\symbian\CHXSymbianAudioDevice.h > src\clientapps\symbiancommon\chxavstringutils.cpp > src\clientapps\symbiancommon\pub\chxavstringutils.h > src\clientapps\symbiancommon\pub\chxavutil.h > src\clientapps\symbianMmf\hxmmferrorlogsink.h > src\clientapps\symbianMmf\hxmmffourccmap.h > src\clientapps\symbianMmf\hxmmfmemutil.h > src\clientapps\symbianMmf\hxmmfstate.h > src\clientapps\symbianMmf\hxmmfstatectrl.h > src\clientapps\symbianMmf\hxsystem_settings.cpp > src\clientapps\symbianMmf\audiocontroller\10207B64.rss > src\clientapps\symbianMmf\audiocontroller\hxmmfaudioctrl.cpp > src\clientapps\symbianMmf\audiocontroller\hxmmfaudioctrl.h > src\clientapps\symbianMmf\audiocontroller\hxmmfaudioproxy.cpp > src\clientapps\symbianMmf\audiocontroller\hxmmfcustominterface.h > src\clientapps\symbianMmf\common\hxmmfbasectrl.cpp > src\clientapps\symbianMmf\common\hxmmfbasectrl.h > src\clientapps\symbianMmf\videocontroller\101F8513.rss > src\clientapps\symbianMmf\videocontroller\hxmmfctrlimpl.cpp > src\clientapps\symbianMmf\videocontroller\hxmmfctrlimpl.h > src\clientapps\symbianMmf\videocontroller\hxmmfctrlproxy.cpp > src\common\dbgtool\hxassert.cpp > src\common\fileio\pub\platform\symbian\HxMMDataSource.h > src\common\system\platform\symbian\CHXSymbianServer.cpp > src\common\system\platform\symbian\symbianthreads.cpp > src\datatype\mdf\audio\arm\wma\platform\symbian\wmaaudioconfigs.cpp > src\datatype\mdf\audio\common\pub\platform\symbian\audioconfigurator.h > src\datatype\mdf\video\format\common\mdfpayloadformat.cpp > src\datatype\mdf\video\format\flv\1028334d.rss > src\datatype\mdf\video\format\flv\pub\mdfflvpayloadformat.h > src\datatype\mdf\video\format\h263\10207474.rss > src\datatype\mdf\video\format\h263\pub\mdfh263payloadformat.h > src\datatype\mdf\video\format\h264\1020747a.rss > src\datatype\mdf\video\format\h264\pub\mdfh264payloadformat.h > src\datatype\mdf\video\format\mp4\10207476.rss > src\datatype\mdf\video\format\mp4\pub\mdfmp4payloadformat.h > src\datatype\mdf\video\format\rm\10207478.rss > src\datatype\mdf\video\format\rm\pub\mdfrvxpayloadformat.h > src\datatype\mdf\video\format\wmv\10283353.rss > src\datatype\mdf\video\format\wmv\pub\mdfwmvpayloadformat.h > src\datatype\mdf\video\renderer\mdfpluginmanager.cpp > src\datatype\mdf\video\renderer\mdfdevice\server\CMDFDevVideoServerSes > sion.h src\datatype\mdf\video\renderer\pub\mdfvideoadapter.h > src\datatype\mdf\video\renderer\pub\mdfvidrend.h > src\datatype\mkv\libmatroska\Matroska.cpp > src\datatype\mkv\libmatroska\libebml\ebml\EbmlTypes.h > src\datatype\mp4\audio\mdf\platform\symbian\audioconfigs.cpp > src\datatype\tools\metadataeng\utility\platform\symbian\hxmetadatautil > .cpp > src\datatype\tools\metadataeng\utility\platform\symbian\hxtnutil.cpp > src\datatype\tools\metadataeng\utility\platform\symbian\hxtnutil_impl. > cpp > src\datatype\tools\metadataeng\utility\platform\symbian\hxtnutil_obs.h > src\datatype\xps\fileformat\CXPSFFPlugin.cpp > src\datatype\xps\fileformat\CXPSFileformat.h > src\datatype\xps\PacketSink\CXPSPacketSink.cpp > src\datatype\xps\PacketSink\CXPSSession.cpp > src\datatype\xps\PacketSink\CXPSSession.h > src\datatype\xps\test\CXPSRtpFlSrc.cpp > src\datatype\xps\test\CXPSRtpFlSrc.h > src\datatype\xps\test\CXPSRTPPktFlReader.cpp > src\datatype\xps\test\XPSRtpFlSrcLib > > > Image Size and Heap Use impact: None > Module Release Testing (STIF): N/A > > Test Case(s) Added: No > > Memory Leak Check Performed: N/A > > Platforms and Profiles Build Verified: helix-client-s60-52-mmf-mdf-dsp > > Platforms and Profiles Functionality Verified: armv5, winscw > > Branch: 210CayS > > Diff files : > > Thanks and Regards, > Sanket > > <diff.zip><ATT00001..txt><ATT00001..txt> _______________________________________________ Audio-dev mailing list Audio-dev@helixcommunity.org http://lists.helixcommunity.org/mailman/listinfo/audio-dev