# HG changeset patch # User Dremov Kirill (Nokia-D-MSW/Tampere) # Date 1286150900 -10800 # Node ID c828a2f286d17a1487948c8aee620f41e31dd09c # Parent 450972dee09630d27a2d4eff798162d0a5d094d1 Revision: 201039 Kit: 201039 diff -r 450972dee096 -r c828a2f286d1 group/bld.inf --- a/group/bld.inf Tue Jul 06 16:24:52 2010 +0300 +++ b/group/bld.inf Mon Oct 04 03:08:20 2010 +0300 @@ -24,10 +24,10 @@ #include "../extension_makefiles/group/bld.inf" #include "../xml/cxmllibrary/group/bld.inf" #include "../xml/xmlparser/group/bld.inf" -#include "../xml/legacyminidomparser/GROUP/bld.inf" -#include "../xml/xmlfw/GROUP/bld.inf" +#include "../xml/legacyminidomparser/group/bld.inf" +#include "../xml/xmlfw/group/bld.inf" #include "../xml/libxml2libs/group/bld.inf" -#include "../xml/xmldomandxpath/GROUP/bld.inf" +#include "../xml/xmldomandxpath/group/bld.inf" #include "../xml/wbxmlparser/group/bld.inf" #include "../xml/xmllibxml2parser/group/bld.inf" #include "../xml/xmlexpatparser/group/bld.inf" diff -r 450972dee096 -r c828a2f286d1 package_definition.xml --- a/package_definition.xml Tue Jul 06 16:24:52 2010 +0300 +++ b/package_definition.xml Mon Oct 04 03:08:20 2010 +0300 @@ -1,32 +1,27 @@ - - - - + + + + - - - - - - - + + + - - - + + + - - - - - - - - - + + + + + + + + @@ -41,58 +36,72 @@ - - - - - + + + + + - + + + + + - - + + + + + + + + + + + + + - + + + + + - + + + + + - + + + + + - + + + + + - + - + - + - - - - - - - - - - - - - - - - - diff -r 450972dee096 -r c828a2f286d1 package_map.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/package_map.xml Mon Oct 04 03:08:20 2010 +0300 @@ -0,0 +1,1 @@ + diff -r 450972dee096 -r c828a2f286d1 xml/legacyminidomparser/GROUP/bld.inf --- a/xml/legacyminidomparser/GROUP/bld.inf Tue Jul 06 16:24:52 2010 +0300 +++ b/xml/legacyminidomparser/GROUP/bld.inf Mon Oct 04 03:08:20 2010 +0300 @@ -25,8 +25,8 @@ DEFAULT // Subproject builds -#include "../XMLDom/GROUP/bld.inf" -#include "../XMLParser/GROUP/bld.inf" -#include "../Rom/bld.inf" +#include "../xmldom/group/bld.inf" +#include "../xmlparser/group/bld.inf" +#include "../rom/bld.inf" PRJ_MMPFILES diff -r 450972dee096 -r c828a2f286d1 xml/legacyminidomparser/XMLDom/GROUP/XMLDOM.mmp --- a/xml/legacyminidomparser/XMLDom/GROUP/XMLDOM.mmp Tue Jul 06 16:24:52 2010 +0300 +++ b/xml/legacyminidomparser/XMLDom/GROUP/XMLDOM.mmp Mon Oct 04 03:08:20 2010 +0300 @@ -26,20 +26,20 @@ UID 0x1000008d 0x101F9117 VENDORID 0x70000001 -SOURCEPATH ../SRC -SOURCE GMXMLCDATASection.cpp -SOURCE GMXMLCharacterData.cpp -SOURCE GMXMLComment.cpp -SOURCE GMXMLDocument.cpp -SOURCE GMXMLDocumentElement.cpp -SOURCE GMXMLElement.cpp -SOURCE GMXMLNode.cpp -SOURCE GMXMLProcessingInstruction.cpp -SOURCE GMXMLText.cpp +SOURCEPATH ../src +SOURCE gmxmlcdatasection.cpp +SOURCE gmxmlcharacterdata.cpp +SOURCE gmxmlcomment.cpp +SOURCE gmxmldocument.cpp +SOURCE gmxmldocumentelement.cpp +SOURCE gmxmlelement.cpp +SOURCE gmxmlnode.cpp +SOURCE gmxmlprocessinginstruction.cpp +SOURCE gmxmltext.cpp -USERINCLUDE ../INC +USERINCLUDE ../inc OS_LAYER_SYSTEMINCLUDE_SYMBIAN LIBRARY euser.lib LIBRARY bafl.lib diff -r 450972dee096 -r c828a2f286d1 xml/legacyminidomparser/XMLDom/GROUP/bld.inf --- a/xml/legacyminidomparser/XMLDom/GROUP/bld.inf Tue Jul 06 16:24:52 2010 +0300 +++ b/xml/legacyminidomparser/XMLDom/GROUP/bld.inf Mon Oct 04 03:08:20 2010 +0300 @@ -17,23 +17,23 @@ DEFAULT PRJ_MMPFILES - XMLDOM.mmp + xmldom.mmp PRJ_EXPORTS - ../INC/GMXMLCDataSection.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(gmxmlcdatasection.h) - ../INC/GMXMLCharacterData.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(gmxmlcharacterdata.h) - ../INC/GMXMLComment.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(gmxmlcomment.h) - ../INC/GMXMLDocument.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(gmxmldocument.h) - ../INC/GMxmldomconstants.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(gmxmldomconstants.h) - ../INC/GMXMLDocumentElement.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(gmxmldocumentelement.h) - ../INC/GMXMLElement.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(gmxmlelement.h) - ../INC/GMXMLNode.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(gmxmlnode.h) - ../INC/GMXMLProcessingInstruction.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(gmxmlprocessinginstruction.h) - ../INC/GMXMLText.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(gmxmltext.h) + ../inc/gmxmlcdatasection.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(gmxmlcdatasection.h) + ../inc/gmxmlcharacterData.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(gmxmlcharacterdata.h) + ../inc/gmxmlcomment.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(gmxmlcomment.h) + ../inc/gmxmldocument.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(gmxmldocument.h) + ../inc/gmxmldomconstants.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(gmxmldomconstants.h) + ../inc/gmxmldocumentelement.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(gmxmldocumentelement.h) + ../inc/gmxmlelement.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(gmxmlelement.h) + ../inc/gmxmlnode.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(gmxmlnode.h) + ../inc/gmxmlprocessinginstruction.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(gmxmlprocessinginstruction.h) + ../inc/gmxmltext.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(gmxmltext.h) #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS #ifdef SYMBIAN_OLD_EXPORT_LOCATION - ../INC/gmxmldummydtd.h /epoc32/include/gmxmldummydtd.h + ../inc/gmxmldummydtd.h /epoc32/include/gmxmldummydtd.h #endif #endif diff -r 450972dee096 -r c828a2f286d1 xml/legacyminidomparser/XMLParser/GROUP/bld.inf --- a/xml/legacyminidomparser/XMLParser/GROUP/bld.inf Tue Jul 06 16:24:52 2010 +0300 +++ b/xml/legacyminidomparser/XMLParser/GROUP/bld.inf Mon Oct 04 03:08:20 2010 +0300 @@ -17,10 +17,10 @@ DEFAULT PRJ_EXPORTS - ../INC/GMXMLComposer.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(gmxmlcomposer.h) - ../INC/GMXMLParser.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(gmxmlparser.h) - ../INC/GMXMLConstants.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(gmxmlconstants.h) - ../INC/GMXMLEntityConverter.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(gmxmlentityconverter.h) + ../inc/gmxmlcomposer.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(gmxmlcomposer.h) + ../inc/gmxmlparser.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(gmxmlparser.h) + ../inc/gmxmlconstants.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(gmxmlconstants.h) + ../inc/gmxmlentityconverter.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(gmxmlentityconverter.h) PRJ_MMPFILES xmlparser.mmp diff -r 450972dee096 -r c828a2f286d1 xml/xmlparser/group/bld.inf --- a/xml/xmlparser/group/bld.inf Tue Jul 06 16:24:52 2010 +0300 +++ b/xml/xmlparser/group/bld.inf Mon Oct 04 03:08:20 2010 +0300 @@ -29,11 +29,11 @@ // Move the includes into "Public Nokia implemented" in CORE_OS_LAYER_IBY_EXPORT_PATH -../rom/Xmlinterface.iby CORE_OS_LAYER_IBY_EXPORT_PATH(Xmlinterface.iby) +../rom/xmlinterface.iby CORE_OS_LAYER_IBY_EXPORT_PATH(xmlinterface.iby) PRJ_MMPFILES -XMLInterface.mmp +xmlinterface.mmp PRJ_TESTMMPFILES diff -r 450972dee096 -r c828a2f286d1 xml/xmlparser/inc/CXMLAttributes.h --- a/xml/xmlparser/inc/CXMLAttributes.h Tue Jul 06 16:24:52 2010 +0300 +++ b/xml/xmlparser/inc/CXMLAttributes.h Mon Oct 04 03:08:20 2010 +0300 @@ -23,7 +23,7 @@ // INCLUDES #include #include -#include +#include // CLASS DECLARATION diff -r 450972dee096 -r c828a2f286d1 xml/xmlparser/inc/CXMLObserver.h --- a/xml/xmlparser/inc/CXMLObserver.h Tue Jul 06 16:24:52 2010 +0300 +++ b/xml/xmlparser/inc/CXMLObserver.h Mon Oct 04 03:08:20 2010 +0300 @@ -23,9 +23,9 @@ // INCLUDES #include #include -#include "CXMLAttributes.h" -#include -#include +#include "cxmlattributes.h" +#include +#include // CLASS DECLARATION diff -r 450972dee096 -r c828a2f286d1 xml/xmlparser/inc/CXMLReader.h --- a/xml/xmlparser/inc/CXMLReader.h Tue Jul 06 16:24:52 2010 +0300 +++ b/xml/xmlparser/inc/CXMLReader.h Mon Oct 04 03:08:20 2010 +0300 @@ -24,13 +24,13 @@ #include #include #include -#include +#include -#include "CXMLAttributes.h" -#include -#include -#include "CXMLObserver.h" -#include +#include "cxmlattributes.h" +#include +#include +#include "cxmlobserver.h" +#include // CLASS DECLARATION diff -r 450972dee096 -r c828a2f286d1 xml/xmlparser/src/CXMLAttributes.cpp --- a/xml/xmlparser/src/CXMLAttributes.cpp Tue Jul 06 16:24:52 2010 +0300 +++ b/xml/xmlparser/src/CXMLAttributes.cpp Mon Oct 04 03:08:20 2010 +0300 @@ -18,7 +18,7 @@ // INCLUDE FILES -#include "CXMLAttributes.h" +#include "cxmlattributes.h" diff -r 450972dee096 -r c828a2f286d1 xml/xmlparser/src/CXMLObserver.cpp --- a/xml/xmlparser/src/CXMLObserver.cpp Tue Jul 06 16:24:52 2010 +0300 +++ b/xml/xmlparser/src/CXMLObserver.cpp Mon Oct 04 03:08:20 2010 +0300 @@ -17,7 +17,7 @@ -#include "CXMLObserver.h" +#include "cxmlobserver.h" // ============================ MEMBER FUNCTIONS =============================== diff -r 450972dee096 -r c828a2f286d1 xml/xmlparser/src/CXMLReader.cpp --- a/xml/xmlparser/src/CXMLReader.cpp Tue Jul 06 16:24:52 2010 +0300 +++ b/xml/xmlparser/src/CXMLReader.cpp Mon Oct 04 03:08:20 2010 +0300 @@ -18,7 +18,7 @@ // INCLUDE FILES -#include "CXMLReader.h" +#include "cxmlreader.h" /* Dictionar Public ID's */ diff -r 450972dee096 -r c828a2f286d1 xml/xmlparser/src/RXMLReader.cpp --- a/xml/xmlparser/src/RXMLReader.cpp Tue Jul 06 16:24:52 2010 +0300 +++ b/xml/xmlparser/src/RXMLReader.cpp Mon Oct 04 03:08:20 2010 +0300 @@ -18,8 +18,8 @@ // INCLUDE FILES -#include -#include "CXMLReader.h" +#include +#include "cxmlreader.h"