Revision: 201033 RCL_3 PDK_3.0.3
authorDremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 14 Sep 2010 23:14:45 +0300
branchRCL_3
changeset 44 8b4f687b7a95
parent 42 01fc9b7302d1
child 46 33c0ad3ec005
Revision: 201033 Kit: 201035
aknlayoutcompiler/binary/AknLayoutCompiler.exe
aknlayoutcompiler/cdl/MasterLayoutPack.cdl
aknlayoutcompiler/inc/CodeGenConsts.h
aknlayoutcompiler/src/CppWriter.cpp
aknlayoutcompiler/src/Lay2Cdl.cpp
aknlayoutcompiler/src/LayCdl2Inst.cpp
aknlayoutcompiler/src/LayCdl2InstO.cpp
aknlayoutcompiler/src/MLCompCdl2InstO.cpp
cdlcompiler/binary/CdlCompiler.EXE
cdlcompilertoolkit/src/CdlTkSyntaxCheck.cpp
cdlcompilertoolkit/src/CdlTkWriteDll.cpp
cdlcompilertoolkit/src/CdlTkWriteInstance.cpp
svgtencoder/svgtenc/standalone/binary/svgtbinencode.exe
Binary file aknlayoutcompiler/binary/AknLayoutCompiler.exe has changed
--- a/aknlayoutcompiler/cdl/MasterLayoutPack.cdl	Wed Sep 01 12:16:33 2010 +0100
+++ b/aknlayoutcompiler/cdl/MasterLayoutPack.cdl	Tue Sep 14 23:14:45 2010 +0300
@@ -6,8 +6,8 @@
 
 %% C++
 
-#include <aknlayoutdef.h>
-#include <akndef.hrh>
+#include <AknLayoutDef.h>
+#include <AknDef.hrh>
 
 %% API
 
--- a/aknlayoutcompiler/inc/CodeGenConsts.h	Wed Sep 01 12:16:33 2010 +0100
+++ b/aknlayoutcompiler/inc/CodeGenConsts.h	Tue Sep 14 23:14:45 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2002-2004 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -23,7 +23,7 @@
 using namespace std;
 
 // includes
-const string KIncludeLayoutInstanceHeaderScalableDef("#include <aknlayout2scalabledef.h>");
+const string KIncludeLayoutInstanceHeaderScalableDef("#include <AknLayout2ScalableDef.h>");
 // directories
 const string KDirEpocSysHeader("/epoc32/include/");
 const string KDirDomainSysHeader("/epoc32/include/platform/mw/");
--- a/aknlayoutcompiler/src/CppWriter.cpp	Wed Sep 01 12:16:33 2010 +0100
+++ b/aknlayoutcompiler/src/CppWriter.cpp	Tue Sep 14 23:14:45 2010 +0300
@@ -703,7 +703,7 @@
 	aLag << "*/" << endl  << endl;
 	aLag << "#if !defined(__" << iShortName << "_LAG__)" << endl;
 	aLag << "#define __" << iShortName << "_LAG__" << endl;
-	aLag << "#include <aknlayoutdef.h>" << endl << endl;
+	aLag << "#include <AknLayoutDef.h>" << endl << endl;
 	}
 
 // End of File
--- a/aknlayoutcompiler/src/Lay2Cdl.cpp	Wed Sep 01 12:16:33 2010 +0100
+++ b/aknlayoutcompiler/src/Lay2Cdl.cpp	Tue Sep 14 23:14:45 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2002-2004 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -258,6 +258,6 @@
 	string ifName(InterfaceName(CdlTkUtil::StripPath(aCdlName)));
 	aInterface.Header().SetName(ifName);
 	aInterface.Header().SetVersion(CCdlTkInterfaceHeader::CVersion(KGeneratedInterfaceMajorVer, KGeneratedInterfaceMinorVer));
-	aInterface.Cpp().push_back("#include <aknlayout2def.h>");
+	aInterface.Cpp().push_back("#include <AknLayout2Def.h>");
 	}
 
--- a/aknlayoutcompiler/src/LayCdl2Inst.cpp	Wed Sep 01 12:16:33 2010 +0100
+++ b/aknlayoutcompiler/src/LayCdl2Inst.cpp	Tue Sep 14 23:14:45 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2002-2004 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -180,7 +180,7 @@
 	iInstance = new CCdlTkInstance(iInterface);
 	iInstance->SetName(aInstName);
 
-	string extraCpp("#include <aknlayout2datadef.h>\n");
+	string extraCpp("#include <AknLayout2DataDef.h>\n");
 	extraCpp += string("#include \"") + CdlTkUtil::ToLower(aBase ? aBase->FwdDeclName() : FwdDeclName()) + "\"\n";
 	iInstance->SetExtraCpp(extraCpp);
 
--- a/aknlayoutcompiler/src/LayCdl2InstO.cpp	Wed Sep 01 12:16:33 2010 +0100
+++ b/aknlayoutcompiler/src/LayCdl2InstO.cpp	Tue Sep 14 23:14:45 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2002-2004 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -466,7 +466,7 @@
 // added.
 extern string KExtraCpp;
 string KExtraCpp = "\
-#include \"aknlayout2decode.h\"\n\
+#include \"AknLayout2Decode.h\"\n\
 namespace $INTERFACE_NS { extern const TUint8 KByteCodedData[]; }\n";
 extern string KInitialCpp;
 string KInitialCpp ="\
@@ -803,7 +803,7 @@
 	}
 
 const string KCommonImplStart = "\
-#include \"aknlayout2decode.h\"\n\
+#include \"AknLayout2Decode.h\"\n\
 namespace $NAMESPACENAME { extern TUint8 const KByteCodedData[] = {\n";
 
 const string KCommonImplImpl = "\
--- a/aknlayoutcompiler/src/MLCompCdl2InstO.cpp	Wed Sep 01 12:16:33 2010 +0100
+++ b/aknlayoutcompiler/src/MLCompCdl2InstO.cpp	Tue Sep 14 23:14:45 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2002-2008 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -1231,7 +1231,7 @@
 // added.
 // extern string KScalableExtraCpp;
 string KScalableExtraCpp = "\
-#include \"aknlayout2scalabledecode.h\"\n\
+#include \"AknLayout2ScalableDecode.h\"\n\
 namespace $INTERFACE_NS { extern const TUint8 KByteCodedData_$FIRSTINSTANCENAME[]; }\n";
 
 //extern string KScalableInitialCpp;
@@ -1909,7 +1909,7 @@
 	}
 
 const string KCommonImplStart = "\
-#include \"aknlayout2scalabledecode.h\"\n\
+#include \"AknLayout2ScalableDecode.h\"\n\
 namespace $NAMESPACENAME { extern TUint8 const KByteCodedData_$FIRSTINSTANCENAME[] = {\n";
 
 const string KCommonImplImpl = "\
Binary file cdlcompiler/binary/CdlCompiler.EXE has changed
--- a/cdlcompilertoolkit/src/CdlTkSyntaxCheck.cpp	Wed Sep 01 12:16:33 2010 +0100
+++ b/cdlcompilertoolkit/src/CdlTkSyntaxCheck.cpp	Tue Sep 14 23:14:45 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2009, 2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -87,7 +87,7 @@
 	CdlTkUtil::OpenOutput(out, aName);
 
 	out << "#line 1 \"" << CdlTkUtil::StripPath(iCdl.FileName()) << "\"" << endl;
-	out << "#include <cdlengine.h>" << endl;
+	out << "#include <CdlEngine.h>" << endl;
 	const CCdlTkCpp& cpp = iCdl.Cpp();
 	for (CCdlTkCpp::const_iterator pCpp = cpp.begin(); pCpp != cpp.end(); ++pCpp)
 		{
--- a/cdlcompilertoolkit/src/CdlTkWriteDll.cpp	Wed Sep 01 12:16:33 2010 +0100
+++ b/cdlcompilertoolkit/src/CdlTkWriteDll.cpp	Tue Sep 14 23:14:45 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2009, 2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -54,7 +54,7 @@
 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).\n\
 * All rights reserved.\n\
 * This component and the accompanying materials are made available\n\
-* under the terms of  \"Eclipse Public License v1.0\"\n\
+* under the terms of \"Eclipse Public License v1.0\"\n\
 * which accompanies this distribution, and is available\n\
 * at the URL \"http://www.eclipse.org/legal/epl-v10.html\".\n\
 *\n\
@@ -66,8 +66,6 @@
 * Description:\n\
 *\n\
 */\n\n\
-// This file was generated by:\n\
-// $CMDLINE\n\
 // It lists the makefile for a customisation DLL.\n\
 // It may be modified manually.\n\
 \n\
@@ -109,8 +107,6 @@
 * Description:\n\
 *\n\
 */\n\n\
-// This file was generated by:\n\
-// $CMDLINE\n\
 // It contains the project definition for a customisation DLL.\n\
 // It may be modified manually.\n\
 #include <platform_paths.hrh>\n\
@@ -190,7 +186,7 @@
 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).\n\
 * All rights reserved.\n\
 * This component and the accompanying materials are made available\n\
-* under the terms of  \"Eclipse Public License v1.0\"\n\
+* under the terms of \"Eclipse Public License v1.0\"\n\
 * which accompanies this distribution, and is available\n\
 * at the URL \"http://www.eclipse.org/legal/epl-v10.html\".\n\
 *\n\
@@ -202,8 +198,6 @@
 * Description:\n\
 *\n\
 */\n\n\
-// This file was generated by:\n\
-// $CMDLINE\n\
 // This is the main source file for a customisation DLL.\n\
 // It may be modified manually.\n\
 \n\
@@ -294,7 +288,7 @@
 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).\n\
 * All rights reserved.\n\
 * This component and the accompanying materials are made available\n\
-* under the terms of  \"Eclipse Public License v1.0\"\n\
+* under the terms of \"Eclipse Public License v1.0\"\n\
 * which accompanies this distribution, and is available\n\
 * at the URL \"http://www.eclipse.org/legal/epl-v10.html\".\n\
 *\n\
@@ -306,8 +300,6 @@
 * Description:\n\
 *\n\
 */\n\n\
-// Header file for automatic instance id assignment for $DLL_NAME, generated by:\n\
-// $CMDLINE\n\
 #ifndef $DLL_NAME_INST_IDS\n\
 #define $DLL_NAME_INST_IDS\n\
 \n\
@@ -355,7 +347,7 @@
 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).\n\
 * All rights reserved.\n\
 * This component and the accompanying materials are made available\n\
-* under the terms of  \"Eclipse Public License v1.0\"\n\
+* under the terms of \"Eclipse Public License v1.0\"\n\
 * which accompanies this distribution, and is available\n\
 * at the URL \"http://www.eclipse.org/legal/epl-v10.html\".\n\
 *\n\
--- a/cdlcompilertoolkit/src/CdlTkWriteInstance.cpp	Wed Sep 01 12:16:33 2010 +0100
+++ b/cdlcompilertoolkit/src/CdlTkWriteInstance.cpp	Tue Sep 14 23:14:45 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2009, 2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -129,14 +129,13 @@
 * Description:\n\
 *\n\
 */\n\n\
-// This file was generated from $CDLNAME.\n\
 // It contains the customisation API.\n\
 // It should not be modified manually.\n\
 \n\
 #ifndef $CDLGUARD\n\
 #define $CDLGUARD\n\
 \n\
-#include <cdlengdef.h>\n\
+#include <CdlEngDef.h>\n\
 #include \"$CDLINCNAME.common.h\"\n\
 \n\
 namespace $CDLNS\n\
@@ -216,8 +215,6 @@
 * Description:\n\
 *\n\
 */\n\n\
-// $INSTNAME generated by\n\
-// $CMDLINE\n\
 // This customisation implements the interface defined in $CDLNAME\n\
 \n\
 #include \"$HEADERNAME\"\n\
@@ -281,8 +278,6 @@
 *\n\
 */\n\n\
 // This header file contains the customisation implementation identity for $INSTNAME\n\
-// It was generated by:\n\
-// $CMDLINE\n\
 // This file may be manually modified.\n\
 \n\
 #ifndef $INSTGUARD\n\
@@ -325,8 +320,6 @@
 *\n\
 */\n\n\
 // This header file contains the customisation implementation identity for $INSTNAME\n\
-// It was generated by:\n\
-// $CMDLINE\n\
 // This file may be manually modified.\n\
 \n\
 #ifndef $INSTGUARDRH\n\
Binary file svgtencoder/svgtenc/standalone/binary/svgtbinencode.exe has changed