--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/build.config.xml Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,135 @@
+<?xml version="1.0"?>
+<!DOCTYPE SystemDefinition [
+ <!ELEMENT SystemDefinition (systemModel?, build?)>
+ <!ATTLIST SystemDefinition
+ name CDATA #REQUIRED
+ schema CDATA #REQUIRED>
+ <!ELEMENT systemModel (layer+)>
+ <!ELEMENT layer (logicalset* | module*)*>
+ <!ATTLIST layer
+ name CDATA #REQUIRED
+ levels CDATA #IMPLIED
+ span CDATA #IMPLIED>
+ <!ELEMENT logicalset (logicalsubset* | module* | unit* | package* | prebuilt*)*>
+ <!ATTLIST logicalset
+ name CDATA #REQUIRED
+ levels CDATA #IMPLIED
+ span CDATA #IMPLIED
+ level CDATA #IMPLIED>
+ <!ELEMENT logicalsubset (module* | unit* | package* | prebuilt*)*>
+ <!ATTLIST logicalsubset name CDATA #REQUIRED>
+ <!ELEMENT module (component* | unit* | package* | prebuilt*)*>
+ <!ATTLIST module
+ name CDATA #REQUIRED
+ level CDATA #IMPLIED>
+ <!ELEMENT component (unit* | package* | prebuilt*)*>
+ <!ATTLIST component name CDATA #REQUIRED>
+ <!ELEMENT unit EMPTY>
+ <!ATTLIST unit
+ unitID ID #REQUIRED
+ name CDATA #REQUIRED
+ mrp CDATA #REQUIRED
+ filter CDATA #IMPLIED
+ bldFile CDATA #REQUIRED
+ priority CDATA #IMPLIED
+ contract CDATA #IMPLIED>
+ <!ELEMENT package EMPTY>
+ <!ATTLIST package
+ name CDATA #REQUIRED
+ mrp CDATA #REQUIRED
+ filter CDATA #IMPLIED
+ contract CDATA #IMPLIED>
+ <!ELEMENT prebuilt EMPTY>
+ <!ATTLIST prebuilt
+ name CDATA #REQUIRED
+ version CDATA #REQUIRED
+ late (Y|N) #IMPLIED
+ filter CDATA #IMPLIED
+ contract CDATA #IMPLIED>
+ <!ELEMENT build (option* | target+ | targetList+ | unitList+ | configuration+)*>
+ <!ELEMENT unitList (unitRef+)>
+ <!ATTLIST unitList
+ name ID #REQUIRED
+ description CDATA #REQUIRED>
+ <!ELEMENT unitRef EMPTY>
+ <!ATTLIST unitRef unit IDREF #REQUIRED>
+ <!ELEMENT targetList EMPTY>
+ <!ATTLIST targetList
+ name ID #REQUIRED
+ description CDATA #REQUIRED
+ target IDREFS #REQUIRED>
+ <!ELEMENT target EMPTY>
+ <!ATTLIST target
+ name ID #REQUIRED
+ abldTarget CDATA #REQUIRED
+ description CDATA #REQUIRED>
+ <!ELEMENT option EMPTY>
+ <!ATTLIST option
+ name ID #REQUIRED
+ abldOption CDATA #REQUIRED
+ description CDATA #REQUIRED
+ enable (Y | N | y | n) #REQUIRED>
+ <!ELEMENT configuration (unitListRef+ | layerRef+ | task+)*>
+ <!ATTLIST configuration
+ name ID #REQUIRED
+ description CDATA #REQUIRED
+ filter CDATA #REQUIRED>
+ <!ELEMENT task ( unitListRef* , (buildLayer | specialInstructions))>
+ <!ELEMENT unitListRef EMPTY>
+ <!ATTLIST unitListRef unitList IDREF #REQUIRED>
+ <!ELEMENT layerRef EMPTY>
+ <!ATTLIST layerRef layerName CDATA #REQUIRED>
+ <!ELEMENT buildLayer EMPTY>
+ <!ATTLIST buildLayer
+ command CDATA #REQUIRED
+ targetList IDREFS #IMPLIED
+ unitParallel (Y | N | y | n) #REQUIRED
+ targetParallel (Y | N | y | n) #IMPLIED>
+ <!ELEMENT specialInstructions EMPTY>
+ <!ATTLIST specialInstructions
+ name CDATA #REQUIRED
+ cwd CDATA #REQUIRED
+ command CDATA #REQUIRED>
+ <!ENTITY layer_real_source_path "sf/os/ossrv" >
+]>
+
+<SystemDefinition name="goscode" schema="1.4.0">
+ <systemModel>
+ <layer name="os_layer">
+ <module name="Generic OS Services">
+ <unit name="openenvcore" unitID="sos.openenvcore" bldFile="&layer_real_source_path;/genericopenlibs/openenvcore/group" mrp="&layer_real_source_path;/genericopenlibs/openenvcore/group/openenv.mrp"/>
+ <unit name="liboil" unitID="sos.liboil" bldFile="&layer_real_source_path;/genericopenlibs/liboil/group" mrp="&layer_real_source_path;/genericopenlibs/liboil/group/oeaddons_liboil.mrp"/>
+ <unit name="cstdlib" unitID="sos.cstdlib" bldFile="&layer_real_source_path;/genericopenlibs/cstdlib/group" mrp="&layer_real_source_path;/genericopenlibs/cstdlib/group/syslibs_stdlib.mrp"/>
+ <unit name="cppstdlib" unitID="sos.cppstdlib" bldFile="&layer_real_source_path;/genericopenlibs/cppstdlib/group" mrp="&layer_real_source_path;/genericopenlibs/cppstdlib/group/openenv_libstdcpp.mrp"/>
+ <unit name="posixrealtimeextensions" unitID="sos.posixrealtimeextensions" bldFile="&layer_real_source_path;/genericopenlibs/posixrealtimeextensions/group" mrp="&layer_real_source_path;/genericopenlibs/posixrealtimeextensions/group/oeaddons_librt.mrp"/>
+ <unit name="ziplib" unitID="sos.ziplib" bldFile="&layer_real_source_path;/compressionlibs/ziplib/group" mrp="&layer_real_source_path;/compressionlibs/ziplib/group/syslibs_ezlib2.mrp"/>
+ <unit name="apputils" unitID="sos.apputils" bldFile="&layer_real_source_path;/lowlevellibsandfws/apputils/group" mrp="&layer_real_source_path;/lowlevellibsandfws/apputils/group/syslibs_bafl.mrp"/>
+ <unit name="genericusabilitylib" unitID="sos.genericusabilitylib" bldFile="&layer_real_source_path;/lowlevellibsandfws/genericusabilitylib/group" mrp="&layer_real_source_path;/lowlevellibsandfws/genericusabilitylib/group/syslibs_euserhl.mrp"/>
+ <unit name="pluginfw" unitID="sos.pluginfw" bldFile="&layer_real_source_path;/lowlevellibsandfws/pluginfw/group" mrp="&layer_real_source_path;/lowlevellibsandfws/pluginfw/group/syslibs_ecom3.mrp"/>
+ <unit name="httputils" unitID="sos.httputils" bldFile="&layer_real_source_path;/genericservices/httputils/group" mrp="&layer_real_source_path;/genericservices/httputils/group/application-protocols_inetprotutil.mrp"/>
+ <unit name="mimerecognitionfw" unitID="sos.mimerecognitionfw" bldFile="&layer_real_source_path;/genericservices/mimerecognitionfw/group" mrp="&layer_real_source_path;/genericservices/mimerecognitionfw/group/app-framework_emime.mrp"/>
+ <unit name="systemagent" unitID="sos.systemagent" bldFile="&layer_real_source_path;/genericservices/systemagent/group" mrp="&layer_real_source_path;/genericservices/systemagent/group/syslibs_sysagent2.mrp"/>
+ <unit name="taskscheduler" unitID="sos.taskscheduler" bldFile="&layer_real_source_path;/genericservices/taskscheduler/group" mrp="&layer_real_source_path;/genericservices/taskscheduler/group/syslibs_schsvr.mrp"/>
+ <unit name="s60compatibilityheaders" unitID="sos.s60compatibilityheaders" bldFile="&layer_real_source_path;/genericservices/s60compatibilityheaders/groupsymtb101sf" mrp="&layer_real_source_path;/genericservices/s60compatibilityheaders/groupsymtb101sf/tools_s60_header_compatsymtb101sf.mrp"/>
+ </module>
+ </layer>
+
+ <layer name="api_test_layer">
+ <module name="Generic OS Services">
+ <unit name="openenvcore" unitID="sos.openenvcore_test" bldFile="&layer_real_source_path;/genericopenlibs/openenvcore/group" mrp="&layer_real_source_path;/genericopenlibs/openenvcore/group/openenv.mrp"/>
+ <unit name="liboil" unitID="sos.liboil_test" bldFile="&layer_real_source_path;/genericopenlibs/liboil/tsrc/group" mrp=""/>
+ <unit name="cstdlib" unitID="sos.cstdlib_test" bldFile="&layer_real_source_path;/genericopenlibs/cstdlib/group" mrp="&layer_real_source_path;/genericopenlibs/cstdlib/group/syslibs_stdlib.mrp"/>
+ <unit name="cppstdlib" unitID="sos.cppstdlib_test" bldFile="&layer_real_source_path;/genericopenlibs/cppstdlib/stl/test/group" mrp=""/>
+ <unit name="posixrealtimeextensions" unitID="sos.posixrealtimeextensions_test" bldFile="&layer_real_source_path;/genericopenlibs/posixrealtimeextensions/group" mrp="&layer_real_source_path;/genericopenlibs/posixrealtimeextensions/group/oeaddons_librt.mrp"/>
+ <unit name="ziplib" unitID="sos.ziplib_test" bldFile="&layer_real_source_path;/compressionlibs/ziplib/group" mrp="&layer_real_source_path;/compressionlibs/ziplib/group/syslibs_ezlib2.mrp"/>
+ <unit name="genericusabilitylib" unitID="sos.genericusabilitylib_test" bldFile="&layer_real_source_path;/lowlevellibsandfws/genericusabilitylib/group" mrp="&layer_real_source_path;/lowlevellibsandfws/genericusabilitylib/group/syslibs_euserhl.mrp"/>
+ <unit name="httputils" unitID="sos.httputils_test" bldFile="&layer_real_source_path;/genericservices/httputils/group" mrp="&layer_real_source_path;/genericservices/httputils/group/application-protocols_inetprotutil.mrp"/>
+ <unit name="mimerecognitionfw" unitID="sos.mimerecognitionfw_test" bldFile="&layer_real_source_path;/genericservices/mimerecognitionfw/group" mrp="&layer_real_source_path;/genericservices/mimerecognitionfw/group/app-framework_emime.mrp"/>
+ <unit name="systemagent" unitID="sos.systemagent_test" bldFile="&layer_real_source_path;/genericservices/systemagent/group" mrp="&layer_real_source_path;/genericservices/systemagent/group/syslibs_sysagent2.mrp"/>
+ <unit name="taskscheduler" unitID="sos.taskscheduler_test" bldFile="&layer_real_source_path;/genericservices/taskscheduler/group" mrp="&layer_real_source_path;/genericservices/taskscheduler/group/syslibs_schsvr.mrp"/>
+
+ </module>
+ </layer>
+
+ </systemModel>
+</SystemDefinition>
\ No newline at end of file
--- a/compressionlibs/ziplib/group/bld.inf Fri Jun 04 16:20:51 2010 +0100
+++ b/compressionlibs/ziplib/group/bld.inf Fri Jun 11 15:26:22 2010 +0300
@@ -48,7 +48,7 @@
PRJ_MMPFILES
ezlib.mmp
ezip.mmp
- #include "../test/oldezlib/group/BLD.INF"
+ #include "../test/oldezlib/group/bld.inf"
#include "../test/rtest/group/bld.inf"
#include "../test/tef/group/bld.inf"
#endif //ifndef TOOLS endif
--- a/compressionlibs/ziplib/group/libz/libz.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/compressionlibs/ziplib/group/libz/libz.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -28,6 +28,7 @@
CAPABILITY ALL -TCB
VENDORID 0x70000001
+VERSION 10.1
USERINCLUDE ../../inc
USERINCLUDE ../../src/zlib
--- a/compressionlibs/ziplib/group/libz/libz_build91.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/compressionlibs/ziplib/group/libz/libz_build91.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -30,6 +30,7 @@
CAPABILITY ALL -TCB
VENDORID 0x70000001
+VERSION 10.1
USERINCLUDE ..\..\inc
USERINCLUDE ..\..\src\zlib
--- a/compressionlibs/ziplib/group/libz/libzcore.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/compressionlibs/ziplib/group/libz/libzcore.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -28,6 +28,7 @@
CAPABILITY ALL -TCB
VENDORID 0x70000001
+VERSION 10.1
USERINCLUDE ../../inc
USERINCLUDE ../../src/zlib
--- a/compressionlibs/ziplib/group/libz/libzcore_build91.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/compressionlibs/ziplib/group/libz/libzcore_build91.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -30,6 +30,7 @@
CAPABILITY ALL -TCB
VENDORID 0x70000001
+VERSION 10.1
USERINCLUDE ..\..\inc
USERINCLUDE ..\..\src\zlib
--- a/compressionlibs/ziplib/group/syslibs_ezlib2.mrp Fri Jun 04 16:20:51 2010 +0100
+++ b/compressionlibs/ziplib/group/syslibs_ezlib2.mrp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-#
-# Copyright (c) 2009 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"
-# which accompanies this distribution, and is available
-# at the URL "http://www.eclipse.org/legal/epl-v10.html".
-#
-# Initial Contributors:
-# Nokia Corporation - initial contribution.
-#
-# Contributors:
-#
-# Description:
-#
-
component syslibs_ezlib2
source \sf\os\ossrv\compressionlibs\ziplib
binary \sf\os\ossrv\compressionlibs\ziplib\group all
--- a/compressionlibs/ziplib/test/oldezlib/group/syslibs_ezlib.mrp Fri Jun 04 16:20:51 2010 +0100
+++ b/compressionlibs/ziplib/test/oldezlib/group/syslibs_ezlib.mrp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-#
-# Copyright (c) 2009 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"
-# which accompanies this distribution, and is available
-# at the URL "http://www.eclipse.org/legal/epl-v10.html".
-#
-# Initial Contributors:
-# Nokia Corporation - initial contribution.
-#
-# Contributors:
-#
-# Description:
-#
-
component syslibs_ezlib
source \sf\os\ossrv\compressionlibs\ziplib\test\oldezlib
binary \sf\os\ossrv\compressionlibs\ziplib\test\oldezlib\group all
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/compressionlibs/ziplib/test/rtest/group/compressionlibs-RTEST.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,37 @@
+;
+; Copyright (c) 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"
+; which accompanies this distribution, and is available
+; at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;
+; Initial Contributors:
+; Nokia Corporation - initial contribution.
+;
+; Contributors:
+;
+; Description:
+;
+
+
+;Languages
+&EN
+
+;rtest-install
+"/epoc32/release/armv5/urel/ZIPTEST.exe"-"C:/test/ZIPTEST.exe"
+"/epoc32/release/armv5/urel/ezlibtest.exe"-"C:/test/ezlibtest.exe"
+"/epoc32/release/armv5/urel/ezdefect.exe"-"C:/test/ezdefect.exe"
+"/epoc32/release/armv5/urel/ezexample.exe"-"C:/test/ezexample.exe"
+"/epoc32/release/armv5/urel/inflateprimetest.exe"-"C:/test/inflateprimetest.exe"
+
+; Embedded SIS
+; None
+
+; End of Package body
+
+; PKG dependencies
+; None
+
+; PKG capabilities
+; None
--- a/compressionlibs/ziplib/test/rtest/group/ezdefect.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/compressionlibs/ziplib/test/rtest/group/ezdefect.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET ezdefect.exe
+TARGET ezdefect.exe //RTEST
TARGETTYPE exe
--- a/compressionlibs/ziplib/test/rtest/group/ezexample.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/compressionlibs/ziplib/test/rtest/group/ezexample.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-TARGET ezexample.exe
+TARGET ezexample.exe //RTEST
TARGETTYPE exe
--- a/compressionlibs/ziplib/test/rtest/group/ezlibtest.iby Fri Jun 04 16:20:51 2010 +0100
+++ b/compressionlibs/ziplib/test/rtest/group/ezlibtest.iby Fri Jun 11 15:26:22 2010 +0300
@@ -30,18 +30,17 @@
// Include the CP850 charconv plug-in in the ROM as it is needed by ziptest
#include <charconv_codepage.iby>
-// batch file that runs all automatic ezlib tests
data=ZSYSTEM\test\ezlibtests.bat test\ezlibtests.bat
-file=ABI_DIR\BUILD_DIR\ziptest.exe test\ziptest.exe
-file=ABI_DIR\BUILD_DIR\ezlibtest.exe test\ezlibtest.exe
+
+
file=ABI_DIR\BUILD_DIR\gzip.exe test\gzip.exe
file=ABI_DIR\BUILD_DIR\example.exe test\example.exe
file=ABI_DIR\BUILD_DIR\ezfile.exe test\ezfile.exe
-file=ABI_DIR\BUILD_DIR\ezdefect.exe test\ezdefect.exe
-file=ABI_DIR\BUILD_DIR\ezexample.exe test\ezexample.exe
-file=ABI_DIR\BUILD_DIR\gziptest.exe test\gziptest.exe
-file=ABI_DIR\BUILD_DIR\inflateprimetest.exe test\inflateprimetest.exe
+
+
+
+
data=EPOCROOT##epoc32\wins\c\test\zip\holymoley.jar test\zip\holymoley.jar
data=EPOCROOT##epoc32\wins\c\test\zip\rfc2459.zip test\zip\rfc2459.zip
--- a/compressionlibs/ziplib/test/rtest/group/ezlibtest.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/compressionlibs/ziplib/test/rtest/group/ezlibtest.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET ezlibtest.exe
+TARGET ezlibtest.exe //RTEST
TARGETTYPE exe
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/compressionlibs/ziplib/test/rtest/group/ezlibtest1.iby Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,73 @@
+// Copyright (c) 2008-2009 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"
+// which accompanies this distribution, and is available
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+//
+
+#ifndef __EZLIBTESTS_IBY__
+#define __EZLIBTESTS_IBY__
+
+REM ezlibtest
+#include <ezlib.iby>
+#include <openenv.iby>
+
+// bluetooth.iby is required because libc.dll links to backend.dll which links to bluetooth.dll
+#include <bluetooth.iby>
+
+// These two ibys are required to prevent dependency errors in the textshell RAM builds (related to bluetooth.dll)
+#include <coreproviders.iby>
+#include <simpleselectorbase.iby>
+
+// Include the CP850 charconv plug-in in the ROM as it is needed by ziptest
+#include <charconv_codepage.iby>
+
+// batch file that runs all automatic ezlib tests
+data=ZSYSTEM\test\ezlibtests.bat test\ezlibtests.bat
+
+file=ABI_DIR\BUILD_DIR\ziptest.exe test\ziptest.exe
+file=ABI_DIR\BUILD_DIR\ezlibtest.exe test\ezlibtest.exe
+file=ABI_DIR\BUILD_DIR\gzip.exe test\gzip.exe
+file=ABI_DIR\BUILD_DIR\example.exe test\example.exe
+file=ABI_DIR\BUILD_DIR\ezfile.exe test\ezfile.exe
+file=ABI_DIR\BUILD_DIR\ezdefect.exe test\ezdefect.exe
+file=ABI_DIR\BUILD_DIR\ezexample.exe test\ezexample.exe
+file=ABI_DIR\BUILD_DIR\gziptest.exe test\gziptest.exe
+file=ABI_DIR\BUILD_DIR\inflateprimetest.exe test\inflateprimetest.exe
+
+data=EPOCROOT##epoc32\wins\c\test\zip\holymoley.jar test\zip\holymoley.jar
+data=EPOCROOT##epoc32\wins\c\test\zip\rfc2459.zip test\zip\rfc2459.zip
+data=EPOCROOT##epoc32\wins\c\test\zip\compression_estored.zip test\zip\compression_estored.zip
+data=EPOCROOT##epoc32\wins\c\test\zip\zip_archive1_with_comments.zip test\zip\zip_archive1_with_comments.zip
+data=EPOCROOT##epoc32\wins\c\test\zip\zip_archive2_with_comments.zip test\zip\zip_archive2_with_comments.zip
+data=EPOCROOT##epoc32\wins\c\test\png\00000720.png test\png\00000720.png
+data=EPOCROOT##epoc32\wins\c\test\png\compressed_data1 test\png\compressed_data1
+data=EPOCROOT##epoc32\wins\c\test\png\compressed_data2 test\png\compressed_data2
+data=EPOCROOT##epoc32\wins\c\test\png\compressed_data3 test\png\compressed_data3
+data=EPOCROOT##epoc32\wins\c\test\png\compressed_data4 test\png\compressed_data4
+data=EPOCROOT##epoc32\wins\c\test\zip\cpmixwinxpmslong.zip test\zip\cpmixwinxpmslong.zip
+data=EPOCROOT##epoc32\wins\c\test\zip\cpmixwinxplong.zip test\zip\cpmixwinxplong.zip
+data=EPOCROOT##epoc32\wins\c\test\zip\cpmixwin2klong.zip test\zip\cpmixwin2klong.zip
+data=EPOCROOT##epoc32\wins\c\test\zip\cp850winxpshort.zip test\zip\cp850winxpshort.zip
+data=EPOCROOT##epoc32\wins\c\test\zip\cp850winxpmsshort.zip test\zip\cp850winxpmsshort.zip
+data=EPOCROOT##epoc32\wins\c\test\zip\cp850win2kshort.zip test\zip\cp850win2kshort.zip
+data=EPOCROOT##epoc32\wins\c\test\zip\cp1252winxpshort.zip test\zip\cp1252winxpshort.zip
+data=EPOCROOT##epoc32\wins\c\test\zip\cp1252win2kshort.zip test\zip\cp1252win2kshort.zip
+data=EPOCROOT##epoc32\data\C\test\gzip\Hello.txt test\gzip\Hello.txt
+data=EPOCROOT##epoc32\data\C\test\gzip\Hello.gz test\gzip\Hello.gz
+data=EPOCROOT##epoc32\data\C\test\gzip\Hello_HeaderChanged.gz test\gzip\Hello_HeaderChanged.gz
+data=EPOCROOT##epoc32\data\C\test\gzip\Hello_HeaderIdChanged.gz test\gzip\Hello_HeaderIdChanged.gz
+data=EPOCROOT##epoc32\data\C\test\gzip\Hello_Read_Only.gz test\gzip\Hello_Read_Only.gz
+data=EPOCROOT##epoc32\data\C\test\gzip\Hello_Read_Only.txt test\gzip\Hello_Read_Only.txt
+data=EPOCROOT##epoc32\data\C\test\gzip\Hello_TrailerCrcChanged.gz test\gzip\Hello_TrailerCrcChanged.gz
+data=EPOCROOT##epoc32\data\z\test\inflateprimetest\gzipped.gz test\inflateprimetest\gzipped.gz
+data=EPOCROOT##epoc32\data\z\test\inflateprimetest\zipped.zip test\inflateprimetest\zipped.zip
+#endif
--- a/compressionlibs/ziplib/test/rtest/group/gziptest.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/compressionlibs/ziplib/test/rtest/group/gziptest.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET gziptest.exe
+TARGET gziptest.exe //RTEST
TARGETTYPE exe
--- a/compressionlibs/ziplib/test/rtest/group/inflateprimetest.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/compressionlibs/ziplib/test/rtest/group/inflateprimetest.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET inflateprimetest.exe
+TARGET inflateprimetest.exe //RTEST
TARGETTYPE EXE
UID 0
VENDORID 0x70000001
--- a/compressionlibs/ziplib/test/rtest/group/ziptest.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/compressionlibs/ziplib/test/rtest/group/ziptest.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-TARGET ziptest.exe
+TARGET ziptest.exe //RTEST
TARGETTYPE exe
UID 0
VENDORID 0x70000001
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/compressionlibs/ziplib/test/tef/group/compressionlibs-tef.bat Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,11 @@
+TESTEXECUTE C:/tef_ezlib2/te_PerformanceTests.Script
+TESTEXECUTE C:/tef_ezlib2/te_backwardscompatibilitytests.script
+TESTEXECUTE C:/tef_ezlib2/te_ezlibeziptests_suite.script
+TESTEXECUTE C:/tef_ezlib2/te_manual_backwardscompatibilitytests.script
+TESTEXECUTE C:/tef_ezlib2/te_manual_performancetests.script
+TESTEXECUTE C:/tef_ezlib2/te_zlib_suite.script
+TESTEXECUTE C:/tef_ezlib2/te_zlib.script
+TESTEXECUTE C:/tef_ezlib2/te_zlib_auto.script
+TESTEXECUTE C:/tef_ezlib2/te_zlib_blocks.script
+TESTEXECUTE C:/tef_ezlib2/te_zlib_advanced.script
+TESTEXECUTE C:/tef_ezlib2/te_ulibz_suite.script
\ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/compressionlibs/ziplib/test/tef/group/compressionlibs-tef.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,82 @@
+;
+; Copyright (c) 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"
+; which accompanies this distribution, and is available
+; at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;
+; Initial Contributors:
+; Nokia Corporation - initial contribution.
+;
+; Contributors:
+;
+; Description:
+;
+
+
+;Languages
+&EN
+
+
+; Provide value for uid
+;#{"compressionlis-tef.pkg"},(0x10207369),1,0,0
+
+; Series60 product id for S60 3.0
+;[0x101F7961], 0, 0, 0, {"Series60ProductID"}
+
+; Localised Vendor name
+%{"Nokia"}
+
+; Unique Vendor name
+:"Nokia"
+
+; Logo
+; None
+
+; Package signature - Optional
+; None
+
+; Start of Package body
+
+; Condition blocks
+; None
+
+; Options list
+; None
+
+; Install files
+
+"/epoc32/data/z/tef_ezlib2/te_PerformanceTests.ini"-"C:/tef_ezlib2/te_PerformanceTests.ini"
+"/epoc32/data/z/tef_ezlib2/te_backwardscompatibilitytests.ini"-"C:/tef_ezlib2/te_backwardscompatibilitytests.ini"
+"/epoc32/data/z/tef_ezlib2/te_manual_backwardscompatibilitytests.ini"-"C:/tef_ezlib2/te_manual_backwardscompatibilitytests.ini"
+"/epoc32/data/z/tef_ezlib2/te_manual_performancetests.ini"-"C:/tef_ezlib2/te_manual_performancetests.ini"
+
+"/epoc32/data/z/tef_ezlib2/te_PerformanceTests.script"-"C:/tef_ezlib2/te_PerformanceTests.Script"
+"/epoc32/data/z/tef_ezlib2/te_backwardscompatibilitytests.script"-"C:/tef_ezlib2/te_backwardscompatibilitytests.script"
+"/epoc32/data/z/tef_ezlib2/te_ezlibeziptests_suite.script"-"C:/tef_ezlib2/te_ezlibeziptests_suite.script"
+"/epoc32/data/z/tef_ezlib2/te_manual_backwardscompatibilitytests.script"-"C:/tef_ezlib2/te_manual_backwardscompatibilitytests.script"
+"/epoc32/data/z/tef_ezlib2/te_manual_performancetests.script"-"C:/tef_ezlib2/te_manual_performancetests.script"
+
+"/epoc32/data/z/tef_ezlib2/te_zlib_suite.script"-"C:/tef_ezlib2/te_zlib_suite.script"
+"/epoc32/data/z/tef_ezlib2/te_zlib.script"-"C:/tef_ezlib2/te_zlib.script"
+"/epoc32/data/z/tef_ezlib2/te_zlib_auto.script"-"C:/tef_ezlib2/te_zlib_auto.script"
+"/epoc32/data/z/tef_ezlib2/te_zlib_blocks.script"-"C:/tef_ezlib2/te_zlib_blocks.script"
+"/epoc32/data/z/tef_ezlib2/te_zlib_advanced.script"-"C:/tef_ezlib2/te_zlib_advanced.script"
+"/epoc32/data/z/tef_ezlib2/tzlib.ini"-"C:/tef_ezlib2/tzlib.ini"
+
+
+"/epoc32/data/z/tef_ezlib2/te_ulibz_suite.script"-"C:/tef_ezlib2/te_ulibz_suite.script"
+
+
+
+; Embedded SIS
+; None
+
+; End of Package body
+
+; PKG dependencies
+; None
+
+; PKG capabilities
+; None
--- a/compressionlibs/ziplib/test/tef/group/libztests.iby Fri Jun 04 16:20:51 2010 +0100
+++ b/compressionlibs/ziplib/test/tef/group/libztests.iby Fri Jun 11 15:26:22 2010 +0300
@@ -24,15 +24,6 @@
file=ABI_DIR\BUILD_DIR\tzlib.exe TEST\tzlib.exe
file=ABI_DIR\BUILD_DIR\ulibz.exe TEST\ulibz.exe
-//.script, .ini, .gz
-data = EPOCROOT##epoc32\data\z\tef_ezlib2\te_zlib_suite.script \tef_ezlib2\te_zlib_suite.script
-data = EPOCROOT##epoc32\data\z\tef_ezlib2\te_zlib.script \tef_ezlib2\te_zlib.script
-data = EPOCROOT##epoc32\data\z\tef_ezlib2\te_zlib_auto.script \tef_ezlib2\te_zlib_auto.script
-data = EPOCROOT##epoc32\data\z\tef_ezlib2\te_zlib_blocks.script \tef_ezlib2\te_zlib_blocks.script
-data = EPOCROOT##epoc32\data\z\tef_ezlib2\te_zlib_advanced.script \tef_ezlib2\te_zlib_advanced.script
-data = EPOCROOT##epoc32\data\z\tef_ezlib2\te_ulibz_suite.script \tef_ezlib2\te_ulibz_suite.script
-
-data = EPOCROOT##epoc32\data\z\tef_ezlib2\tzlib.ini \tef_ezlib2\tzlib.ini
data = EPOCROOT##epoc32\data\z\tef_ezlib2\rit1.gz \tef_ezlib2\rit1.gz
data = EPOCROOT##epoc32\data\z\tef_ezlib2\concat.gz \tef_ezlib2\concat.gz
data = EPOCROOT##epoc32\data\z\tef_ezlib2\gzipped.gz \tef_ezlib2\gzipped.gz
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/compressionlibs/ziplib/test/tef/group/libztests1.iby Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,39 @@
+// Copyright (c) 2007-2009 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"
+// which accompanies this distribution, and is available
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+//
+
+#ifndef __LIBZTESTS_IBY__
+#define __LIBZTESTS_IBY__
+
+#include <rta.iby>
+#include <streamingcaf.iby>
+#include <openenv.iby>
+
+//exes
+file=ABI_DIR\BUILD_DIR\tzlib.exe TEST\tzlib.exe
+file=ABI_DIR\BUILD_DIR\ulibz.exe TEST\ulibz.exe
+
+//.script, .ini, .gz
+data = EPOCROOT##epoc32\data\z\tef_ezlib2\te_zlib_suite.script \tef_ezlib2\te_zlib_suite.script
+data = EPOCROOT##epoc32\data\z\tef_ezlib2\te_zlib.script \tef_ezlib2\te_zlib.script
+data = EPOCROOT##epoc32\data\z\tef_ezlib2\te_zlib_auto.script \tef_ezlib2\te_zlib_auto.script
+data = EPOCROOT##epoc32\data\z\tef_ezlib2\te_zlib_blocks.script \tef_ezlib2\te_zlib_blocks.script
+data = EPOCROOT##epoc32\data\z\tef_ezlib2\te_zlib_advanced.script \tef_ezlib2\te_zlib_advanced.script
+data = EPOCROOT##epoc32\data\z\tef_ezlib2\te_ulibz_suite.script \tef_ezlib2\te_ulibz_suite.script
+
+data = EPOCROOT##epoc32\data\z\tef_ezlib2\tzlib.ini \tef_ezlib2\tzlib.ini
+data = EPOCROOT##epoc32\data\z\tef_ezlib2\rit1.gz \tef_ezlib2\rit1.gz
+data = EPOCROOT##epoc32\data\z\tef_ezlib2\concat.gz \tef_ezlib2\concat.gz
+data = EPOCROOT##epoc32\data\z\tef_ezlib2\gzipped.gz \tef_ezlib2\gzipped.gz
+#endif
--- a/compressionlibs/ziplib/test/tef/group/te_ezlibeziptests.iby Fri Jun 04 16:20:51 2010 +0100
+++ b/compressionlibs/ziplib/test/tef/group/te_ezlibeziptests.iby Fri Jun 11 15:26:22 2010 +0300
@@ -24,17 +24,6 @@
file = ABI_DIR\BUILD_DIR\Te_EZlibEZip.exe TEST\Te_EZlibEZip.exe
-data = EPOCROOT##epoc32\data\z\tef_ezlib2\te_PerformanceTests.ini \tef_ezlib2\te_PerformanceTests.ini
-data = EPOCROOT##epoc32\data\z\tef_ezlib2\te_backwardscompatibilitytests.ini \tef_ezlib2\te_backwardscompatibilitytests.ini
-data = EPOCROOT##epoc32\data\z\tef_ezlib2\te_manual_backwardscompatibilitytests.ini \tef_ezlib2\te_manual_backwardscompatibilitytests.ini
-data = EPOCROOT##epoc32\data\z\tef_ezlib2\te_manual_performancetests.ini \tef_ezlib2\te_manual_performancetests.ini
-
-data = EPOCROOT##epoc32\data\z\tef_ezlib2\te_PerformanceTests.script \tef_ezlib2\te_PerformanceTests.Script
-data = EPOCROOT##epoc32\data\z\tef_ezlib2\te_backwardscompatibilitytests.script \tef_ezlib2\te_backwardscompatibilitytests.script
-data = EPOCROOT##epoc32\data\z\tef_ezlib2\te_ezlibeziptests_suite.script \tef_ezlib2\te_ezlibeziptests_suite.script
-data = EPOCROOT##epoc32\data\z\tef_ezlib2\te_manual_backwardscompatibilitytests.script \tef_ezlib2\te_manual_backwardscompatibilitytests.script
-data = EPOCROOT##epoc32\data\z\tef_ezlib2\te_manual_performancetests.script \tef_ezlib2\te_manual_performancetests.script
-
data = EPOCROOT##epoc32\data\z\test\ezlibeziptest_data\JpegImage.jpg \test\ezlibeziptest_data\JpegImage.jpg
data = EPOCROOT##epoc32\data\z\test\ezlibeziptest_data\GifImage.gif \test\ezlibeziptest_data\GifImage.gif
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/compressionlibs/ziplib/test/tef/group/te_ezlibeziptests1.iby Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,68 @@
+// Copyright (c) 2007-2009 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"
+// which accompanies this distribution, and is available
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+//
+
+#ifndef __TE_EZLIBEZIP_SUITE_IBY__
+#define __TE_EZLIBEZIP_SUITE_IBY__
+
+#include <testexecute.iby>
+#include "oldezlib.iby"
+
+file = ABI_DIR\BUILD_DIR\oldezlib.dll TEST\oldezlib.dll
+file = ABI_DIR\BUILD_DIR\oldezip.dll TEST\oldezip.dll
+file = ABI_DIR\BUILD_DIR\Te_EZlibEZip.exe TEST\Te_EZlibEZip.exe
+
+
+data = EPOCROOT##epoc32\data\z\tef_ezlib2\te_PerformanceTests.ini \tef_ezlib2\te_PerformanceTests.ini
+data = EPOCROOT##epoc32\data\z\tef_ezlib2\te_backwardscompatibilitytests.ini \tef_ezlib2\te_backwardscompatibilitytests.ini
+data = EPOCROOT##epoc32\data\z\tef_ezlib2\te_manual_backwardscompatibilitytests.ini \tef_ezlib2\te_manual_backwardscompatibilitytests.ini
+data = EPOCROOT##epoc32\data\z\tef_ezlib2\te_manual_performancetests.ini \tef_ezlib2\te_manual_performancetests.ini
+
+data = EPOCROOT##epoc32\data\z\tef_ezlib2\te_PerformanceTests.script \tef_ezlib2\te_PerformanceTests.Script
+data = EPOCROOT##epoc32\data\z\tef_ezlib2\te_backwardscompatibilitytests.script \tef_ezlib2\te_backwardscompatibilitytests.script
+data = EPOCROOT##epoc32\data\z\tef_ezlib2\te_ezlibeziptests_suite.script \tef_ezlib2\te_ezlibeziptests_suite.script
+data = EPOCROOT##epoc32\data\z\tef_ezlib2\te_manual_backwardscompatibilitytests.script \tef_ezlib2\te_manual_backwardscompatibilitytests.script
+data = EPOCROOT##epoc32\data\z\tef_ezlib2\te_manual_performancetests.script \tef_ezlib2\te_manual_performancetests.script
+
+
+data = EPOCROOT##epoc32\data\z\test\ezlibeziptest_data\JpegImage.jpg \test\ezlibeziptest_data\JpegImage.jpg
+data = EPOCROOT##epoc32\data\z\test\ezlibeziptest_data\GifImage.gif \test\ezlibeziptest_data\GifImage.gif
+data = EPOCROOT##epoc32\data\z\test\ezlibeziptest_data\BitmapImage.bmp \test\ezlibeziptest_data\BitmapImage.bmp
+data = EPOCROOT##epoc32\data\z\test\ezlibeziptest_data\PngImage.png \test\ezlibeziptest_data\PngImage.png
+data = EPOCROOT##epoc32\data\z\test\ezlibeziptest_data\ExifHeadFile.png \test\ezlibeziptest_data\ExifHeadFile.png
+data = EPOCROOT##epoc32\data\z\test\ezlibeziptest_data\png8bpp_g0_b.png \test\ezlibeziptest_data\png8bpp_g0_b.png
+data = EPOCROOT##epoc32\data\z\test\ezlibeziptest_data\screenbackground.png \test\ezlibeziptest_data\screenbackground.png
+data = EPOCROOT##epoc32\data\z\test\ezlibeziptest_data\HolyMoley.jar \test\ezlibeziptest_data\HolyMoley.jar
+data = EPOCROOT##epoc32\data\z\test\ezlibeziptest_data\BigSize.txt \test\ezlibeziptest_data\BigSize.txt
+data = EPOCROOT##epoc32\data\z\test\ezlibeziptest_data\SmallSize.txt \test\ezlibeziptest_data\SmallSize.txt
+data = EPOCROOT##epoc32\data\z\test\ezlibeziptest_data\SmallSize.doc \test\ezlibeziptest_data\SmallSize.doc
+
+data = EPOCROOT##epoc32\data\z\test\ezlibeziptest_data\SmallSizeTxt.zip \test\ezlibeziptest_data\SmallSizeTxt.zip
+data = EPOCROOT##epoc32\data\z\test\ezlibeziptest_data\SmallSizeTxt.gz \test\ezlibeziptest_data\SmallSizeTxt.gz
+data = EPOCROOT##epoc32\data\z\test\ezlibeziptest_data\SmallSizeDoc.zip \test\ezlibeziptest_data\SmallSizeDoc.zip
+data = EPOCROOT##epoc32\data\z\test\ezlibeziptest_data\SmallSizeDoc.gz \test\ezlibeziptest_data\SmallSizeDoc.gz
+
+data = EPOCROOT##epoc32\data\z\test\ezlibeziptest_data\ZipArchive1.zip \test\ezlibeziptest_data\ZipArchive1.zip
+data = EPOCROOT##epoc32\data\z\test\ezlibeziptest_data\ZipArchive2.zip \test\ezlibeziptest_data\ZipArchive2.zip
+
+data = EPOCROOT##epoc32\data\z\test\ezlibeziptest_data\JpegImage_Linux.zip \test\ezlibeziptest_data\JpegImage_Linux.zip
+data = EPOCROOT##epoc32\data\z\test\ezlibeziptest_data\GifImage_Linux.zip \test\ezlibeziptest_data\GifImage_Linux.zip
+data = EPOCROOT##epoc32\data\z\test\ezlibeziptest_data\SmallSizeTxt_SunOS.zip \test\ezlibeziptest_data\SmallSizeTxt_SunOS.zip
+data = EPOCROOT##epoc32\data\z\test\ezlibeziptest_data\PngImage_SunOS.zip \test\ezlibeziptest_data\PngImage_SunOS.zip
+data = EPOCROOT##epoc32\data\z\test\ezlibeziptest_data\ExifHeadFile_Linux.gz \test\ezlibeziptest_data\ExifHeadFile_Linux.gz
+data = EPOCROOT##epoc32\data\z\test\ezlibeziptest_data\SmallSizeDoc_Linux.gz \test\ezlibeziptest_data\SmallSizeDoc_Linux.gz
+data = EPOCROOT##epoc32\data\z\test\ezlibeziptest_data\BitmapImage_SunOS.gz \test\ezlibeziptest_data\BitmapImage_SunOS.gz
+data = EPOCROOT##epoc32\data\z\test\ezlibeziptest_data\HolyMoley_SunOS.gz \test\ezlibeziptest_data\HolyMoley_SunOS.gz
+
+#endif
--- a/genericopenlibs/cppstdlib/eabi/libstdcpp_rvct2_2u.def Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/eabi/libstdcpp_rvct2_2u.def Fri Jun 11 15:26:22 2010 +0300
@@ -204,7 +204,7 @@
_ZNSt10istrstreamD0Ev @ 203 NONAME
_ZNSt10istrstreamD1Ev @ 204 NONAME
_ZNSt10istrstreamD2Ev @ 205 NONAME
- _ZNSt10istrstreamD9Ev @ 206 NONAME
+ _ZNSt10istrstreamD9Ev @ 206 NONAME ABSENT
_ZNSt10moneypunctIcLb0EE16GetFacetLocaleIdEv @ 207 NONAME
_ZNSt10moneypunctIcLb0EEC1Ej @ 208 NONAME
_ZNSt10moneypunctIcLb0EEC2Ej @ 209 NONAME
@@ -238,7 +238,7 @@
_ZNSt10ostrstreamD0Ev @ 237 NONAME
_ZNSt10ostrstreamD1Ev @ 238 NONAME
_ZNSt10ostrstreamD2Ev @ 239 NONAME
- _ZNSt10ostrstreamD9Ev @ 240 NONAME
+ _ZNSt10ostrstreamD9Ev @ 240 NONAME ABSENT
_ZNSt11logic_errorD0Ev @ 241 NONAME
_ZNSt11logic_errorD1Ev @ 242 NONAME
_ZNSt11logic_errorD2Ev @ 243 NONAME
@@ -510,7 +510,7 @@
_ZNSt9strstreamD0Ev @ 509 NONAME
_ZNSt9strstreamD1Ev @ 510 NONAME
_ZNSt9strstreamD2Ev @ 511 NONAME
- _ZNSt9strstreamD9Ev @ 512 NONAME
+ _ZNSt9strstreamD9Ev @ 512 NONAME ABSENT
_ZSt16_get_Locale_implPSt12_Locale_impl @ 513 NONAME
_ZSt23__stl_throw_range_errorPKc @ 514 NONAME
_ZSt24__stl_throw_length_errorPKc @ 515 NONAME
--- a/genericopenlibs/cppstdlib/group/libstdcpp.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/group/libstdcpp.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -343,3 +343,4 @@
/* End of file */
SMPSAFE
+PAGED
--- a/genericopenlibs/cppstdlib/group/openenv_libstdcpp.mrp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/group/openenv_libstdcpp.mrp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-#
-# Copyright (c) 2009 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"
-# which accompanies this distribution, and is available
-# at the URL "http://www.eclipse.org/legal/epl-v10.html".
-#
-# Initial Contributors:
-# Nokia Corporation - initial contribution.
-#
-# Contributors:
-#
-# Description:
-#
-
component openenv_libstdcpp
source \sf\os\ossrv\genericopenlibs\cppstdlib
--- a/genericopenlibs/cppstdlib/stl/src/aligned_buffer.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/src/aligned_buffer.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#ifndef ALIGNED_BUFFER_H
#define ALIGNED_BUFFER_H
--- a/genericopenlibs/cppstdlib/stl/src/gen_dosc.pl Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/src/gen_dosc.pl Fri Jun 11 15:26:22 2010 +0300
@@ -1,18 +1,3 @@
-#
-# Copyright (c) 2009 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"
-# which accompanies this distribution, and is available
-# at the URL "http://www.eclipse.org/legal/epl-v10.html".
-#
-# Initial Contributors:
-# Nokia Corporation - initial contribution.
-#
-# Contributors:
-#
-# Description:
-#
#!C:\Perl\bin
&do_c_header;
--- a/genericopenlibs/cppstdlib/stl/src/stlport_prefix.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/src/stlport_prefix.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#ifndef STLPORT_PREFIX_H
#define STLPORT_PREFIX_H
--- a/genericopenlibs/cppstdlib/stl/src/string.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/src/string.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
#include "stlport_prefix.h"
#include <string>
--- a/genericopenlibs/cppstdlib/stl/src/uint64.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/src/uint64.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// uint64.h
// minimal double precision unsigned int arithmetics for numeric_facets support.
// Written by Tsutomu Yoshida, Minokamo, Japan. 03/25/2000
--- a/genericopenlibs/cppstdlib/stl/src/vc_warning_disable.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/src/vc_warning_disable.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This header is used to turn off warnings of Microsoft compilers generated.
* while building STLport.
* For compiling user code, see stlport/config/_msvc_warnings_off.h.
--- a/genericopenlibs/cppstdlib/stl/src/warning_disable.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/src/warning_disable.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#if !defined (__ICL)
/* This header is used to turn off warnings of Microsoft compilers generated.
* while building STLport.
--- a/genericopenlibs/cppstdlib/stl/stlport/rlocks.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/rlocks.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
#ifndef _STLP_misc_rlocks_h
# define _STLP_misc_rlocks_h
# if (__SUNPRO_CC >= 0x500 )
--- a/genericopenlibs/cppstdlib/stl/stlport/stdiostream.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stdiostream.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
#ifndef _STLP_misc_stdiostream_h
# define _STLP_misc_stdiostream_h
# if (__SUNPRO_CC >= 0x500 )
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/_alloc_old.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/_alloc_old.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
template<class _Tp, class _Alloc>
class __simple_alloc {
typedef _Alloc __alloc_type;
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/_check_config.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/_check_config.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// This file is reserved to site configuration purpose
// and should NEVER be overridden by user
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/_config_compat_post.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/_config_compat_post.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/*========================================== */
#ifdef _STLP_3_COMPATIBILITY
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/_epilog.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/_epilog.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* NOTE : this header has no guards and is MEANT for multiple inclusion!
* If you are using "header protection" option with your compiler,
* please also find #pragma which disables it and put it here, to
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/_ioserr.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/_ioserr.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/*
* This file is included in every header that needs the STLport library to be
* built; the header files mostly are the iostreams-headers. The file checks for
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/_iosfwd.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/_iosfwd.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#ifndef _STLP_INTERNAL_IOSFWD
#define _STLP_INTERNAL_IOSFWD
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/_prolog.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/_prolog.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* NOTE : this header has no guards and is MEANT for multiple inclusion!
* If you are using "header protection" option with your compiler,
* please also find #pragma which disables it and put it here, to
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/_ptrs_specialize.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/_ptrs_specialize.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#ifndef _STLP_PTRS_SPECIALIZE_H
#define _STLP_PTRS_SPECIALIZE_H
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/_relops_cont.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/_relops_cont.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// This is an implementation file which
// is intended to be included multiple times with different _STLP_ASSOCIATIVE_CONTAINER
// setting
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/_relops_hash_cont.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/_relops_hash_cont.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This is an implementation file which is intended to be included
* multiple times with different _STLP_TEMPLATE_CONTAINER settings.
*/
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/_sparc_atomic.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/_sparc_atomic.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// Currently, SUN CC requires object file
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/_string_io.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/_string_io.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#ifndef _STLP_STRING_IO_C
#define _STLP_STRING_IO_C
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/_threads.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/_threads.h Fri Jun 11 15:26:22 2010 +0300
@@ -26,6 +26,12 @@
#ifndef _STLP_INTERNAL_THREADS_H
#define _STLP_INTERNAL_THREADS_H
+
+#ifdef __SYMBIAN32__
+#include <e32atomics.h> // For atomic increment and decrement
+#endif
+
+
// Supported threading models are native SGI, pthreads, uithreads
// (similar to pthreads, but based on an earlier draft of the Posix
// threads standard), and Win32 threads. Uithread support by Jochen
@@ -464,13 +470,22 @@
#if defined (__DMC__)
public:
#endif
- _STLP_VOLATILE __stl_atomic_t _M_ref_count;
+ _STLP_VOLATILE __stl_atomic_t _M_ref_count;
#if defined (_STLP_THREADS) && \
(!defined (_STLP_ATOMIC_INCREMENT) || !defined (_STLP_ATOMIC_DECREMENT) || \
(defined (_STLP_WIN32_VERSION) && (_STLP_WIN32_VERSION <= 0x0400)))
# define _STLP_USE_MUTEX
- _STLP_mutex _M_mutex;
+ #ifndef __SYMBIAN32__
+ _STLP_mutex _M_mutex;
+ #else
+ #define KSizeofStlpMutex 12
+ /*
+ * Padding in order to ensure compatability.
+ * The pad size is the size of the _STLP_mutex structure
+ */
+ char _pad[KSizeofStlpMutex];
+ #endif
#endif
public:
@@ -484,14 +499,25 @@
__stl_atomic_t _M_decr() { return _STLP_ATOMIC_DECREMENT(&_M_ref_count); }
# else
# undef _STLP_USE_MUTEX
- __stl_atomic_t _M_incr() {
- _STLP_auto_lock l(_M_mutex);
- return ++_M_ref_count;
- }
- __stl_atomic_t _M_decr() {
- _STLP_auto_lock l(_M_mutex);
- return --_M_ref_count;
- }
+ #ifndef __SYMBIAN32__
+ __stl_atomic_t _M_incr() {
+ _STLP_auto_lock l(_M_mutex);
+ return ++_M_ref_count;
+ }
+ __stl_atomic_t _M_decr() {
+ _STLP_auto_lock l(_M_mutex);
+ return --_M_ref_count;
+ }
+ #else
+ __stl_atomic_t _M_incr() {
+ __e32_atomic_tas_ord32(&_M_ref_count, 0, 1, 1);
+ return _M_ref_count;
+ }
+ __stl_atomic_t _M_decr() {
+ __e32_atomic_tas_ord32(&_M_ref_count, 1, -1, 0);
+ return _M_ref_count;
+ }
+ #endif
# endif
#else /* No threads */
__stl_atomic_t _M_incr() { return ++_M_ref_count; }
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_aix.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_aix.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,18 +1,1 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
#define _STLP_PLATFORM "AIX"
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_apcc.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_apcc.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport config file for Apogee 4.x
#define _STLP_COMPILER "Apogee"
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_apple.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_apple.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* STLport configuration file
* It is internal STLport header - DO NOT include it directly
*/
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_as400.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_as400.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport configuration file
// It is internal STLport header - DO NOT include it directly
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_auto_link.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_auto_link.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* We do not use auto link feature when:
* - user asked not to use it (_STLP_DONT_USE_AUTO_LINK)
* - STLport is used only as a STL library (_STLP_NO_IOSTREAMS || _STLP_USE_NO_IOSTREAMS)
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_bc.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_bc.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport configuration file
// It is internal STLport header - DO NOT include it directly
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_como.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_como.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport configuration file
// It is internal STLport header - DO NOT include it directly
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_cygwin.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_cygwin.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#define _STLP_PLATFORM "Cygwin"
/* Glibc is the platform API */
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_dec.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_dec.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#define _STLP_COMPILER "Dec"
# define _STLP_HAS_SPECIFIC_PROLOG_EPILOG
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_dec_vms.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_dec_vms.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// OpenVMS version
#define _STLP_COMPILER "Dec Vms"
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_detect_dll_or_lib.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_detect_dll_or_lib.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* File used to define macros:
* _STLP_USE_DYNAMIC_LIB: To signal use STLport as a dll or build of the
* STLport dlls.
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_dm.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_dm.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport configuration file for Digital Mars C++
//#define _STLP_VERBOSE
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_epilog.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_epilog.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#if defined (_STLP_MSVC) || defined (__ICL) || defined (__BORLANDC__)
#if defined (__BORLANDC__)
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_evc.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_evc.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/*
* File to have Microsoft eMbedded Visual C++ 3.0 and .NET working with STLport
* May 2004
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_freebsd.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_freebsd.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,18 +1,1 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
#define _STLP_PLATFORM "Free BSD"
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_fujitsu.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_fujitsu.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* STLport configuration for Fujitsu compiler : looks like a perfect one ! */
#define _STLP_COMPILER "Fujitsu"
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_gcc.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_gcc.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* STLport configuration file
* It is internal STLport header - DO NOT include it directly
*/
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_hpacc.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_hpacc.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport configuration file
// It is internal STLport header - DO NOT include it directly
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_hpux.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_hpux.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#ifndef __stl_config__hpux_h
#define __stl_config__hpux_h
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_ibm.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_ibm.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* STLport configuration file
* It is internal STLport header - DO NOT include it directly
*/
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_icc.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_icc.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport configuration file
// It is internal STLport header - DO NOT include it directly
// A list of Intel compiler for Linux portion of STLport settings.
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_intel.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_intel.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport configuration file
// It is internal STLport header - DO NOT include it directly
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_kai.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_kai.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport config file for KAI C++ compiler
#if defined(_XOPEN_SOURCE) && (_XOPEN_VERSION - 0 >= 4)
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_linux.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_linux.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#ifndef __stl_config__linux_h
#define __stl_config__linux_h
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_mac.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_mac.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,18 +1,1 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
#define _STLP_PLATFORM "Mac"
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_macosx.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_macosx.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
#define _STLP_PLATFORM "Mac OS X"
#if defined (__BIG_ENDIAN__)
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_mlc.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_mlc.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport configuration file
// It is internal STLport header - DO NOT include it directly
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_msvc.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_msvc.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* STLport configuration file
* It is internal STLport header - DO NOT include it directly
* Microsoft Visual C++ 6.0, 7.0, 7.1, 8.0, ICL
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_mwccnlm.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_mwccnlm.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport configuration file
// It is internal STLport header - DO NOT include it directly
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_mwerks.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_mwerks.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport configuration file
// It is internal STLport header - DO NOT include it directly
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_netware.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_netware.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,18 +1,1 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
#define _STLP_PLATFORM "Novell Netware"
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_openbsd.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_openbsd.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,18 +1,1 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
#define _STLP_PLATFORM "Open BSD"
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_prolog.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_prolog.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#if defined (_STLP_MSVC) || defined (__ICL)
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_sgi.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_sgi.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport configuration file
// It is internal STLport header - DO NOT include it directly
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_solaris.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_solaris.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#ifndef __stl_config__solaris_h
#define __stl_config__solaris_h
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_sunprocc.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_sunprocc.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport configuration file
// It is internal STLport header - DO NOT include it directly
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_symantec.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_symantec.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* STLport configuration file
* It is internal STLport header - DO NOT include it directly
*/
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_warnings_off.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_warnings_off.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This header turns off warnings that STLport headers generate for compiled
* user code.
*/
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/_watcom.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/_watcom.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport configuration file
// It is internal STLport header - DO NOT include it directly
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/compat.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/compat.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/*
* Compatibility section
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/host.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/host.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/*
* This file defines site configuration.
*/
--- a/genericopenlibs/cppstdlib/stl/stlport/using/h/fstream.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/using/h/fstream.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
using ::streambuf;
using ::ifstream;
using ::ofstream;
--- a/genericopenlibs/cppstdlib/stl/stlport/using/h/iomanip.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/using/h/iomanip.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
using ::setiosflags;
using ::resetiosflags;
// using ::setbase;
--- a/genericopenlibs/cppstdlib/stl/stlport/using/h/iostream.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/using/h/iostream.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
using _STLP_OLD_IO_NAMESPACE::istream;
using _STLP_OLD_IO_NAMESPACE::ostream;
--- a/genericopenlibs/cppstdlib/stl/stlport/using/h/ostream.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/using/h/ostream.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
using _STLP_OLD_IO_NAMESPACE::ostream;
using _STLP_OLD_IO_NAMESPACE::endl;
using _STLP_OLD_IO_NAMESPACE::ends;
--- a/genericopenlibs/cppstdlib/stl/stlport/using/h/streambuf.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/using/h/streambuf.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,18 +1,1 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
using ::streambuf;
--- a/genericopenlibs/cppstdlib/stl/stlport/using/h/strstream.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/stlport/using/h/strstream.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
using _STLP_OLD_IO_NAMESPACE::strstreambuf;
using _STLP_OLD_IO_NAMESPACE::istrstream;
using _STLP_OLD_IO_NAMESPACE::ostrstream;
--- a/genericopenlibs/cppstdlib/stl/test/compiler/movable.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/compiler/movable.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
#include <list>
#include <vector>
#include <string>
--- a/genericopenlibs/cppstdlib/stl/test/compiler/ttei1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/compiler/ttei1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/*
* It is known that this code not compiled by following compilers:
* gcc 2.95.3
--- a/genericopenlibs/cppstdlib/stl/test/compiler/ttei2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/compiler/ttei2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/*
* It is known that this code not compiled by following compilers:
*
--- a/genericopenlibs/cppstdlib/stl/test/compiler/ttei3.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/compiler/ttei3.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/*
* It is known that this code not compiled by following compilers:
* gcc 2.95.3
--- a/genericopenlibs/cppstdlib/stl/test/compiler/ttei4.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/compiler/ttei4.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/*
* It is known that this code not compiled by following compilers:
* gcc 2.95.3
--- a/genericopenlibs/cppstdlib/stl/test/compiler/ttei5.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/compiler/ttei5.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/*
* It is known that this code not compiled by following compilers:
* gcc 3.4.1
--- a/genericopenlibs/cppstdlib/stl/test/compiler/ttei6.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/compiler/ttei6.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/*
* It is known that this code not compiled by following compilers:
*
--- a/genericopenlibs/cppstdlib/stl/test/compiler/ttei7.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/compiler/ttei7.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/*
* It is known that this code not compiled by following compilers:
*
--- a/genericopenlibs/cppstdlib/stl/test/eh/bug.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/eh/bug.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
#include <set>
#include <vector>
#include <iostream>
--- a/genericopenlibs/cppstdlib/stl/test/eh/locale.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/eh/locale.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <exception>
#include <iostream>
#include <locale>
--- a/genericopenlibs/cppstdlib/stl/test/eh/mwerks_debug_prefix.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/eh/mwerks_debug_prefix.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
//mwerks_debug_prefix.h
#define _STLP_NO_FORCE_INSTANTIATE 1// for debugging
#define EH_VECTOR_OPERATOR_NEW 1
--- a/genericopenlibs/cppstdlib/stl/test/eh/mwerks_nosgi_debug_prefix.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/eh/mwerks_nosgi_debug_prefix.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
//mwerks_nosgi_debug_prefix.h
#define _STLP_NO_SGI_IOSTREAMS 1
#define _STLP_NO_FORCE_INSTANTIATE 1 // for debugging
--- a/genericopenlibs/cppstdlib/stl/test/eh/mwerks_nosgi_prefix.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/eh/mwerks_nosgi_prefix.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
//mwerks_nosgi_prefix.h
#define _STLP_NO_SGI_IOSTREAMS 1
#define _STLP_NO_FORCE_INSTANTIATE 1 // for debugging
--- a/genericopenlibs/cppstdlib/stl/test/eh/mwerks_prefix.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/eh/mwerks_prefix.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
//mwerks_prefix.h
#define _STLP_NO_FORCE_INSTANTIATE 1// for debugging
#define EH_VECTOR_OPERATOR_NEW 1
--- a/genericopenlibs/cppstdlib/stl/test/eh/test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/eh/test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <iostream>
#include <set>
#include <vector>
--- a/genericopenlibs/cppstdlib/stl/test/unit/_template.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/_template.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <algorithm>
--- a/genericopenlibs/cppstdlib/stl/test/unit/accum_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/accum_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <numeric>
--- a/genericopenlibs/cppstdlib/stl/test/unit/adj_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/adj_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <numeric>
#include <algorithm>
--- a/genericopenlibs/cppstdlib/stl/test/unit/advance_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/advance_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <algorithm>
--- a/genericopenlibs/cppstdlib/stl/test/unit/algorithm_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/algorithm_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/allocator_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/allocator_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <memory>
#include <vector>
--- a/genericopenlibs/cppstdlib/stl/test/unit/assert_header_test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/assert_header_test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/bcompos_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/bcompos_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <algorithm>
#include "unary.h"
--- a/genericopenlibs/cppstdlib/stl/test/unit/bind_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/bind_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <algorithm>
#include <functional>
--- a/genericopenlibs/cppstdlib/stl/test/unit/binsert_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/binsert_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <algorithm>
--- a/genericopenlibs/cppstdlib/stl/test/unit/bitset_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/bitset_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/bnegate_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/bnegate_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <algorithm>
#include <functional>
--- a/genericopenlibs/cppstdlib/stl/test/unit/bound_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/bound_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <algorithm>
--- a/genericopenlibs/cppstdlib/stl/test/unit/bsearch_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/bsearch_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <algorithm>
#include "cppunit/cppunit_proxy.h"
--- a/genericopenlibs/cppstdlib/stl/test/unit/bvector_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/bvector_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,7 @@
/*
* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+ */
#include <vector>
#include <e32std.h>
--- a/genericopenlibs/cppstdlib/stl/test/unit/c_limits_header_test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/c_limits_header_test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/c_locale_header_test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/c_locale_header_test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/cassert_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/cassert_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/cctype_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/cctype_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/cerrno_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/cerrno_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/cfloat_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/cfloat_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/ciso646_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/ciso646_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/climits_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/climits_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/clocale_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/clocale_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/cmath_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/cmath_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/complex_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/complex_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/config_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/config_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <new>
#include <vector>
--- a/genericopenlibs/cppstdlib/stl/test/unit/copy_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/copy_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <algorithm>
#include <cstring>
#include <vector>
--- a/genericopenlibs/cppstdlib/stl/test/unit/count_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/count_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <algorithm>
#include <vector>
#include "cppunit/cppunit_proxy.h"
--- a/genericopenlibs/cppstdlib/stl/test/unit/csetjmp_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/csetjmp_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/csignal_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/csignal_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/cstdarg_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/cstdarg_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/cstddef_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/cstddef_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/cstdio_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/cstdio_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/cstdlib_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/cstdlib_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/cstring_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/cstring_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/ctime_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/ctime_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/ctype_header_test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/ctype_header_test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/cwchar_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/cwchar_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/cwctype_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/cwctype_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/deque_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/deque_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/divides_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/divides_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <numeric>
#include <functional>
--- a/genericopenlibs/cppstdlib/stl/test/unit/epilog_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/epilog_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <time.h>
#include <string>
--- a/genericopenlibs/cppstdlib/stl/test/unit/equal_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/equal_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <algorithm>
#include <functional>
--- a/genericopenlibs/cppstdlib/stl/test/unit/errno_header_test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/errno_header_test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/exception_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/exception_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/fadapter.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/fadapter.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#ifndef _fadapter_h_
#define _fadapter_h_
--- a/genericopenlibs/cppstdlib/stl/test/unit/fib.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/fib.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#ifndef _fib_h
#define _fib_h
class Fibonacci
--- a/genericopenlibs/cppstdlib/stl/test/unit/fill_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/fill_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <algorithm>
--- a/genericopenlibs/cppstdlib/stl/test/unit/find_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/find_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <algorithm>
--- a/genericopenlibs/cppstdlib/stl/test/unit/finsert_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/finsert_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <algorithm>
#include <deque>
--- a/genericopenlibs/cppstdlib/stl/test/unit/float_header_test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/float_header_test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/foreach_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/foreach_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <algorithm>
#include "fadapter.h"
--- a/genericopenlibs/cppstdlib/stl/test/unit/fstream_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/fstream_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/full_streambuf.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/full_streambuf.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#ifndef _FULL_STREAM_H
#define _FULL_STREAM_H
--- a/genericopenlibs/cppstdlib/stl/test/unit/func_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/func_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <algorithm>
#include <functional>
--- a/genericopenlibs/cppstdlib/stl/test/unit/functional_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/functional_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/generator_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/generator_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <algorithm>
#include "fadapter.h"
--- a/genericopenlibs/cppstdlib/stl/test/unit/greater_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/greater_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <algorithm>
#include <functional>
--- a/genericopenlibs/cppstdlib/stl/test/unit/heap_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/heap_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <algorithm>
#include <functional>
--- a/genericopenlibs/cppstdlib/stl/test/unit/includes_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/includes_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <cstring>
#include <vector>
#include <algorithm>
--- a/genericopenlibs/cppstdlib/stl/test/unit/innerprod_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/innerprod_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <algorithm>
#include <numeric>
--- a/genericopenlibs/cppstdlib/stl/test/unit/inplace_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/inplace_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <algorithm>
#include <functional>
--- a/genericopenlibs/cppstdlib/stl/test/unit/insert_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/insert_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <deque>
#include <vector>
#include <algorithm>
--- a/genericopenlibs/cppstdlib/stl/test/unit/ioiter_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/ioiter_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <string>
#if !defined (STLPORT) || !defined (_STLP_USE_NO_IOSTREAMS)
#include <sstream>
--- a/genericopenlibs/cppstdlib/stl/test/unit/iomanip_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/iomanip_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/ios_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/ios_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/iosfwd_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/iosfwd_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/iostream_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/iostream_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/iota.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/iota.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,7 @@
/*
* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+ */
#ifndef IOTA_H
#define IOTA_H
--- a/genericopenlibs/cppstdlib/stl/test/unit/iota_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/iota_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <numeric>
--- a/genericopenlibs/cppstdlib/stl/test/unit/iso646_header_test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/iso646_header_test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/istmit_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/istmit_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <algorithm>
#if !defined (STLPORT) || !defined (_STLP_USE_NO_IOSTREAMS)
# include <sstream>
--- a/genericopenlibs/cppstdlib/stl/test/unit/istream_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/istream_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/iter_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/iter_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <list>
#include <algorithm>
--- a/genericopenlibs/cppstdlib/stl/test/unit/iterator_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/iterator_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/less_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/less_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <algorithm>
#include <functional>
--- a/genericopenlibs/cppstdlib/stl/test/unit/lexcmp_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/lexcmp_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <algorithm>
#include <functional>
--- a/genericopenlibs/cppstdlib/stl/test/unit/limits_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/limits_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/list_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/list_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/locale_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/locale_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/locale_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/locale_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,7 @@
/*
* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+ */
#include <string>
#if !defined (STLPORT) || !defined (_STLP_USE_NO_IOSTREAMS)
--- a/genericopenlibs/cppstdlib/stl/test/unit/logic_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/logic_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <algorithm>
#include <functional>
--- a/genericopenlibs/cppstdlib/stl/test/unit/map_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/map_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/math_aux.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/math_aux.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#ifndef __MATH_AUX_H
#define __MATH_AUX_H
--- a/genericopenlibs/cppstdlib/stl/test/unit/math_header_test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/math_header_test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/max_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/max_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <algorithm>
--- a/genericopenlibs/cppstdlib/stl/test/unit/memory_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/memory_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/merge_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/merge_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <algorithm>
#include <functional>
--- a/genericopenlibs/cppstdlib/stl/test/unit/mfunptr_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/mfunptr_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <functional>
#include <memory>
#include <vector>
--- a/genericopenlibs/cppstdlib/stl/test/unit/min_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/min_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <algorithm>
--- a/genericopenlibs/cppstdlib/stl/test/unit/mismatch_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/mismatch_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <numeric>
#include <vector>
#include <algorithm>
--- a/genericopenlibs/cppstdlib/stl/test/unit/modulus_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/modulus_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <algorithm>
#include <functional>
--- a/genericopenlibs/cppstdlib/stl/test/unit/multiset_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/multiset_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <set>
#include <functional>
--- a/genericopenlibs/cppstdlib/stl/test/unit/mvctor_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/mvctor_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,7 @@
/*
* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+ */
#include <vector>
#include <algorithm>
--- a/genericopenlibs/cppstdlib/stl/test/unit/neq_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/neq_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <algorithm>
#include <functional>
--- a/genericopenlibs/cppstdlib/stl/test/unit/new_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/new_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/nthelm_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/nthelm_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <algorithm>
#include <functional>
--- a/genericopenlibs/cppstdlib/stl/test/unit/numeric_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/numeric_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/ostmit_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/ostmit_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <iterator>
#if !defined (STLPORT) || !defined (_STLP_USE_NO_IOSTREAMS)
#include <string>
--- a/genericopenlibs/cppstdlib/stl/test/unit/ostream_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/ostream_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/partial_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/partial_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <numeric>
#include <vector>
#include <algorithm>
--- a/genericopenlibs/cppstdlib/stl/test/unit/partition_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/partition_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <algorithm>
#include <vector>
#include <cstdlib>
--- a/genericopenlibs/cppstdlib/stl/test/unit/perm_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/perm_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <algorithm>
#include <numeric>
--- a/genericopenlibs/cppstdlib/stl/test/unit/plusminus_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/plusminus_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <numeric>
#include <algorithm>
#include <functional>
--- a/genericopenlibs/cppstdlib/stl/test/unit/ptr2_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/ptr2_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <algorithm>
#include <functional>
--- a/genericopenlibs/cppstdlib/stl/test/unit/ptrspec_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/ptrspec_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <list>
#if defined (STLPORT) && !defined (_STLP_NO_EXTENSIONS)
@@ -42,7 +26,7 @@
CPPUNIT_TEST_SUITE_END();
protected:
- // this seems to be compile only test but...
+ /// this seems to be compile only test but...
void ptr_specialization_test();
template <class _Tp>
--- a/genericopenlibs/cppstdlib/stl/test/unit/queue_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/queue_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/rawriter_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/rawriter_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <algorithm>
#include <iterator>
#include <memory>
--- a/genericopenlibs/cppstdlib/stl/test/unit/resolve_name.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/resolve_name.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#define _STLP_DO_IMPORT_CSTD_FUNCTIONS
#include <cmath>
--- a/genericopenlibs/cppstdlib/stl/test/unit/reviter_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/reviter_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <list>
#include <algorithm>
--- a/genericopenlibs/cppstdlib/stl/test/unit/rm_cp_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/rm_cp_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <algorithm>
--- a/genericopenlibs/cppstdlib/stl/test/unit/rndshf_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/rndshf_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <numeric>
#include <vector>
#include <algorithm>
--- a/genericopenlibs/cppstdlib/stl/test/unit/rope_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/rope_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
//Small header to get STLport numerous defines:
#include <utility>
--- a/genericopenlibs/cppstdlib/stl/test/unit/rotate_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/rotate_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <numeric>
#include <vector>
#include <algorithm>
--- a/genericopenlibs/cppstdlib/stl/test/unit/search_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/search_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <numeric>
#include <algorithm>
--- a/genericopenlibs/cppstdlib/stl/test/unit/set_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/set_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/setdiff_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/setdiff_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <numeric>
#include <string>
#include <iterator>
--- a/genericopenlibs/cppstdlib/stl/test/unit/setinter_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/setinter_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <numeric>
#include <string>
#include <iterator>
--- a/genericopenlibs/cppstdlib/stl/test/unit/setjmp_header_test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/setjmp_header_test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/setjmp_header_test2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/setjmp_header_test2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/setunion_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/setunion_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <numeric>
#include <string>
#include <iterator>
--- a/genericopenlibs/cppstdlib/stl/test/unit/signal_header_test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/signal_header_test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/sort_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/sort_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <algorithm>
#include <functional>
--- a/genericopenlibs/cppstdlib/stl/test/unit/sstream_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/sstream_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/sstream_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/sstream_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <string>
#include "math_aux.h"
--- a/genericopenlibs/cppstdlib/stl/test/unit/stack_allocator.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/stack_allocator.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#ifndef STLPORT_UNIT_TEST_STACK_ALLOCATOR_H
#define STLPORT_UNIT_TEST_STACK_ALLOCATOR_H
--- a/genericopenlibs/cppstdlib/stl/test/unit/stack_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/stack_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/stdarg_header_test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/stdarg_header_test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/stddef_header_test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/stddef_header_test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/stdexcept_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/stdexcept_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/stdio_header_test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/stdio_header_test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/stdlib_header_test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/stdlib_header_test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/streambuf_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/streambuf_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/string_header_test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/string_header_test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/string_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/string_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/strstream_buffer_read_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/strstream_buffer_read_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/*
* Note: Strstreams are really broken in STLport. But strstreams are
* obsolete, and even if ones was mentioned in D7.1--D7.4 of
--- a/genericopenlibs/cppstdlib/stl/test/unit/strstream_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/strstream_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/swap_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/swap_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include <algorithm>
--- a/genericopenlibs/cppstdlib/stl/test/unit/test_errno.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/test_errno.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
//We are including stdlib.h and stddef.h first because under MSVC
//those headers contains a errno macro definition without the underlying value
//definition.
--- a/genericopenlibs/cppstdlib/stl/test/unit/time_header_test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/time_header_test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/times_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/times_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <algorithm>
#include <numeric>
#include <functional>
--- a/genericopenlibs/cppstdlib/stl/test/unit/transform_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/transform_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <string>
#include <iterator>
#include <vector>
--- a/genericopenlibs/cppstdlib/stl/test/unit/type_traits_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/type_traits_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <algorithm>
#include <vector>
#include <string>
--- a/genericopenlibs/cppstdlib/stl/test/unit/typeinfo_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/typeinfo_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/unary.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/unary.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#ifndef _unary_h
#define _unary_h
#include <cmath>
--- a/genericopenlibs/cppstdlib/stl/test/unit/unary_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/unary_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <vector>
#include "unary.h"
#include <algorithm>
--- a/genericopenlibs/cppstdlib/stl/test/unit/uninitialized_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/uninitialized_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <memory>
#include <vector>
#include <list>
--- a/genericopenlibs/cppstdlib/stl/test/unit/unique_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/unique_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <algorithm>
#include "cppunit/cppunit_proxy.h"
--- a/genericopenlibs/cppstdlib/stl/test/unit/utility_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/utility_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/valarray_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/valarray_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/vector_header_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/vector_header_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/wchar_header_test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/wchar_header_test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/stl/test/unit/wctype_header_test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/stl/test/unit/wctype_header_test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* This test purpose is simply to check Standard header independancy that
* is to say that the header can be included alone without any previous
* include.
--- a/genericopenlibs/cppstdlib/test/test-automate/stdcpptests_hw.bat Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cppstdlib/test/test-automate/stdcpptests_hw.bat Fri Jun 11 15:26:22 2010 +0300
@@ -113,18 +113,7 @@
md c:\logs
-bad_typeid_cast.exe
-dynamic_cast_test_exe.exe
-exc_interwork.exe
-new_handler_test.exe
-oper_new_test.exe 20
-terminate_handler_test.exe
-typeinfo_test.exe
-uncaught_exception_test.exe
-unexpected_bad_exc_test.exe
-unexpected_handler_test.exe
-copy c:\eh_test.txt e:\
-copy c:\testreport_stdcpp.txt e:\
-copy c:\logs\libstdcpp_runtime_tests.log e:\libstdcpp_runtime_tests.log
-del e:\sys$rom.zip
+copy c:\testreport_stdcpp.txt f:\
+
+
--- a/genericopenlibs/cstdlib/LINC/STDLIB.H Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cstdlib/LINC/STDLIB.H Fri Jun 11 15:26:22 2010 +0300
@@ -66,7 +66,7 @@
IMPORT_C int _epoc32_atexit (void (*_func)(void));
#ifdef EKA2
-void abort (void);
+IMPORT_C void abort (void);
#else
IMPORT_C void abort (void);
#endif
--- a/genericopenlibs/cstdlib/LPOSIX/ABORT.C Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cstdlib/LPOSIX/ABORT.C Fri Jun 11 15:26:22 2010 +0300
@@ -44,7 +44,6 @@
-#include <stdlib.h>
#include <unistd.h> /* for definition of _exit() */
/* #include <signal.h> */
--- a/genericopenlibs/cstdlib/TSTLIB/TMISC.MMP Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cstdlib/TSTLIB/TMISC.MMP Fri Jun 11 15:26:22 2010 +0300
@@ -19,7 +19,7 @@
CAPABILITY ALL -TCB
-TARGET tmisc.exe
+TARGET tmisc_cstdlib.exe
TARGETTYPE exe
USERINCLUDE ../INC
--- a/genericopenlibs/cstdlib/TSTLIB/TNETDB.MMP Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cstdlib/TSTLIB/TNETDB.MMP Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-TARGET tnetdb.exe
+TARGET tnetdb_cstdlib.exe
#include "GENERIC.MMP"
--- a/genericopenlibs/cstdlib/TSTLIB/TPIPE.MMP Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cstdlib/TSTLIB/TPIPE.MMP Fri Jun 11 15:26:22 2010 +0300
@@ -18,7 +18,7 @@
OPTION CW -w off
TARGETTYPE exe
-TARGET tpipe.exe
+TARGET tpipe_cstdlib.exe
SOURCEPATH ../TSTLIB
SOURCE TPIPE.C
--- a/genericopenlibs/cstdlib/group/BLD.INF Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cstdlib/group/BLD.INF Fri Jun 11 15:26:22 2010 +0300
@@ -160,12 +160,14 @@
../TSTLIB/tirping.mmp manual
../TSTLIB/tirpong.mmp manual
../TSTLIB/tsersig.mmp manual
-../TSTLIB/tserial.mmp ignore //useful for writing the test code from..
+// The ignore keyword is not recognized by the raptor as a result generic.mmp and genericm.mmp throws an error because of the target not being present.
+// These mmp files are used for linking libraries and are included by other mmp files (IGNORE meant not to be built and hence commenting it out).
-../TSTLIB/WSHELL.MMP ignore
-../TSTLIB/GENERIC.MMP ignore
-../TSTLIB/GENERICM.MMP ignore
-../TSTLIB/TLSTREAM.MMP ignore
+//../TSTLIB/tserial.mmp ignore //useful for writing the test code from..
+//../TSTLIB/WSHELL.MMP ignore
+//../TSTLIB/GENERIC.MMP ignore
+//../TSTLIB/GENERICM.MMP ignore
+//../TSTLIB/TLSTREAM.MMP ignore
../TSTLIB/tsock.mmp manual
../TSTLIB/TSTDLIBDEFECT.MMP manual
--- a/genericopenlibs/cstdlib/group/stdlibtests.iby Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cstdlib/group/stdlibtests.iby Fri Jun 11 15:26:22 2010 +0300
@@ -37,11 +37,11 @@
file=ABI_DIR\BUILD_DIR\THELLO.EXE Test\THELLO.EXE
file=ABI_DIR\BUILD_DIR\THELLOU.EXE Test\THELLOU.EXE
file=ABI_DIR\BUILD_DIR\TISTREAM.EXE Test\TISTREAM.EXE
-file=ABI_DIR\BUILD_DIR\TMISC.EXE Test\TMISC.EXE
+file=ABI_DIR\BUILD_DIR\tmisc_cstdlib.exe Test\tmisc_cstdlib.exe
file=ABI_DIR\BUILD_DIR\TMISC2.EXE Test\TMISC2.EXE
file=ABI_DIR\BUILD_DIR\TMTHREAD.EXE Test\TMTHREAD.EXE
-file=ABI_DIR\BUILD_DIR\TNETDB.EXE Test\TNETDB.EXE
-file=ABI_DIR\BUILD_DIR\TPIPE.EXE Test\TPIPE.EXE
+file=ABI_DIR\BUILD_DIR\tnetdb_cstdlib.exe Test\tnetdb_cstdlib.exe
+file=ABI_DIR\BUILD_DIR\tpipe_cstdlib.exe Test\tpipe_cstdlib.exe
file=ABI_DIR\BUILD_DIR\TPIPE2.EXE Test\TPIPE2.EXE
file=ABI_DIR\BUILD_DIR\TPIPE3.EXE Test\TPIPE3.EXE
file=ABI_DIR\BUILD_DIR\TTIME.EXE Test\TTIME.EXE
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/cstdlib/group/stdlibtests1.iby Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,75 @@
+// Copyright (c) 1999-2009 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"
+// which accompanies this distribution, and is available
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+//
+
+#ifndef __STDLIBTESTS_IBY__
+#define __STDLIBTESTS_IBY__
+
+REM STDLIB Tests
+
+#include <charconv.iby>
+#include <stdlib.iby>
+
+//for T_PR234_LTIME.cpp
+#include <TIMEZONESERVER.iby>
+
+// batch file that runs all automatic tests
+data=ZSYSTEM\test\StdLibTests.bat test\StdLibTests.bat
+
+file=ABI_DIR\BUILD_DIR\CTEST.DLL System\Libs\CTEST.DLL
+file=ABI_DIR\BUILD_DIR\FINGER.EXE Test\FINGER.EXE
+file=ABI_DIR\BUILD_DIR\ESTLIB2K.EXE Test\ESTLIB2K.EXE
+file=ABI_DIR\BUILD_DIR\TCANCEL.EXE Test\TCANCEL.EXE
+file=ABI_DIR\BUILD_DIR\TDGRAM.EXE Test\TDGRAM.EXE
+file=ABI_DIR\BUILD_DIR\TDIRS.EXE Test\TDIRS.EXE
+file=ABI_DIR\BUILD_DIR\TFILES.EXE Test\TFILES.EXE
+file=ABI_DIR\BUILD_DIR\THELLO.EXE Test\THELLO.EXE
+file=ABI_DIR\BUILD_DIR\THELLOU.EXE Test\THELLOU.EXE
+file=ABI_DIR\BUILD_DIR\TISTREAM.EXE Test\TISTREAM.EXE
+file=ABI_DIR\BUILD_DIR\TMISC.EXE Test\TMISC.EXE
+file=ABI_DIR\BUILD_DIR\TMISC2.EXE Test\TMISC2.EXE
+file=ABI_DIR\BUILD_DIR\TMTHREAD.EXE Test\TMTHREAD.EXE
+file=ABI_DIR\BUILD_DIR\TNETDB.EXE Test\TNETDB.EXE
+file=ABI_DIR\BUILD_DIR\TPIPE.EXE Test\TPIPE.EXE
+file=ABI_DIR\BUILD_DIR\TPIPE2.EXE Test\TPIPE2.EXE
+file=ABI_DIR\BUILD_DIR\TPIPE3.EXE Test\TPIPE3.EXE
+file=ABI_DIR\BUILD_DIR\TTIME.EXE Test\TTIME.EXE
+file=ABI_DIR\BUILD_DIR\TMBTOWC.EXE Test\TMBTOWC.EXE
+file=ABI_DIR\BUILD_DIR\TWDIRS.EXE Test\TWDIRS.EXE
+file=ABI_DIR\BUILD_DIR\TWFILES.EXE Test\TWFILES.EXE
+file=ABI_DIR\BUILD_DIR\TWPIPE.EXE Test\TWPIPE.EXE
+file=ABI_DIR\BUILD_DIR\TWHELLO.EXE Test\TWHELLO.EXE
+file=ABI_DIR\BUILD_DIR\TWHELLOU.EXE Test\TWHELLOU.EXE
+file=ABI_DIR\BUILD_DIR\TWMISC2.EXE Test\TWMISC2.EXE
+file=ABI_DIR\BUILD_DIR\TREDIR.EXE Test\TREDIR.EXE
+file=ABI_DIR\BUILD_DIR\TSER1.EXE Test\TSER1.EXE
+file=ABI_DIR\BUILD_DIR\TSER2W.EXE Test\TSER2W.EXE
+file=ABI_DIR\BUILD_DIR\TSER2R.EXE Test\TSER2R.EXE
+file=ABI_DIR\BUILD_DIR\TSER3.EXE Test\TSER3.EXE
+file=ABI_DIR\BUILD_DIR\TIRPING.EXE Test\TIRPING.EXE
+file=ABI_DIR\BUILD_DIR\TIRPONG.EXE Test\TIRPONG.EXE
+file=ABI_DIR\BUILD_DIR\TSERSIG.EXE Test\TSERSIG.EXE
+file=ABI_DIR\BUILD_DIR\TSOCK.EXE Test\TSOCK.EXE
+file=ABI_DIR\BUILD_DIR\TSTDLIBDEFECT.EXE Test\TSTDLIBDEFECT.EXE
+file=ABI_DIR\BUILD_DIR\TMISC3.EXE Test\TMISC3.EXE
+file=ABI_DIR\BUILD_DIR\T_PR234_LTIME.EXE Test\T_PR234_LTIME.EXE
+file=ABI_DIR\BUILD_DIR\T_StdlibDefect.EXE Test\T_StdlibDefect.EXE
+file=ABI_DIR\BUILD_DIR\T_UCRT0P1.EXE Test\T_UCRT0P1.EXE
+file=ABI_DIR\BUILD_DIR\T_UCRT0P2.EXE Test\T_UCRT0P2.EXE
+file=ABI_DIR\BUILD_DIR\T_UCRT0P3.EXE Test\T_UCRT0P3.EXE
+file=ABI_DIR\BUILD_DIR\T_WAITPID_LAUNCH.EXE Test\T_WAITPID_LAUNCH.EXE
+file=ABI_DIR\BUILD_DIR\T_WAITPID.EXE Test\T_WAITPID.EXE
+file=ABI_DIR\BUILD_DIR\T_SPRINTF.EXE Test\T_SPRINTF.EXE
+
+#endif
--- a/genericopenlibs/cstdlib/group/syslibs_stdlib.mrp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/cstdlib/group/syslibs_stdlib.mrp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-#
-# Copyright (c) 2009 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"
-# which accompanies this distribution, and is available
-# at the URL "http://www.eclipse.org/legal/epl-v10.html".
-#
-# Initial Contributors:
-# Nokia Corporation - initial contribution.
-#
-# Contributors:
-#
-# Description:
-#
-
component syslibs_stdlib
source \sf\os\ossrv\genericopenlibs\cstdlib
binary \sf\os\ossrv\genericopenlibs\cstdlib\group all
--- a/genericopenlibs/liboil/group/oeaddons_liboil.mrp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/liboil/group/oeaddons_liboil.mrp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-#
-# Copyright (c) 2009 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"
-# which accompanies this distribution, and is available
-# at the URL "http://www.eclipse.org/legal/epl-v10.html".
-#
-# Initial Contributors:
-# Nokia Corporation - initial contribution.
-#
-# Contributors:
-#
-# Description:
-#
-
component oeaddons_liboil
source \sf\os\ossrv\genericopenlibs\liboil\
--- a/genericopenlibs/openenvcore/backend/group/StdioServer.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/backend/group/StdioServer.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -54,3 +54,4 @@
SMPSAFE
+PAGED
--- a/genericopenlibs/openenvcore/backend/group/backend.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/backend/group/backend.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -156,6 +156,7 @@
#endif
+PAGED
// End of File
--- a/genericopenlibs/openenvcore/backend/group/signalserver.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/backend/group/signalserver.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -46,3 +46,4 @@
SMPSAFE
+PAGED
--- a/genericopenlibs/openenvcore/backend/inc/signalclient.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/backend/inc/signalclient.h Fri Jun 11 15:26:22 2010 +0300
@@ -43,6 +43,11 @@
TInt SendPipe(RPipe& aPipe);
TInt SendSignal(TInt aPid,TInt aSignal);
TInt SendSignalValue(TInt aPid,TInt aSignal,TInt aValue);
+ inline void Close()
+ {
+ iLock.Close();
+ RSessionBase::Close();
+ }
private:
TInt OnDemandConnection();
--- a/genericopenlibs/openenvcore/backend/inc/sysif.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/backend/inc/sysif.h Fri Jun 11 15:26:22 2010 +0300
@@ -114,7 +114,7 @@
*/
{
public:
- void StorePtrs(RHeap* aHeap, RFs* aFs, RSocketServ* aSs, RCommServ* aCs, RFastLock* aSsLock, RFastLock* aCsLock, RTz * aTzs)
+ void StorePtrs(RHeap* aHeap, RFs* aFs, RSocketServ* aSs, RCommServ* aCs, RFastLock* aSsLock, RFastLock* aCsLock)
{
iHeap = aHeap;
iFs = aFs;
@@ -122,7 +122,6 @@
iCs = aCs;
iSsLock = aSsLock;
iCsLock = aCsLock;
- iTzS = aTzs;
}
~TCLSICleanup()
@@ -133,7 +132,6 @@
iCs->Close();
iCsLock->Close();
iHeap->Close();
- iTzS->Close();
}
private:
RHeap* iHeap;
@@ -142,7 +140,6 @@
RCommServ* iCs;
RFastLock* iSsLock;
RFastLock* iCsLock;
- RTz * iTzS;
};
--- a/genericopenlibs/openenvcore/backend/ipcserver/ipccli/inc/ipcclient.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/backend/ipcserver/ipccli/inc/ipcclient.h Fri Jun 11 15:26:22 2010 +0300
@@ -29,6 +29,7 @@
#include <sys/types.h>
#include <sys/sem.h>
+
struct msqid_ds;
struct shmid_ds;
@@ -52,8 +53,14 @@
{
public:
RIpcSession():iIsConnected(EFalse)
- {iLock.CreateLocal();}
-
+ {
+ iLock.CreateLocal();
+ }
+ inline void Close()
+ {
+ iLock.Close();
+ RSessionBase::Close();
+ }
//msgqueue functions
int msgctl(int msqid, int cmd, struct msqid_ds *buf, int &aerrno);
int msgget(key_t key, int msgflg, int& aerrno);
--- a/genericopenlibs/openenvcore/backend/ipcserver/ipcsrv/group/ipcserver.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/backend/ipcserver/ipcsrv/group/ipcserver.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -17,7 +17,7 @@
//
//
-TARGET LibCIpcServer.exe
+TARGET libcipcserver.exe
TARGETTYPE exe
// TODO : Update uid with the unused UID.
UID 0 0x10207370
@@ -66,3 +66,4 @@
SMPSAFE
+PAGED
--- a/genericopenlibs/openenvcore/backend/src/corebackend/localif.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/backend/src/corebackend/localif.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -183,7 +183,7 @@
User::Panic(KEstlibInit, err);
}
- iCleanup.StorePtrs(iPrivateHeap, &iFs, &iSs, &iCs, &iSSLock, &iCSLock, &iTzServer);
+ iCleanup.StorePtrs(iPrivateHeap, &iFs, &iSs, &iCs, &iSSLock, &iCSLock);
// No connection settings by default
iDefConnPref = NULL;
@@ -200,9 +200,12 @@
iASelectLock.Close();
// Close the default connection lock
iDefConnLock.Close();
+
//close the default RConnection
if(iDefConnection.SubSessionHandle() != 0)
+ {
iDefConnection.Close();
+ }
RHeap* oHeap = User::SwitchHeap(iPrivateHeap);
for (TInt i = 0, count = iTLDInfoList.Count(); i < count; i++ )
@@ -216,14 +219,12 @@
int err;
// passing 1 to cancelaselect will kill all the threads serving aselect
cancelaselect(NULL,err,1);
- // Switch to backend heap
- RHeap* oldHeap = User::SwitchHeap(iPrivateHeap);
+
// Close the array that maintains aselect request details
iASelectRequest.Close();
- //close the RTz server
+ //close the RTz connection
iTzServer.Close();
- // Switch back to old heap
- User::SwitchHeap(oldHeap);
+
if( iDefConnPref )
{
@@ -231,20 +232,14 @@
{
case TConnPref::EConnPrefSnap:
{
- RHeap* oldHeap = User::SwitchHeap(iPrivateHeap);
delete (TCommSnapPref*)iDefConnPref;
- // Switch back to old heap
- User::SwitchHeap(oldHeap);
iDefConnPref = NULL;
}
break;
case TConnPref::EConnPrefCommDb:
{
- RHeap* oldHeap = User::SwitchHeap(iPrivateHeap);
delete (TCommDbConnPref*)iDefConnPref;
- // Switch back to old heap
- User::SwitchHeap(oldHeap);
iDefConnPref = NULL;
}
break;
@@ -257,11 +252,25 @@
}
#if (defined SYMBIAN_OE_POSIX_SIGNALS && defined SYMBIAN_OE_LIBRT)
- iTimerOverrunsMutex.Close();
+ iTimerOverrunsMutex.Close();
iTimerOverruns.Close();
#endif
+
+#if (defined SYMBIAN_OE_POSIX_SIGNALS)
+ iSigInitWaitMutex.Close();
+ iSigInitWaitSemaphore.Close();
+ iBlockedSAMutex.Close();
+ iSignalWaiterMutex.Close();
+ iSignalInitSemaphore.Close();
+#endif
//close the RpointerArray
iOpenDirList.Close();
+
+ iSSLock.Close();
+ iCSLock.Close();
+ iSignalSession.Close();
+ iIpcS.Close();
+
User::SwitchHeap(oHeap);
}
@@ -300,11 +309,14 @@
void CLocalSystemInterface::Exit(int code)
{
#ifdef SYMBIAN_OE_POSIX_SIGNALS
- TRequestStatus status = KRequestPending;
- iSignalHandlerThread.Logon(status);
- iSignalLoopRunning = EFalse;
- iSignalHandlerThread.RequestSignal();
- User::WaitForRequest(status);
+ if(iSignalsInitialized)
+ {
+ TRequestStatus status = KRequestPending;
+ iSignalHandlerThread.Logon(status);
+ iSignalLoopRunning = EFalse;
+ iSignalHandlerThread.RequestSignal();
+ User::WaitForRequest(status);
+ }
#endif
iFids.Close();
User::SetCritical(User::EProcessPermanent);
@@ -334,8 +346,8 @@
}
int CLocalSystemInterface::stat (const wchar_t* name, struct stat *st, int& anErrno)
- {
- const wchar_t* filename;
+ {
+ const wchar_t* filename = name;
// This needs to be zero terminated
TBuf<KMaxFileName> inputName;
TUint pathAtt = 0;
@@ -349,12 +361,6 @@
}
filename = (wchar_t*)inputName.PtrZ();
}
- // try to stat anyway
- else
- {
- inputName.Copy((const TText16*)name);
- filename = (wchar_t*)inputName.PtrZ();
- }
TSpecialFileType fileType;
struct SLinkInfo enBuf;
// Check the type of file
--- a/genericopenlibs/openenvcore/backend/src/corebackend/ufilesocket.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/backend/src/corebackend/ufilesocket.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -22,7 +22,7 @@
#include <errno.h>
#include <netinet/in.h>
#include <sys/un.h>
-#include <utf.H>
+#include <utf.h>
#include "fdesc.h"
#include "systemspecialfilercg.h"
#include "lposix.h"
--- a/genericopenlibs/openenvcore/backend/src/corebackend/uredirdesc.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/backend/src/corebackend/uredirdesc.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -152,6 +152,7 @@
//
TInt CRedirDesc::FinalClose()
{
+ iLock.Close();
iSession.Close();
return KErrNone;
}
--- a/genericopenlibs/openenvcore/backend/src/signalserver/server/signalserver.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/backend/src/signalserver/server/signalserver.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -255,14 +255,16 @@
lHdl.mPid = lPid;
lHdl.mPipe.Open(aMessage,0);
iProcessHdlList.Append(lHdl);
+ aMessage.Complete(KErrNone);
}
else
{
if(iProcessHdlList[lIndex].mPipe.Open(aMessage,0)!=KErrNone)
aMessage.Complete(KErrGeneral);
+ else
+ aMessage.Complete(KErrNone);
}
- aMessage.Complete(KErrNone);
-
+
lProcess.Close();
lClientThread.Close();
break;
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/backend/test/testbackenddes/group/tbackenddes.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,16 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\backend\test\testbackenddes\scripts\tbackenddes.script"-"c:\tstdapis\tbackenddes.script"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/backend/test/testlibcbackend/group/tlibcbackend.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,17 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\backend\test\testlibcbackend\scripts\tlibcbackend.script"-"c:\tstdapis\tlibcbackend.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\backend\test\testlibcbackend\data\tlibcbackend.ini"-"c:\tstdapis\tlibcbackend.ini"
--- a/genericopenlibs/openenvcore/group/openenv.mrp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/group/openenv.mrp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-#
-# Copyright (c) 2009 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"
-# which accompanies this distribution, and is available
-# at the URL "http://www.eclipse.org/legal/epl-v10.html".
-#
-# Initial Contributors:
-# Nokia Corporation - initial contribution.
-#
-# Contributors:
-#
-# Description:
-#
-
component openenv
source \sf\os\ossrv\genericopenlibs\openenvcore
--- a/genericopenlibs/openenvcore/include/netconfig.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/include/netconfig.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* $NetBSD: netconfig.h,v 1.1 2000/06/02 22:57:54 fvdl Exp $ */
/* $FreeBSD: src/include/netconfig.h,v 1.3 2002/03/23 17:24:53 imp Exp $ */
--- a/genericopenlibs/openenvcore/libc/group/libc.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libc/group/libc.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -286,5 +286,6 @@
+PAGED
// End of File
SMPSAFE
--- a/genericopenlibs/openenvcore/libc/src/arm/gen/infinity.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libc/src/arm/gen/infinity.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,7 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
+/*--------------------------------------------------------------------
+ *© Portions copyright (c) 2005 Nokia Corporation. All rights reserved.
+ *--------------------------------------------------------------------
*/
-
/*
* infinity.c
*/
--- a/genericopenlibs/openenvcore/libc/src/gdtoa/glue.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libc/src/gdtoa/glue.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,10 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+ /*
+ * Machine-independent glue to integrate David Gay's gdtoa
+ * package into libc.
+ *
+ * $FreeBSD: src/lib/libc/gdtoa/glue.c,v 1.2 2003/06/21 08:20:14 das Exp $
+ * © Portions copyright (c) 2005-2006 Nokia Corporation. All rights reserved.
+ */
#include <pthread.h>
#include "libc_wsd_defs.h"
--- a/genericopenlibs/openenvcore/libc/src/gen/getprogname.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libc/src/gen/getprogname.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,21 +1,7 @@
/*
-* Copyright (c) 2006-2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
+* Portions Copyright (c) 2006-2008 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
*/
-
#include <sys/cdefs.h>
__FBSDID("$FreeBSD: src/lib/libc/gen/getprogname.c,v 1.4 2002/03/29 22:43:41 markm Exp $");
--- a/genericopenlibs/openenvcore/libc/src/gen/setprogname.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libc/src/gen/setprogname.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,7 @@
/*
-* Copyright (c) 2006-2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
+Portions Copyright (c) 2006-2008 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
+* ============================================================================
*/
-
#include <sys/cdefs.h>
__FBSDID("$FreeBSD: src/lib/libc/gen/setprogname.c,v 1.8 2002/03/29 22:43:41 markm Exp $");
--- a/genericopenlibs/openenvcore/libc/src/net/res_config.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libc/src/net/res_config.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* $FreeBSD: src/lib/libc/net/res_config.h,v 1.8 2002/03/22 23:41:54 obrien Exp $ */
#define DEBUG 1 /* enable debugging code (needed for dig) */
--- a/genericopenlibs/openenvcore/libc/src/stdlib/_exit.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libc/src/stdlib/_exit.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/*
* This file is in the public domain. Written by Garrett A. Wollman,
* 2002-09-07.
--- a/genericopenlibs/openenvcore/libc/src/stdtime/asctime.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libc/src/stdtime/asctime.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,21 +1,9 @@
/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
+** This file is in the public domain, so clarified as of
+** 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov).
+** © Portions copyright (c) 2005-2006 Nokia Corporation. All rights reserved.
*/
-
#include <sys/cdefs.h>
#ifndef lint
#ifndef NOID
--- a/genericopenlibs/openenvcore/libc/src/stdtime/difftime.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libc/src/stdtime/difftime.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,21 +1,9 @@
/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
+** This file is in the public domain, so clarified as of
+** June 5, 1996 by Arthur David Olson (arthur_david_olson@nih.gov).
+** © Portions copyright (c) 2005-2006 Nokia Corporation. All rights reserved.
*/
-
#include <sys/cdefs.h>
#ifndef lint
#ifndef NOID
--- a/genericopenlibs/openenvcore/libc/src/stdtime/localtime.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libc/src/stdtime/localtime.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,21 +1,10 @@
/*
-* Copyright (c) 2005-2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
+** This file is in the public domain, so clarified as of
+** 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov).
+
+** © Portions Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
*/
-
#include <sys/cdefs.h>
#ifndef lint
#ifndef NOID
--- a/genericopenlibs/openenvcore/libc/src/stdtime/private.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libc/src/stdtime/private.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#ifndef PRIVATE_H
#define PRIVATE_H
--- a/genericopenlibs/openenvcore/libc/src/stdtime/tzfile.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libc/src/stdtime/tzfile.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,22 +1,15 @@
#ifndef TZFILE_H
-#define TZFILE_H/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
+#define TZFILE_H
+
+
+/*
+** This file is in the public domain, so clarified as of
+** 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov).
+**
+** $FreeBSD: src/lib/libc/stdtime/tzfile.h,v 1.8 2002/03/22 23:42:05 obrien Exp $
+** © Portions copyright (c) 2005-2006 Nokia Corporation. All rights reserved.
*/
-
/*
** This header is for use ONLY with the time conversion code.
** There is no guarantee that it will remain unchanged,
--- a/genericopenlibs/openenvcore/libc/src/string/bzero.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libc/src/string/bzero.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,5 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* © Portions copyright (c) 2005-2006 Nokia Corporation. All rights reserved.
+ */
#include <sys/cdefs.h>
#ifndef __SYMBIAN32__
__FBSDID("$FreeBSD: src/lib/libc/string/bzero.c,v 1.2 2002/03/22 21:53:19 obrien Exp $");
--- a/genericopenlibs/openenvcore/libc/src/string/memcpy.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libc/src/string/memcpy.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,5 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* © Portions copyright (c) 2005-2006 Nokia Corporation. All rights reserved.
+ */
#include <sys/cdefs.h>
#ifndef __SYMBIAN32__
__FBSDID("$FreeBSD: src/lib/libc/string/memcpy.c,v 1.2 2002/03/22 21:53:19 obrien Exp $");
--- a/genericopenlibs/openenvcore/libc/src/string/memmove.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libc/src/string/memmove.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,5 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* © Portions copyright (c) 2005-2006 Nokia Corporation. All rights reserved.
+ */
#include <sys/cdefs.h>
#ifndef __SYMBIAN32__
__FBSDID("$FreeBSD: src/lib/libc/string/memmove.c,v 1.2 2002/03/22 21:53:19 obrien Exp $");
--- a/genericopenlibs/openenvcore/libc/src/string/strchr.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libc/src/string/strchr.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,5 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* © Portions copyright (c) 2005-2006 Nokia Corporation. All rights reserved.
+ */
#include <sys/cdefs.h>
#ifndef __SYMBIAN32__
__FBSDID("$FreeBSD: src/lib/libc/string/strchr.c,v 1.2 2002/03/22 21:53:19 obrien Exp $");
--- a/genericopenlibs/openenvcore/libc/src/string/strrchr.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libc/src/string/strrchr.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,5 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* © Portions copyright (c) 2005-2006 Nokia Corporation. All rights reserved.
+ */
#include <sys/cdefs.h>
#ifndef __SYMBIAN32__
__FBSDID("$FreeBSD: src/lib/libc/string/strrchr.c,v 1.2 2002/03/22 21:53:19 obrien Exp $");
--- a/genericopenlibs/openenvcore/libc/src/timefuncs.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libc/src/timefuncs.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -21,8 +21,8 @@
#include <e32cons.h>
#include <tz.h>
#include <tzconverter.h>
-#include "TzLocalizer.h"
-#include "TzLocalizationDataTypes.h"
+#include "tzlocalizer.h"
+#include "tzlocalizationdatatypes.h"
#include "vtzrules.h"
#include "utf.h"
#include "timefuncs.h"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testaeselect/group/taeselect.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,17 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testaeselect\scripts\taeselect.script"-"c:\tstdapis\taeselect.script"
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testcapfcntl/group/tfcntl_cap.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,21 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\epoc32\WINSCW\c\tstdapis\tfcntl_captest.script"-"C:\tstdapis\tfcntl_captest.script"
+
+
+
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testcapioccom/group/tioccom_cap.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,19 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\epoc32\WINSCW\c\tstdapis\tioccom_captest.script"-"C:\tstdapis\tioccom_captest.script"
+
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testcapipc/group/tipc_cap.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,19 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+"\epoc32\WINSCW\c\tstdapis\tipc_captest.script"-"C:\tstdapis\tipc_captest.script"
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testcapsocket/group/tsocket_cap.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,18 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\epoc32\WINSCW\c\tstdapis\tsocket_captest.script"-"C:\tstdapis\tsocket_captest.script"
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testcapstat/group/tstat_cap.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,19 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\epoc32\WINSCW\c\tstdapis\tstat_captest.script"-"C:\tstdapis\tstat_captest.script"
+
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testcapstdio/group/tstdio_cap.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,18 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\epoc32\WINSCW\c\tstdapis\tstdio_captest.script"-"C:\tstdapis\tstdio_captest.script"
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testcapsystime/group/tsystime_cap.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,17 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\epoc32\WINSCW\c\tstdapis\tsystime_captest.script"-"C:\tstdapis\tsystime_captest.script"
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testcapunistd/group/tunistd_cap.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,17 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\epoc32\WINSCW\c\tstdapis\tunistd_captest.script"-"C:\tstdapis\tunistd_captest.script"
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testcaputime/group/tutime_cap.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,18 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+"\epoc32\WINSCW\c\tstdapis\tutime_captest.script"-"C:\tstdapis\tutime_captest.script"
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testcapwchar/group/twchar_cap.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,16 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\epoc32\WINSCW\c\tstdapis\twchar_captest.script"-"C:\tstdapis\twchar_captest.script"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testcomport/group/tcomport.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,26 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+
+"\epoc32\release\armv5\urel\tcomport.exe"-"C:\sys\bin\tcomport.exe"
+
+"\epoc32\WINSCW\c\tstdapis\tcomport.script"-"C:\tstdapis\tcomport.script"
+
+"\epoc32\WINSCW\c\tstdapis\config_com.ini"-"C:\tstdapis\config_com.ini"
+
+"\epoc32\WINSCW\c\tstdapis\comsettings.bat"-"C:\tstdapis\comsettings.bat"
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testctype/group/tctype.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,22 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testctype\scripts\tctype.script"-"c:\tstdapis\tctype.script"
+
+
+
+
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testdb_blr/group/tdb_blr.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,23 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\epoc32\release\armv5\urel\tdb_blr.exe"-"C:\sys\bin\tdb_blr.exe"
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testdb_blr\scripts\tdb_blr.script"-"c:\tstdapis\tdb_blr.script"
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testdb_blr\data\tdb_blr.ini"-"c:\tstdapis\tdb_blr.ini"
+
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testftw/group/tftw.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,18 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testftw\scripts\tftw.script"-"c:\tstdapis\tftw.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testftw\data\tftw.ini"-"c:\tstdapis\tftw.ini"
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testglob/group/tglob.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,20 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+//glob
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testglob\scripts\tglob_test.script"-"c:\tstdapis\tglob_test.script"
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testifioctls/group/tifioctls.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,23 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testifioctls\scripts\tifioctls.script"-"c:\tstdapis\tifioctls.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testifioctls\scripts\tifioctls_hw.script"-"c:\tstdapis\tifioctls_hw.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testifioctls\scripts\tifioctls_hw_manual.script"-"c:\tstdapis\tifioctls_hw_manual.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testifioctls\data\tifioctls.ini"-"c:\tstdapis\tifioctls.ini"
+
+
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testinet/group/tinet.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,18 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testinet\scripts\tinet.script"-"c:\tstdapis\tinet.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testinet\data\tinet.ini"-"c:\tstdapis\tinet.ini"
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testlibcwchar/group/tlibcwchar.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,17 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testlibcwchar\scripts\tlibcwchar.script"-"c:\tstdapis\tlibcwchar.script"
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testlink/group/tlink.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,18 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testlink\scripts\tlink.script"-"c:\tstdapis\tlink.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testlink\data\tlink.ini"-"c:\tstdapis\tlink.ini"
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testlocalsocket/group/tlocalsocket.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,18 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testlocalsocket\scripts\tlocalsocket.script"-"c:\tstdapis\tlocalsocket.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testlocalsocket\data\tlocalsocket.ini"-"c:\tstdapis\tlocalsocket.ini"
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testlocblr/group/testloc_blr.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,38 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+"\epoc32\winscw\c\tstdapis\tloc_blr.script"-"C:\tstdapis\tloc_blr.script"
+"\epoc32\winscw\c\tstdapis\tloc_blr1.ini"-"C:\tstdapis\tloc_blr1.ini"
+"\epoc32\winscw\c\tstdapis\tloc_blr2.ini"-"C:\tstdapis\tloc_blr2.ini"
+"\epoc32\winscw\c\tstdapis\tloc_blr_iconv.ini"-"C:\tstdapis\tloc_blr_iconv.ini"
+"\epoc32\winscw\c\tstdapis\tloc_blr_posix.ini"-"C:\tstdapis\tloc_blr_posix.ini"
+"\epoc32\winscw\c\tstdapis\tloc_blr_variant1.ini"-"C:\tstdapis\tloc_blr_variant1.ini"
+"\epoc32\winscw\c\tstdapis\tloc_blr_variant2.ini"-"C:\tstdapis\tloc_blr_variant2.ini"
+"\epoc32\winscw\c\tstdapis\tloc_blr_variant3.ini"-"C:\tstdapis\tloc_blr_variant3.ini"
+"\epoc32\winscw\c\tstdapis\tloc_blr_variant4.ini"-"C:\tstdapis\tloc_blr_variant4.ini"
+"\epoc32\winscw\c\tstdapis\tloc_blr_variant5.ini"-"C:\tstdapis\tloc_blr_variant5.ini"
+"\epoc32\winscw\c\tstdapis\tloc_blr_variant6.ini"-"C:\tstdapis\tloc_blr_variant6.ini"
+"\epoc32\winscw\c\tstdapis\tloc_blr_variant7.ini"-"C:\tstdapis\tloc_blr_variant7.ini"
+"\epoc32\winscw\c\tstdapis\tloc_blr_variant8.ini"-"C:\tstdapis\tloc_blr_variant8.ini"
+"\epoc32\winscw\c\tstdapis\tloc_blr_variant9.ini"-"C:\tstdapis\tloc_blr_variant9.ini"
+"\epoc32\winscw\c\tstdapis\tloc_blr_variant10.ini"-"C:\tstdapis\tloc_blr_variant10.ini"
+"\epoc32\winscw\c\tstdapis\tloc_blr_variant11.ini"-"C:\tstdapis\tloc_blr_variant11.ini"
+"\epoc32\winscw\c\tstdapis\tloc_blr_variant13.ini"-"C:\tstdapis\tloc_blr_variant13.ini"
+"\epoc32\winscw\c\tstdapis\tloc_blr_variant14.ini"-"C:\tstdapis\tloc_blr_variant14.ini"
+"\epoc32\winscw\c\tstdapis\tloc_blr_variant15.ini"-"C:\tstdapis\tloc_blr_variant15.ini"
+"\epoc32\winscw\c\tstdapis\tloc_blr_variant16.ini"-"C:\tstdapis\tloc_blr_variant16.ini"
+"\epoc32\winscw\c\tstdapis\tloc_blr_variant17.ini"-"C:\tstdapis\tloc_blr_variant17.ini"
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testmisc/group/tmisc.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,22 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testmisc\scripts\tmisc.script"-"c:\tstdapis\tmisc.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testmisc\data\tmisc.ini"-"c:\tstdapis\tmisc.ini"
+"\epoc32\WINSCW\c\tstdapis\config_tmisc.ini"-"C:\system\tstdapis\config_tmisc.ini"
+"\epoc32\WINSCW\c\tstdapis\input.txt"-"C:\input.txt"
+"\epoc32\WINSCW\c\tstdapis\output.txt"-"C:\output.txt"
+"\epoc32\WINSCW\c\tstdapis\randomsettings.bat"-"C:\randomsettings.bat"
+
--- a/genericopenlibs/openenvcore/libc/test/testmisc/spawnchild/group/semundo1.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libc/test/testmisc/spawnchild/group/semundo1.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -31,7 +31,7 @@
LIBRARY euser.lib
LIBRARY libc.lib libm.lib
-LIBRARY eikdlg.lib
+// LIBRARY eikdlg.lib
LIBRARY eikcore.lib efsrv.lib c32.lib libpthread.lib ecom.lib bafl.lib
LIBRARY backend.lib
--- a/genericopenlibs/openenvcore/libc/test/testmisc/spawnchild/group/semundo2.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libc/test/testmisc/spawnchild/group/semundo2.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -31,7 +31,7 @@
LIBRARY euser.lib
LIBRARY libc.lib libm.lib
-LIBRARY eikdlg.lib
+//LIBRARY eikdlg.lib
LIBRARY eikcore.lib efsrv.lib c32.lib libpthread.lib ecom.lib bafl.lib
LIBRARY backend.lib
--- a/genericopenlibs/openenvcore/libc/test/testmisc/spawnchild/group/semundo3.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libc/test/testmisc/spawnchild/group/semundo3.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -31,7 +31,7 @@
LIBRARY euser.lib
LIBRARY libc.lib libm.lib
-LIBRARY eikdlg.lib
+//LIBRARY eikdlg.lib
LIBRARY eikcore.lib efsrv.lib c32.lib libpthread.lib ecom.lib bafl.lib
LIBRARY backend.lib
--- a/genericopenlibs/openenvcore/libc/test/testmisc/spawnchild/group/semundo4.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libc/test/testmisc/spawnchild/group/semundo4.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -30,7 +30,7 @@
LIBRARY euser.lib
LIBRARY libc.lib libm.lib
-LIBRARY eikdlg.lib
+//LIBRARY eikdlg.lib
LIBRARY eikcore.lib efsrv.lib c32.lib libpthread.lib ecom.lib bafl.lib
LIBRARY backend.lib
--- a/genericopenlibs/openenvcore/libc/test/testmisc/spawnchild/group/semundo5.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libc/test/testmisc/spawnchild/group/semundo5.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -31,7 +31,7 @@
LIBRARY euser.lib
LIBRARY libc.lib libm.lib
-LIBRARY eikdlg.lib
+// LIBRARY eikdlg.lib
LIBRARY eikcore.lib efsrv.lib c32.lib libpthread.lib ecom.lib bafl.lib
LIBRARY backend.lib
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testmkfifo/group/tmkfifo.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,22 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testmkfifo\scripts\tmkfifo.script"-"c:\tstdapis\tmkfifo.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testmkfifo\data\tmkfifo.ini"-"c:\tstdapis\tmkfifo.ini"
+
+
+
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testmmap/group/tmmap.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,24 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testmmap\scripts\tmmap.script"-"c:\tstdapis\tmmap.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testmmap\data\tmmap.ini"-"c:\tstdapis\tmmap.ini"
+"\epoc32\winscw\c\data\input"-"C:\input"
+"\epoc32\winscw\c\tstdapis\mmapsettings.bat"-"C:\tstdapis\mmapsettings.bat"
+
+
+
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testmsgqueue/group/tmsgqueue.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,17 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testmsgqueue\scripts\tmsgqueue.script"-"c:\tstdapis\tmsgqueue.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testmsgqueue\data\tmsgqueue.ini"-"c:\tstdapis\tmsgqueue.ini"
--- a/genericopenlibs/openenvcore/libc/test/testmulticast/group/bld.inf Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libc/test/testmulticast/group/bld.inf Fri Jun 11 15:26:22 2010 +0300
@@ -23,9 +23,9 @@
PRJ_TESTEXPORTS
../scripts/tmulticastclient.script /epoc32/winscw/c/tstdapis/tmulticastclient.script
-ethernetced_staticIP.xml /epoc32/winscw/c/CommDb/ethernetced_staticip.xml
-ethernetced_dynamicIP.xml /epoc32/winscw/c/CommDb/ethernetced_dynamicip.xml
-eth_stat.bat /epoc32/winscw/c/CommDb/eth_stat.bat
-eth_dyn.bat /epoc32/winscw/c/CommDb/eth_dyn.bat
-autoexec.bat /epoc32/winscw/c/CommDb/autoexec.bat
+ethernetced_staticIP.xml /epoc32/winscw/c/commdb/ethernetced_staticip.xml
+ethernetced_dynamicIP.xml /epoc32/winscw/c/commdb/ethernetced_dynamicip.xml
+eth_stat.bat /epoc32/winscw/c/commdb/eth_stat.bat
+eth_dyn.bat /epoc32/winscw/c/commdb/eth_dyn.bat
+autoexec.bat /epoc32/winscw/c/commdb/autoexec.bat
multicastclient.iby /epoc32/rom/include/multicastclient.iby
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testmulticast/group/multicastclient.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,21 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testmulticast\scripts\tmulticastclient.script"-"c:\tstdapis\tmulticastclient.script"
+"\epoc32\winscw\ c\CommDb\eth_stat.bat"-:C:\CommDb\eth_stat.bat"
+"\epoc32\winscw\ c\CommDb\eth_dyn.bat"-:C:\CommDb\eth_dyn.bat"
+"\epoc32\winscw\ c\CommDb\autoexec.bat"-:C:\CommDb\autoexec.bat"
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testnetdb/group/tnetdb.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,18 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testnetdb\scripts\tnetdb.script"-"c:\tstdapis\tnetdb.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testnetdb\data\tnetdb.ini"-"c:\tstdapis\tnetdb.ini"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testoffsetof/group/toffsetof.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,18 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+"\epoc32\WINSCW\c\tstdapis\toffsetof.script"-"C:\tstdapis\toffsetof.script"
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testpipe/group/tpipe.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,19 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testpipe\scripts\tpipe.script"-"c:\tstdapis\tpipe.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testpipe\data\tpipe.ini"-"c:\tstdapis\tpipe.ini"
+"\epoc32\winscw\c\tstdapis\pipesettings.bat"-"C:\tstdapis\pipesettings.bat"
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testprogname/group/tprogname.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,18 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testprogname\scripts\tprogname.script"-"c:\tstdapis\tprogname.script"
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testredirectionserver/group/tredirectionserver.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,21 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testredirectionserver\scripts\tredirectionserver.script"-"c:\tstdapis\tredirectionserver.script"
+
+"\epoc32\WINSCW\c\tstdapis\tredirectionserver\config_null.ini"-"C:\system\tstdapis\tredirectionserver\config_null.ini"
+
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testregex/group/tregex.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,18 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testregex\scripts\tregex.script"-"c:\tstdapis\tregex.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testregex\data\tregex.ini"-"c:\tstdapis\tregex.ini"
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testselect/group/tselect.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,18 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testselect\scripts\tselect.script"-"c:\tstdapis\tselect.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testselect\data\tselect.ini"-"c:\tstdapis\tselect.ini"
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testsemaphore/group/tsemaphore.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,19 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testsemaphore\scripts\tsemaphore.script"-"c:\tstdapis\tsemaphore.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testsemaphore\data\tsemaphore.ini"-"c:\tstdapis\tsemaphore.ini"
+
--- a/genericopenlibs/openenvcore/libc/test/testsetjmp/group/tsetjmp.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libc/test/testsetjmp/group/tsetjmp.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -38,7 +38,7 @@
LIBRARY bafl.lib
LIBRARY testexecuteutils.lib
LIBRARY testexecutelogclient.lib
-LIBRARY systemtest_utils.lib
+// LIBRARY systemtest_utils.lib
LIBRARY instrumentationhandler.lib
LIBRARY insock.lib
LIBRARY esock.lib
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testsetjmp/group/tsetjmp.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,19 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testsetjmp\scripts\tsetjmp.script"-"c:\tstdapis\tsetjmp.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testsetjmp\data\tsetjmp.ini"-"c:\tstdapis\tsetjmp.ini"
+"\epoc32\winscw\c\tstdapis\pipesettings.bat"-"C:\tstdapis\settings.bat"
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testshm/group/tshm.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,22 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\epoc32\winscw\c\tstdapis\tshm.script"-"c:\tstdapis\tshm.script"
+"\epoc32\winscw\c\tstdapis\tshm.ini"-"c:\tstdapis\tshm.ini"
+
+
+
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testsocket/group/tsocket.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,21 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testsocket\scripts\tsocket.script"-"c:\tstdapis\tsocket.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testsocket\scripts\tsocket_hw.script"-"c:\tstdapis\tsocket_hw.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testsocket\data\tsocket.ini"-"c:\tstdapis\tsocket.ini"
+"\epoc32\WINSCW\C\socketmorethan16k.txt"-"C:\tstdapis\socketmorethan16k.txt"
+"\epoc32\winscw\c\tstdapis\tsockettest.bat"-"C:\tstdapis\tsockettest.bat"
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/teststdio/group/tstdio.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,25 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\epoc32\winscw\c\tstdapis\tstdio_auto.script"-"c:\tstdapis\tstdio_auto.script"
+"\epoc32\winscw\c\tstdapis\tstdio_filemode.script"-"c:\tstdapis\tstdio_filemode.script"
+"\epoc32\winscw\c\tstdapis\tstdio_manual.script"-"c:\tstdapis\tstdio_manual.script"
+"\epoc32\winscw\c\tstdapis\tstdio_fileop.script"-"c:\tstdapis\tstdio_fileop.script"
+"\epoc32\winscw\c\tstdapis\tstdio.ini"-"c:\tstdapis\tstdio.ini"
+
+
+
+
+
--- a/genericopenlibs/openenvcore/libc/test/teststdlib/childprocess/group/bld.inf Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libc/test/teststdlib/childprocess/group/bld.inf Fri Jun 11 15:26:22 2010 +0300
@@ -16,4 +16,4 @@
*/
PRJ_TESTMMPFILES
-TEST_WRITE.MMP
+test_write.mmp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/teststdlib/group/tstdlib.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,19 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\teststdlib\scripts\tstdlib.script"-"c:\tstdapis\tstdlib.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\teststdlib\data\tstdlib.ini"-"c:\tstdapis\tstdlib.ini"
+"\epoc32\WINSCW\C\data.txt"-"C:\tstdapis\data.txt"
+"\epoc32\winscw\c\tstdapis\stdlibsettings.bat "-"C:\tstdapis\stdlibsettings.bat "
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/teststring/group/tstring.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,18 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\teststring\scripts\tstring.script"-"c:\tstdapis\tstring.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\teststring\data\tstring.ini"-"c:\tstdapis\tstring.ini"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testsyscalls/group/tsyscalls.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,23 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testsyscalls\scripts\tsyscalls.script"-"c:\tstdapis\tsyscalls.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testsyscalls\scripts\tsyscallsfcntl.script"-"c:\tstdapis\tsyscallsfcntl.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testsyscalls\scripts\tsyscalls1.script"-"c:\tstdapis\tsyscalls1.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testsyscalls\scripts\tsyscalls2.script"-"c:\tstdapis\tsyscalls2.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testsyscalls\data\tsyscalls.ini"-"c:\tstdapis\tsyscalls.ini"
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testsyssim/group/tsyssim.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,17 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testsyssim\scripts\tsyssim.script"-"c:\tstdapis\tsyssim.script"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testsysunistd/group/tsysunistd.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,18 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testsysunistd\scripts\tsysunistd.script"-"c:\tstdapis\tsysunistd.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testsysunistd\data\tsysunistd.ini"-"c:\tstdapis\tsysunistd.ini"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testtime_blr/group/ttime_blr.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,18 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testtime_blr\scripts\ttime_blr.script"-"c:\tstdapis\ttime_blr.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testtime_blr\data\ttime_blr.ini"-"c:\tstdapis\ttime_blr.ini"
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testwchar/group/twchar.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,17 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testwchar\scripts\twchar.script"-"c:\tstdapis\twchar.script"
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testwcharapi/group/twcharapi.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,19 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testwcharapi\scripts\twcharapi.script"-"c:\tstdapis\twcharapi.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testwcharapi\data\twcharapi.ini"-"c:\tstdapis\twcharapi.ini"
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testwctype/group/twctype.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,19 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testwctype\scripts\twctype.script"-"c:\tstdapis\twctype.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testwctype\data\twctype.ini"-"c:\tstdapis\twctype.ini"
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libc/test/testwideapis/group/twideapis.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,21 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testwideapis\scripts\twideapis.script"-"c:\tstdapis\twideapis.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libc\test\testwideapis\data\twideapis.ini"-"c:\tstdapis\twideapis.ini"
+
+
+
+
--- a/genericopenlibs/openenvcore/libdl/group/libdl.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libdl/group/libdl.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -72,3 +72,4 @@
SMPSAFE
+PAGED
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libdl/test/group/libdltests.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,19 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+"\epoc32\WINSCW\c\tstdapis\arithmeticoper5.dat"-"C:\tstdapis\arithmeticoper5.dat"
+"\epoc32\WINSCW\c\tstdapis\pretdlsettings.bat"-"C:\tstdapis\pretdlsettings.bat"
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libdl/test/tdl/group/tdl.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,19 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+"\epoc32\winscw\c\tstdapis\tdl.ini"-"C:\tstdapis\tdl.ini"
+"\epoc32\winscw\c\tstdapis\tdl.script"-"C:\tstdapis\tdl.script"
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/liblogger/test/group/libloggertests.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,21 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+//liblogger
+
+"\epoc32\release\armv5\urel\tliblogger.exe"-"C:\sys\bin\tliblogger.exe"
+
+
+"\epoc32\WINSCW\c\tstdapis\tliblogger.script"-"C:\tstdapis\tliblogger.script"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/liblogger/test/testliblogger/group/tliblogger.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,17 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+"\epoc32\WINSCW\c\tstdapis\tliblogger.script"-"C:\tstdapis\tliblogger.script"
--- a/genericopenlibs/openenvcore/libm/group/libm.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libm/group/libm.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -216,6 +216,7 @@
#ifdef WINSCW
LIBRARY ewsd.lib
#endif
+PAGED
// End of File
SMPSAFE
--- a/genericopenlibs/openenvcore/libm/src/s_llrint.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libm/src/s_llrint.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,7 @@
/*
-* Copyright (c) 2005-2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
+Portions Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
+* ============================================================================
*/
-
#include <sys/cdefs.h>
#ifndef __SYMBIAN32__
__FBSDID("$FreeBSD: src/lib/msun/src/s_llrint.c,v 1.1 2005/01/11 23:12:55 das Exp $");
--- a/genericopenlibs/openenvcore/libm/src/s_llrintf.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libm/src/s_llrintf.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,7 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
+/*--------------------------------------------------------------------
+ *© Portions copyright (c) 2006 Nokia Corporation. All rights reserved.
+ *--------------------------------------------------------------------
*/
-
#include <sys/cdefs.h>
#ifndef __SYMBIAN32__
__FBSDID("$FreeBSD: src/lib/msun/src/s_llrintf.c,v 1.1 2005/01/11 23:12:55 das Exp $");
--- a/genericopenlibs/openenvcore/libm/src/s_llround.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libm/src/s_llround.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,7 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
+/*--------------------------------------------------------------------
+ *© Portions copyright (c) 2006 Nokia Corporation. All rights reserved.
+ *--------------------------------------------------------------------
*/
-
#include <sys/cdefs.h>
#ifndef __SYMBIAN32__
__FBSDID("$FreeBSD: src/lib/msun/src/s_llround.c,v 1.2 2005/04/08 00:52:27 das Exp $");
--- a/genericopenlibs/openenvcore/libm/src/s_llroundf.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libm/src/s_llroundf.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,7 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
+/*--------------------------------------------------------------------
+ *© Portions copyright (c) 2006 Nokia Corporation. All rights reserved.
+ *--------------------------------------------------------------------
*/
-
#include <sys/cdefs.h>
#ifndef __SYMBIAN32__
__FBSDID("$FreeBSD: src/lib/msun/src/s_llroundf.c,v 1.2 2005/04/08 00:52:27 das Exp $");
--- a/genericopenlibs/openenvcore/libm/src/s_lrintf.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libm/src/s_lrintf.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,7 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
+/*--------------------------------------------------------------------
+ *© Portions copyright (c) 2006 Nokia Corporation. All rights reserved.
+ *--------------------------------------------------------------------
*/
-
#include <sys/cdefs.h>
#ifndef __SYMBIAN32__
__FBSDID("$FreeBSD: src/lib/msun/src/s_lrintf.c,v 1.1 2005/01/11 23:12:55 das Exp $");
--- a/genericopenlibs/openenvcore/libm/src/s_lroundf.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libm/src/s_lroundf.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,7 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
+/*--------------------------------------------------------------------
+ *© Portions copyright (c) 2006 Nokia Corporation. All rights reserved.
+ *--------------------------------------------------------------------
*/
-
#include <sys/cdefs.h>
#ifndef __SYMBIAN32__
__FBSDID("$FreeBSD: src/lib/msun/src/s_lroundf.c,v 1.2 2005/04/08 00:52:27 das Exp $");
--- a/genericopenlibs/openenvcore/libm/src/s_signgam.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libm/src/s_signgam.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,7 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
+/*--------------------------------------------------------------------
+ *© Portions copyright (c) 2006 Nokia Corporation. All rights reserved.
+ *--------------------------------------------------------------------
*/
-
#ifndef __SYMBIAN32__
#include <math.h>
#endif
--- a/genericopenlibs/openenvcore/libm/src/w_drem.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libm/src/w_drem.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,7 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
+/*--------------------------------------------------------------------
+ *© Portions copyright (c) 2006 Nokia Corporation. All rights reserved.
+ *--------------------------------------------------------------------
*/
-
/*
* drem() wrapper for remainder().
*
--- a/genericopenlibs/openenvcore/libm/src/w_dremf.c Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libm/src/w_dremf.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,7 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
+/*--------------------------------------------------------------------
+ *© Portions copyright (c) 2006 Nokia Corporation. All rights reserved.
+ *--------------------------------------------------------------------
*/
-
/*
* dremf() wrapper for remainderf().
*
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libm/test/testdouble_blr/group/tdouble_blr.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,20 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\epoc32\winscw\c\tstdapis\tdouble_blr.script"-"C:\tstdapis\tdouble_blr.script"
+"\epoc32\winscw\c\tstdapis\tdouble_pow.script"-"C:\tstdapis\tdouble_pow.script"
+"\epoc32\winscw\c\tstdapis\tdouble_misc.script"-"C:\tstdapis\tdouble_misc.script"
+"\epoc32\winscw\c\tstdapis\tdouble_blr.ini"-"C:\tstdapis\tdouble_blr.ini"
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libm/test/testfloat_blr/group/tfloat_blr.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,19 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+"\epoc32\winscw\c\tstdapis\tfloat_blr.script"-"C:\tstdapis\tfloat_blr.script"
+"\epoc32\winscw\c\tstdapis\tfloat_blr.ini"-"C:\tstdapis\tfloat_blr.ini"
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libm/test/testldouble_blr/group/tldouble_blr.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,20 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\epoc32\winscw\c\tstdapis\tldouble_blr.script"-"C:\tstdapis\tldouble_blr.script"
+"\epoc32\winscw\c\tstdapis\tldouble_pow.script"-"C:\tstdapis\tldouble_pow.script"
+"\epoc32\winscw\c\tstdapis\tldouble_misc.script"-"C:\tstdapis\tldouble_misc.script"
+"\epoc32\winscw\c\tstdapis\tldouble_blr.ini"-"C:\tstdapis\tldouble_blr.ini"
+
--- a/genericopenlibs/openenvcore/libpthread/group/libpthread.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libpthread/group/libpthread.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -131,6 +131,7 @@
LIBRARY backend.lib
+PAGED
// End of File
#ifdef WINSCW
--- a/genericopenlibs/openenvcore/libpthread/src/wsd_init.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libpthread/src/wsd_init.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -70,6 +70,9 @@
// Destructor to supress warnings
_global_data_t::~_global_data_t()
{
+ globalLockForMutex.Close();
+ lockThreadTable.Close();
+ lockSemTable.Close();
}
_global_data_t* GetGlobals()
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libpthread/test/testcondbroadcast/group/tcondbroadcast.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,19 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libpthread\test\testcondbroadcast\scripts\tcondbroadcast.script"-"c:\tstdapis\tcondbroadcast.script"
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libpthread/test/testconddestroy/group/tconddestroy.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,16 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libpthread\test\testconddestroy\scripts\tconddestroy.script"-"c:\tstdapis\tconddestroy.script"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libpthread/test/testcondinit/group/tcondinit.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,17 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libpthread\test\testcondinit\scripts\tcondinit.script"-"c:\tstdapis\tcondinit.script"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libpthread/test/testcondsignal/group/tcondsignal.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,17 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libpthread\test\testcondsignal\scripts\tcondsignal.script"-"c:\tstdapis\tcondsignal.script"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libpthread/test/testcondwait/group/tcondwait.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,17 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libpthread\test\testcondwait\scripts\tcondwait.script"-"c:\tstdapis\tcondwait.script"
--- a/genericopenlibs/openenvcore/libpthread/test/testharness/group/testharness.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/libpthread/test/testharness/group/testharness.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -52,7 +52,7 @@
LIBRARY euser.lib
LIBRARY libpthread.lib
LIBRARY libc.lib
-//LIBRARY stiftestinterface.lib
+
EPOCALLOWDLLDATA
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libpthread/test/testhybridthreads/group/thybridthreads.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,19 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libpthread\test\testhybridthreads\scripts\thybridthreads.script"-"c:\tstdapis\thybridthreads.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libpthread\test\testhybridthreads\data\thybridthreads.ini"-"c:\tstdapis\thybridthreads.ini"
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libpthread/test/testmutex/group/tmutex.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,19 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libpthread\test\testmutex\scripts\tmutex.script"-"c:\tstdapis\tmutex.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libpthread\test\testmutex\data\tmutex.ini"-"c:\tstdapis\tmutex.ini"
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libpthread/test/testpthread/group/tpthread.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,18 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libpthread\test\testpthread\scripts\tpthread.script"-"c:\tstdapis\tpthread.script"
+"\sf\os\ossrv\genericopenlibs\openenvcore\libpthread\test\testpthread\data\tpthread.ini"-"c:\tstdapis\tpthread.ini"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libpthread/test/testpthreadonce/group/tpthreadonce.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,17 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libpthread\test\testpthreadonce\scripts\tpthreadonce.script"-"c:\tstdapis\tpthreadonce.script"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libpthread/test/testsemdestroy/group/tsemdestroy.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,17 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libpthread\test\testsemdestroy\scripts\tsemdestroy.script"-"c:\tstdapis\tsemdestroy.script"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libpthread/test/testsemgetvalue/group/tsemgetvalue.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,17 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libpthread\test\testsemgetvalue\scripts\tsemgetvalue.script"-"c:\tstdapis\tsemgetvalue.script"
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libpthread/test/testseminit/group/tseminit.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,17 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libpthread\test\testseminit\scripts\tseminit.script"-"c:\tstdapis\tseminit.script"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libpthread/test/testsemopen/group/tsemopen.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,17 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libpthread\test\testsemopen\scripts\tsemopen.script"-"c:\tstdapis\tsemopen.script"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libpthread/test/testsempost/group/tsempost.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,17 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libpthread\test\testsempost\scripts\tsempost.script"-"c:\tstdapis\tsempost.script"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libpthread/test/testsemtimedwait/group/tsemtimedwait.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,18 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libpthread\test\testsemtimedwait\scripts\tsemtimedwait.script"-"c:\tstdapis\tsemtimedwait.script"
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libpthread/test/testsemtrywait/group/tsemtrywait.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,16 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libpthread\test\testsemtrywait\scripts\tsemtrywait.script"-"c:\tstdapis\tsemtrywait.script"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/libpthread/test/testsemwait/group/tsemwait.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,17 @@
+;// Copyright (c) 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"
+;// which accompanies this distribution, and is available
+;// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;//
+;// Initial Contributors:
+;// Nokia Corporation - initial contribution.
+;//
+;// Contributors:
+;//
+;// Description:
+;//
+
+
+"\sf\os\ossrv\genericopenlibs\openenvcore\libpthread\test\testsemwait\scripts\tsemwait.script"-"c:\tstdapis\tsemwait.script"
--- a/genericopenlibs/openenvcore/test/group/OEtests.iby Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/openenvcore/test/group/OEtests.iby Fri Jun 11 15:26:22 2010 +0300
@@ -94,6 +94,7 @@
file=ABI_DIR\BUILD_DIR\tdouble_blr.exe sys\bin\tdouble_blr.exe
file=ABI_DIR\BUILD_DIR\tldouble_blr.exe sys\bin\tldouble_blr.exe
file=ABI_DIR\BUILD_DIR\tloc_blr.exe sys\bin\tloc_blr.exe
+
#ifdef SYMBIAN_OE_ENHANCED_LOCALE_SUPPORT
file=ABI_DIR\BUILD_DIR\tlocale.exe sys\bin\tlocale.exe
#endif
@@ -113,7 +114,6 @@
file=ABI_DIR\BUILD_DIR\tdl.exe sys\bin\tdl.exe
//glob
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tglob_test.script \tstdapis\tglob_test.script
file = ABI_DIR\BUILD_DIR\tglob.exe sys\bin\tglob.exe
//pipe exes
@@ -155,109 +155,6 @@
//popen exes
file=ABI_DIR\BUILD_DIR\popen_testwrite.exe sys\bin\popen_testwrite.exe
-//.script, .ini
-//libc
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tprogname.script \tstdapis\tprogname.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tlibcbackend.script \tstdapis\tlibcbackend.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tbackenddes.script \tstdapis\tbackenddes.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tlibcbackend.ini \tstdapis\tlibcbackend.ini
-
-
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tlibcwchar.script \tstdapis\tlibcwchar.script
-
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsyscalls.script \tstdapis\tsyscalls.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsyscallsfcntl.script \tstdapis\tsyscallsfcntl.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsyscalls1.script \tstdapis\tsyscalls1.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsyscalls2.script \tstdapis\tsyscalls2.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsyscalls.ini \tstdapis\tsyscalls.ini
-
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tifioctls_hw.script \tstdapis\tifioctls_hw.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tifioctls_hw_manual.script \tstdapis\tifioctls_hw_manual.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tifioctls.ini \tstdapis\tifioctls.ini
-
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tstdlib.script \tstdapis\tstdlib.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tstdlib.ini \tstdapis\tstdlib.ini
-
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tstdio_auto.script \tstdapis\tstdio_auto.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tstdio_filemode.script \tstdapis\tstdio_filemode.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tstdio_manual.script \tstdapis\tstdio_manual.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tstdio_fileop.script \tstdapis\tstdio_fileop.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tstdio.ini \tstdapis\tstdio.ini
-
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tpipe.script \tstdapis\tpipe.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tpipe.ini \tstdapis\tpipe.ini
-
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tstring.script \tstdapis\tstring.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tstring.ini \tstdapis\tstring.ini
-
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tctype.script \tstdapis\tctype.script
-
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tinet.script \tstdapis\tinet.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tinet.ini \tstdapis\tinet.ini
-
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tlink.script \tstdapis\tlink.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tlink.ini \tstdapis\tlink.ini
-
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tmkfifo.script \tstdapis\tmkfifo.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tmkfifo.ini \tstdapis\tmkfifo.ini
-
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tmmap.script \tstdapis\tmmap.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tmmap.ini \tstdapis\tmmap.ini
-
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tmsgqueue.script \tstdapis\tmsgqueue.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tmsgqueue.ini \tstdapis\tmsgqueue.ini
-
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tnetdb.script \tstdapis\tnetdb.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tnetdb.ini \tstdapis\tnetdb.ini
-
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tregex.script \tstdapis\tregex.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tregex.ini \tstdapis\tregex.ini
-
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsemaphore.script \tstdapis\tsemaphore.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsemaphore.ini \tstdapis\tsemaphore.ini
-
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tshm.script \tstdapis\tshm.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tshm.ini \tstdapis\tshm.ini
-
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsocket_hw.script \tstdapis\tsocket_hw.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsocket.ini \tstdapis\tsocket.ini
-
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsyssim.script \tstdapis\tsyssim.script
-
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsysunistd.script \tstdapis\tsysunistd.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsysunistd.ini \tstdapis\tsysunistd.ini
-
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\ttime_blr.script \tstdapis\ttime_blr.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\ttime_blr.ini \tstdapis\ttime_blr.ini
-
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\twctype.script \tstdapis\twctype.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\twctype.ini \tstdapis\twctype.ini
-
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tselect.script \tstdapis\tselect.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tselect.ini \tstdapis\tselect.ini
-
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\taeselect.script \tstdapis\taeselect.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tdb_blr.script \tstdapis\tdb_blr.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tdb_blr.ini \tstdapis\tdb_blr.ini
-
-
-data = EPOCROOT##epoc32\data\z\tstdapis\tmisc.script \tstdapis\tmisc.script
-data = EPOCROOT##epoc32\data\z\tstdapis\tmisc.ini \tstdapis\tmisc.ini
-
-data = EPOCROOT##epoc32\data\z\tstdapis\tredirectionserver.script \tstdapis\tredirectionserver.script
-data = EPOCROOT##epoc32\data\z\tstdapis\twchar.script \tstdapis\twchar.script
-data = EPOCROOT##epoc32\data\z\tstdapis\twcharapi.script \tstdapis\twcharapi.script
-data = EPOCROOT##epoc32\data\z\tstdapis\twcharapi.ini \tstdapis\twcharapi.ini
-data = EPOCROOT##epoc32\data\z\tstdapis\twideapis.script \tstdapis\twideapis.script
-data = EPOCROOT##epoc32\data\z\tstdapis\twideapis.ini \tstdapis\twideapis.ini
-
-data = EPOCROOT##epoc32\winscw\c\tstdapis\tftw.script \tstdapis\tftw.script
-data = EPOCROOT##epoc32\winscw\c\tstdapis\tftw.ini \tstdapis\tftw.ini
-
-data = EPOCROOT##epoc32\winscw\c\tstdapis\tmulticastclient.script \tstdapis\tmulticastclient.script
-
-data = EPOCROOT##epoc32\winscw\c\tstdapis\tlocalsocket.script \tstdapis\tlocalsocket.script
-data = EPOCROOT##epoc32\winscw\c\tstdapis\tlocalsocket.ini \tstdapis\tlocalsocket.ini
#ifdef SYMBIAN_OE_ENHANCED_LOCALE_SUPPORT
// locale
@@ -266,71 +163,9 @@
data = EPOCROOT##epoc32\winscw\c\tstdapis\tlocale.script \tstdapis\tlocale.script
data = EPOCROOT##epoc32\winscw\c\tstdapis\tlocale.ini \tstdapis\tlocale.ini
#endif
-//libpthread
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tconddestroy.script \tstdapis\tconddestroy.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tcondinit.script \tstdapis\tcondinit.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tmutex.script \tstdapis\tmutex.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tmutex.ini \tstdapis\tmutex.ini
-
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tpthread.script \tstdapis\tpthread.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tpthread.ini \tstdapis\tpthread.ini
-
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\thybridthreads.script \tstdapis\thybridthreads.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\thybridthreads.ini \tstdapis\thybridthreads.ini
-
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tpthreadonce.script \tstdapis\tpthreadonce.script
-
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsemdestroy.script \tstdapis\tsemdestroy.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsemgetvalue.script \tstdapis\tsemgetvalue.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tseminit.script \tstdapis\tseminit.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsemopen.script \tstdapis\tsemopen.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsempost.script \tstdapis\tsempost.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsemtrywait.script \tstdapis\tsemtrywait.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsemwait.script \tstdapis\tsemwait.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tcondbroadcast.script \tstdapis\tcondbroadcast.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tcondsignal.script \tstdapis\tcondsignal.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tcondwait.script \tstdapis\tcondwait.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsemtimedwait.script \tstdapis\tsemtimedwait.script
-
-//libm
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tfloat_blr.script \tstdapis\tfloat_blr.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tfloat_blr.ini \tstdapis\tfloat_blr.ini
-
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tdouble_blr.script \tstdapis\tdouble_blr.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tdouble_pow.script \tstdapis\tdouble_pow.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tdouble_misc.script \tstdapis\tdouble_misc.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tdouble_blr.ini \tstdapis\tdouble_blr.ini
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tldouble_blr.script \tstdapis\tldouble_blr.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tldouble_pow.script \tstdapis\tldouble_pow.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tldouble_misc.script \tstdapis\tldouble_misc.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tldouble_blr.ini \tstdapis\tldouble_blr.ini
-
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr.script \tstdapis\tloc_blr.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr1.ini \tstdapis\tloc_blr1.ini
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr2.ini \tstdapis\tloc_blr2.ini
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_iconv.ini \tstdapis\tloc_blr_iconv.ini
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_posix.ini \tstdapis\tloc_blr_posix.ini
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_variant1.ini \tstdapis\tloc_blr_variant1.ini
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_variant2.ini \tstdapis\tloc_blr_variant2.ini
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_variant3.ini \tstdapis\tloc_blr_variant3.ini
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_variant4.ini \tstdapis\tloc_blr_variant4.ini
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_variant5.ini \tstdapis\tloc_blr_variant5.ini
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_variant6.ini \tstdapis\tloc_blr_variant6.ini
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_variant7.ini \tstdapis\tloc_blr_variant7.ini
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_variant8.ini \tstdapis\tloc_blr_variant8.ini
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_variant9.ini \tstdapis\tloc_blr_variant9.ini
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_variant10.ini \tstdapis\tloc_blr_variant10.ini
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_variant11.ini \tstdapis\tloc_blr_variant11.ini
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_variant13.ini \tstdapis\tloc_blr_variant13.ini
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_variant14.ini \tstdapis\tloc_blr_variant14.ini
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_variant15.ini \tstdapis\tloc_blr_variant15.ini
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_variant16.ini \tstdapis\tloc_blr_variant16.ini
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_variant17.ini \tstdapis\tloc_blr_variant17.ini
//libdl
-data = EPOCROOT##epoc32\winscw\c\tstdapis\tdl.ini \tstdapis\tdl.ini
-data = EPOCROOT##epoc32\winscw\c\tstdapis\tdl.script \tstdapis\tdl.script
data = EPOCROOT##epoc32\WINSCW\c\tstdapis\cleanup_cdrive.bat \tstdapis\cleanup_cdrive.bat
@@ -387,18 +222,6 @@
data = EPOCROOT##epoc32\release\ARMV5\urel\z\private\10202be9\temp2\fk.txt private\10202be9\temp2\fk.txt
-//scripts for captests
-
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tfcntl_captest.script \tstdapis\tfcntl_captest.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsystime_captest.script \tstdapis\tsystime_captest.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tutime_captest.script \tstdapis\tutime_captest.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tstdio_captest.script \tstdapis\tstdio_captest.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tunistd_captest.script \tstdapis\tunistd_captest.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\twchar_captest.script \tstdapis\twchar_captest.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tstat_captest.script \tstdapis\tstat_captest.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tipc_captest.script \tstdapis\tipc_captest.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tioccom_captest.script \tstdapis\tioccom_captest.script
-
#ifdef SYMBIAN_OE_POSIX_SIGNALS
//signal tests
file=ABI_DIR\BUILD_DIR\tblocksignal.exe sys\bin\tblocksignal.exe
@@ -439,6 +262,7 @@
data = EPOCROOT##epoc32\WINSCW\c\tstdapis\ttrapsignal.ini \tstdapis\ttrapsignal.ini
data = EPOCROOT##epoc32\WINSCW\c\tstdapis\twaitsignal.ini \tstdapis\twaitsignal.ini
data = EPOCROOT##epoc32\WINSCW\c\tstdapis\oetests_signals_hw.bat \oetests_signals_hw.bat
+
#endif /* SYMBIAN_OE_POSIX_SIGNALS */
//librt tests
@@ -479,22 +303,10 @@
//batch file
data = EPOCROOT##epoc32\WINSCW\c\tstdapis\OETests_hw.bat \OETests_hw.bat
-data = EPOCROOT##epoc32\WINSCW\C\data.txt \tstdapis\data.txt
//data = EPOCROOT##epoc32\WINSCW\c\tstdapis\autoexec.bat \autoexec.bat
-//tmisc
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\config_tmisc.ini \system\tstdapis\config_tmisc.ini
-
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\input.txt \input.txt
-
-//tredirectionserver
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tredirectionserver\config_null.ini \system\tstdapis\tredirectionserver\config_null.ini
-
-data = EPOCROOT##epoc32\WINSCW\c\data\input \input
-//libdl
-data = EPOCROOT##epoc32\WINSCW\C\tstdapis\arithmeticoper5.dat \tstdapis\arithmeticoper5.dat
//glob
data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tglob_test.script private\10207369\globdir\tmp-1.txt
@@ -502,17 +314,15 @@
//offsetof exe
file=ABI_DIR\BUILD_DIR\toffsetof.exe sys\bin\toffsetof.exe
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\toffsetof.script \tstdapis\toffsetof.script
+
//liblogger
file=ABI_DIR\BUILD_DIR\tliblogger.exe sys\bin\tliblogger.exe
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tliblogger.script \tstdapis\tliblogger.script
//tsetjmp
file=ABI_DIR\BUILD_DIR\tsetjmp.exe sys\bin\tsetjmp.exe
file=ABI_DIR\BUILD_DIR\childprocessfileappend.exe sys\bin\childprocessfileappend.exe
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsetjmp.script \tstdapis\tsetjmp.script
-data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsetjmp.ini \tstdapis\tsetjmp.ini
+
#ifndef SYMBIAN_DISTINCT_LOCALE_MODEL
file=ABI_DIR\BUILD_DIR\elocl.01 sys\bin\elocl.01
#endif
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericopenlibs/openenvcore/test/group/OEtests1.iby Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,579 @@
+// Copyright (c) 2006-2009 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"
+// which accompanies this distribution, and is available
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+//
+
+#ifndef __OETESTS_IBY__
+#define __OETESTS_IBY__
+
+//#include "rta.iby"
+#include "openenv.iby"
+#include "oe_autotest.iby"
+#include "testexecute.iby"
+#include "ced.iby"
+
+data=EPOCROOT##epoc32\WINSCW\c\ethernetced.xml \ethernetced.xml
+
+file=ABI_DIR\BUILD_DIR\testharness.dll sys\bin\testharness.dll
+
+
+//libdl
+file=ABI_DIR\BUILD_DIR\arithmeticoper1.dll sys\bin\arithmeticoper1.dll
+file=ABI_DIR\BUILD_DIR\arithmeticoper2.dll sys\bin\arithmeticoper2.dll
+file=ABI_DIR\BUILD_DIR\arithmeticoper3.dll sys\bin\arithmeticoper3.dll
+file=ABI_DIR\BUILD_DIR\arithmeticoper4.dll sys\bin\arithmeticoper4.dll
+file=ABI_DIR\BUILD_DIR\dll1.dll sys\bin\dll1.dll
+//stdioserver
+file=ABI_DIR\BUILD_DIR\stdioserver.exe sys\bin\stdioserver.exe
+
+file=ABI_DIR\BUILD_DIR\swiconsole.exe sys\bin\swiconsole.exe
+data = EPOCROOT##epoc32\release\winscw\udeb\Z\private\20004f10\swiconsole.rsc private\20004f10\swiconsole.rsc
+data = EPOCROOT##epoc32\WINSCW\c\resource\resource.SIS \resource.SIS
+
+
+
+//exes
+file=ABI_DIR\BUILD_DIR\tprogname.exe sys\bin\tprogname.exe
+file=ABI_DIR\BUILD_DIR\tlibcwchar.exe sys\bin\tlibcwchar.exe
+file=ABI_DIR\BUILD_DIR\tlibcbackend.exe sys\bin\tlibcbackend.exe
+file=ABI_DIR\BUILD_DIR\tbackenddes.exe sys\bin\tbackenddes.exe
+file=ABI_DIR\BUILD_DIR\tsyscalls.exe sys\bin\tsyscalls.exe
+file=ABI_DIR\BUILD_DIR\tifioctls.exe sys\bin\tifioctls.exe
+file=ABI_DIR\BUILD_DIR\tstdlib.exe sys\bin\tstdlib.exe
+file=ABI_DIR\BUILD_DIR\abort_test.exe sys\bin\abort_test.exe
+file=ABI_DIR\BUILD_DIR\tstdio.exe sys\bin\tstdio.exe
+file=ABI_DIR\BUILD_DIR\tpipe.exe sys\bin\tpipe.exe
+file=ABI_DIR\BUILD_DIR\tstring.exe sys\bin\tstring.exe
+file=ABI_DIR\BUILD_DIR\tctype.exe sys\bin\tctype.exe
+file=ABI_DIR\BUILD_DIR\tinet.exe sys\bin\tinet.exe
+file=ABI_DIR\BUILD_DIR\tlink.exe sys\bin\tlink.exe
+file=ABI_DIR\BUILD_DIR\tmkfifo.exe sys\bin\tmkfifo.exe
+file=ABI_DIR\BUILD_DIR\tmmap.exe sys\bin\tmmap.exe
+file=ABI_DIR\BUILD_DIR\tmsgqueue.exe sys\bin\tmsgqueue.exe
+file=ABI_DIR\BUILD_DIR\tnetdb.exe sys\bin\tnetdb.exe
+file=ABI_DIR\BUILD_DIR\tregex.exe sys\bin\tregex.exe
+file=ABI_DIR\BUILD_DIR\tsemaphore.exe sys\bin\tsemaphore.exe
+file=ABI_DIR\BUILD_DIR\tshm.exe sys\bin\tshm.exe
+file=ABI_DIR\BUILD_DIR\tsocket.exe sys\bin\tsocket.exe
+file=ABI_DIR\BUILD_DIR\tsyssim.exe sys\bin\tsyssim.exe
+file=ABI_DIR\BUILD_DIR\tsysunistd.exe sys\bin\tsysunistd.exe
+file=ABI_DIR\BUILD_DIR\ttime_blr.exe sys\bin\ttime_blr.exe
+file=ABI_DIR\BUILD_DIR\twctype.exe sys\bin\twctype.exe
+file=ABI_DIR\BUILD_DIR\tselect.exe sys\bin\tselect.exe
+file=ABI_DIR\BUILD_DIR\taeselect.exe sys\bin\taeselect.exe
+file=ABI_DIR\BUILD_DIR\tdb_blr.exe sys\bin\tdb_blr.exe
+
+file=ABI_DIR\BUILD_DIR\tconddestroy.exe sys\bin\tconddestroy.exe
+file=ABI_DIR\BUILD_DIR\tcondinit.exe sys\bin\tcondinit.exe
+file=ABI_DIR\BUILD_DIR\tmutex.exe sys\bin\tmutex.exe
+file=ABI_DIR\BUILD_DIR\tpthread.exe sys\bin\tpthread.exe
+file=ABI_DIR\BUILD_DIR\thybridthreads.exe sys\bin\thybridthreads.exe
+file=ABI_DIR\BUILD_DIR\tpthreadonce.exe sys\bin\tpthreadonce.exe
+file=ABI_DIR\BUILD_DIR\tsemdestroy.exe sys\bin\tsemdestroy.exe
+file=ABI_DIR\BUILD_DIR\tsemgetvalue.exe sys\bin\tsemgetvalue.exe
+file=ABI_DIR\BUILD_DIR\tseminit.exe sys\bin\tseminit.exe
+file=ABI_DIR\BUILD_DIR\tsemopen.exe sys\bin\tsemopen.exe
+file=ABI_DIR\BUILD_DIR\tsempost.exe sys\bin\tsempost.exe
+file=ABI_DIR\BUILD_DIR\tsemtrywait.exe sys\bin\tsemtrywait.exe
+file=ABI_DIR\BUILD_DIR\tsemwait.exe sys\bin\tsemwait.exe
+file=ABI_DIR\BUILD_DIR\tcondbroadcast.exe sys\bin\tcondbroadcast.exe
+file=ABI_DIR\BUILD_DIR\tcondsignal.exe sys\bin\tcondsignal.exe
+file=ABI_DIR\BUILD_DIR\tcondwait.exe sys\bin\tcondwait.exe
+file=ABI_DIR\BUILD_DIR\tsemtimedwait.exe sys\bin\tsemtimedwait.exe
+file=ABI_DIR\BUILD_DIR\tfloat_blr.exe sys\bin\tfloat_blr.exe
+file=ABI_DIR\BUILD_DIR\tdouble_blr.exe sys\bin\tdouble_blr.exe
+file=ABI_DIR\BUILD_DIR\tldouble_blr.exe sys\bin\tldouble_blr.exe
+file=ABI_DIR\BUILD_DIR\tloc_blr.exe sys\bin\tloc_blr.exe
+#ifdef SYMBIAN_OE_ENHANCED_LOCALE_SUPPORT
+file=ABI_DIR\BUILD_DIR\tlocale.exe sys\bin\tlocale.exe
+#endif
+file=ABI_DIR\BUILD_DIR\tmisc.exe sys\bin\tmisc.exe
+file=ABI_DIR\BUILD_DIR\posix_spawn.exe sys\bin\posix_spawn.exe
+file=ABI_DIR\BUILD_DIR\twchar.exe sys\bin\twchar.exe
+file=ABI_DIR\BUILD_DIR\twcharapi.exe sys\bin\twcharapi.exe
+file=ABI_DIR\BUILD_DIR\twideapis.exe sys\bin\twideapis.exe
+file=ABI_DIR\BUILD_DIR\tftw.exe sys\bin\tftw.exe
+file=ABI_DIR\BUILD_DIR\tlocalsocket.exe sys\bin\tlocalsocket.exe
+file=ABI_DIR\BUILD_DIR\tsample.exe sys\bin\tsample.exe
+file=ABI_DIR\BUILD_DIR\tmulticastclient.exe sys\bin\tmulticastclient.exe
+file=ABI_DIR\BUILD_DIR\tredirectionserver.exe sys\bin\tredirectionserver.exe
+
+
+//libdl
+file=ABI_DIR\BUILD_DIR\tdl.exe sys\bin\tdl.exe
+
+//glob
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tglob_test.script \tstdapis\tglob_test.script
+file = ABI_DIR\BUILD_DIR\tglob.exe sys\bin\tglob.exe
+//pipe exes
+
+file=ABI_DIR\BUILD_DIR\TPopenReadChildPopen.exe sys\bin\TPopenReadChildPopen.exe
+file=ABI_DIR\BUILD_DIR\TPopenreadWriteChild.exe sys\bin\TPopenreadWriteChild.exe
+file=ABI_DIR\BUILD_DIR\TPopenWriteChildPopen.exe sys\bin\TPopenWriteChildPopen.exe
+file=ABI_DIR\BUILD_DIR\TPopen3ReadWriteChild.exe sys\bin\TPopen3ReadWriteChild.exe
+file=ABI_DIR\BUILD_DIR\TPopenWriteChildPopen.exe system\TPopenWriteChildPopen1.exe
+
+//fopen test exes
+file=ABI_DIR\BUILD_DIR\fopen_test.exe sys\bin\fopen_test.exe
+
+//system exes
+file=ABI_DIR\BUILD_DIR\tstdlib_helloworld.exe sys\bin\tstdlib_helloworld.exe
+file=ABI_DIR\BUILD_DIR\tstdlib_test_exit.exe sys\bin\tstdlib_test_exit.exe
+file=ABI_DIR\BUILD_DIR\tstdlib_test_exit4.exe sys\bin\tstdlib_test_exit4.exe
+file=ABI_DIR\BUILD_DIR\tstdlib_test_exit5.exe sys\bin\tstdlib_test_exit5.exe
+file=ABI_DIR\BUILD_DIR\tstdlib_test_exit6.exe sys\bin\tstdlib_test_exit6.exe
+file=ABI_DIR\BUILD_DIR\tstdlib_test_exitE.exe sys\bin\tstdlib_test_exitE.exe
+file=ABI_DIR\BUILD_DIR\tstdlib_testabort.exe sys\bin\tstdlib_testabort.exe
+file=ABI_DIR\BUILD_DIR\tstdlib_testexit.exe sys\bin\tstdlib_testexit.exe
+file=ABI_DIR\BUILD_DIR\tstdlib_testexitec.exe sys\bin\tstdlib_testexitec.exe
+file=ABI_DIR\BUILD_DIR\tstdlib_testsystem.exe sys\bin\tstdlib_testsystem.exe
+file=ABI_DIR\BUILD_DIR\helloworld_waitpid.exe sys\bin\helloworld_waitpid.exe
+file=ABI_DIR\BUILD_DIR\greaterthan16kreadwriteserver.exe sys\bin\greaterthan16kreadwriteserver.exe
+file=ABI_DIR\BUILD_DIR\childopenexclusivelock.exe sys\bin\childopenexclusivelock.exe
+//semaphore exes
+file=ABI_DIR\BUILD_DIR\Tsemundo1.exe sys\bin\Tsemundo1.exe
+file=ABI_DIR\BUILD_DIR\Tsemundo2.exe sys\bin\Tsemundo2.exe
+file=ABI_DIR\BUILD_DIR\Tsemundo3.exe sys\bin\Tsemundo3.exe
+file=ABI_DIR\BUILD_DIR\Tsemundo4.exe sys\bin\Tsemundo4.exe
+file=ABI_DIR\BUILD_DIR\Tsemundo5.exe sys\bin\Tsemundo5.exe
+
+//popen3 test exes
+file=ABI_DIR\BUILD_DIR\PipeReadTransfer.exe sys\bin\PipeReadTransfer.exe
+file=ABI_DIR\BUILD_DIR\PipeWriteTransfer.exe sys\bin\PipeWriteTransfer.exe
+file=ABI_DIR\BUILD_DIR\TPopen3FdTransfer.exe sys\bin\TPopen3FdTransfer.exe
+
+//popen exes
+file=ABI_DIR\BUILD_DIR\popen_testwrite.exe sys\bin\popen_testwrite.exe
+
+//.script, .ini
+//libc
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tprogname.script \tstdapis\tprogname.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tlibcbackend.script \tstdapis\tlibcbackend.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tbackenddes.script \tstdapis\tbackenddes.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tlibcbackend.ini \tstdapis\tlibcbackend.ini
+
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tlibcwchar.script \tstdapis\tlibcwchar.script
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsyscalls.script \tstdapis\tsyscalls.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsyscallsfcntl.script \tstdapis\tsyscallsfcntl.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsyscalls1.script \tstdapis\tsyscalls1.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsyscalls2.script \tstdapis\tsyscalls2.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsyscalls.ini \tstdapis\tsyscalls.ini
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tifioctls_hw.script \tstdapis\tifioctls_hw.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tifioctls_hw_manual.script \tstdapis\tifioctls_hw_manual.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tifioctls.ini \tstdapis\tifioctls.ini
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tstdlib.script \tstdapis\tstdlib.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tstdlib.ini \tstdapis\tstdlib.ini
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tstdio_auto.script \tstdapis\tstdio_auto.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tstdio_filemode.script \tstdapis\tstdio_filemode.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tstdio_manual.script \tstdapis\tstdio_manual.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tstdio_fileop.script \tstdapis\tstdio_fileop.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tstdio.ini \tstdapis\tstdio.ini
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tpipe.script \tstdapis\tpipe.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tpipe.ini \tstdapis\tpipe.ini
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tstring.script \tstdapis\tstring.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tstring.ini \tstdapis\tstring.ini
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tctype.script \tstdapis\tctype.script
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tinet.script \tstdapis\tinet.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tinet.ini \tstdapis\tinet.ini
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tlink.script \tstdapis\tlink.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tlink.ini \tstdapis\tlink.ini
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tmkfifo.script \tstdapis\tmkfifo.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tmkfifo.ini \tstdapis\tmkfifo.ini
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tmmap.script \tstdapis\tmmap.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tmmap.ini \tstdapis\tmmap.ini
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tmsgqueue.script \tstdapis\tmsgqueue.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tmsgqueue.ini \tstdapis\tmsgqueue.ini
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tnetdb.script \tstdapis\tnetdb.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tnetdb.ini \tstdapis\tnetdb.ini
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tregex.script \tstdapis\tregex.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tregex.ini \tstdapis\tregex.ini
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsemaphore.script \tstdapis\tsemaphore.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsemaphore.ini \tstdapis\tsemaphore.ini
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tshm.script \tstdapis\tshm.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tshm.ini \tstdapis\tshm.ini
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsocket_hw.script \tstdapis\tsocket_hw.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsocket.ini \tstdapis\tsocket.ini
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsyssim.script \tstdapis\tsyssim.script
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsysunistd.script \tstdapis\tsysunistd.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsysunistd.ini \tstdapis\tsysunistd.ini
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\ttime_blr.script \tstdapis\ttime_blr.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\ttime_blr.ini \tstdapis\ttime_blr.ini
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\twctype.script \tstdapis\twctype.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\twctype.ini \tstdapis\twctype.ini
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tselect.script \tstdapis\tselect.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tselect.ini \tstdapis\tselect.ini
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\taeselect.script \tstdapis\taeselect.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tdb_blr.script \tstdapis\tdb_blr.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tdb_blr.ini \tstdapis\tdb_blr.ini
+
+
+data = EPOCROOT##epoc32\data\z\tstdapis\tmisc.script \tstdapis\tmisc.script
+data = EPOCROOT##epoc32\data\z\tstdapis\tmisc.ini \tstdapis\tmisc.ini
+
+data = EPOCROOT##epoc32\data\z\tstdapis\tredirectionserver.script \tstdapis\tredirectionserver.script
+data = EPOCROOT##epoc32\data\z\tstdapis\twchar.script \tstdapis\twchar.script
+data = EPOCROOT##epoc32\data\z\tstdapis\twcharapi.script \tstdapis\twcharapi.script
+data = EPOCROOT##epoc32\data\z\tstdapis\twcharapi.ini \tstdapis\twcharapi.ini
+data = EPOCROOT##epoc32\data\z\tstdapis\twideapis.script \tstdapis\twideapis.script
+data = EPOCROOT##epoc32\data\z\tstdapis\twideapis.ini \tstdapis\twideapis.ini
+
+data = EPOCROOT##epoc32\winscw\c\tstdapis\tftw.script \tstdapis\tftw.script
+data = EPOCROOT##epoc32\winscw\c\tstdapis\tftw.ini \tstdapis\tftw.ini
+
+data = EPOCROOT##epoc32\winscw\c\tstdapis\tmulticastclient.script \tstdapis\tmulticastclient.script
+
+data = EPOCROOT##epoc32\winscw\c\tstdapis\tlocalsocket.script \tstdapis\tlocalsocket.script
+data = EPOCROOT##epoc32\winscw\c\tstdapis\tlocalsocket.ini \tstdapis\tlocalsocket.ini
+
+#ifdef SYMBIAN_OE_ENHANCED_LOCALE_SUPPORT
+// locale
+data = EPOCROOT##epoc32\winscw\c\tstdapis\tlocale_test.script \tstdapis\tlocale_test.script
+data = EPOCROOT##epoc32\winscw\c\tstdapis\tlocale_ctype.script \tstdapis\tlocale_ctype.script
+data = EPOCROOT##epoc32\winscw\c\tstdapis\tlocale.script \tstdapis\tlocale.script
+data = EPOCROOT##epoc32\winscw\c\tstdapis\tlocale.ini \tstdapis\tlocale.ini
+#endif
+//libpthread
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tconddestroy.script \tstdapis\tconddestroy.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tcondinit.script \tstdapis\tcondinit.script
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tmutex.script \tstdapis\tmutex.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tmutex.ini \tstdapis\tmutex.ini
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tpthread.script \tstdapis\tpthread.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tpthread.ini \tstdapis\tpthread.ini
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\thybridthreads.script \tstdapis\thybridthreads.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\thybridthreads.ini \tstdapis\thybridthreads.ini
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tpthreadonce.script \tstdapis\tpthreadonce.script
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsemdestroy.script \tstdapis\tsemdestroy.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsemgetvalue.script \tstdapis\tsemgetvalue.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tseminit.script \tstdapis\tseminit.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsemopen.script \tstdapis\tsemopen.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsempost.script \tstdapis\tsempost.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsemtrywait.script \tstdapis\tsemtrywait.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsemwait.script \tstdapis\tsemwait.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tcondbroadcast.script \tstdapis\tcondbroadcast.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tcondsignal.script \tstdapis\tcondsignal.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tcondwait.script \tstdapis\tcondwait.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsemtimedwait.script \tstdapis\tsemtimedwait.script
+
+//libm
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tfloat_blr.script \tstdapis\tfloat_blr.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tfloat_blr.ini \tstdapis\tfloat_blr.ini
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tdouble_blr.script \tstdapis\tdouble_blr.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tdouble_pow.script \tstdapis\tdouble_pow.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tdouble_misc.script \tstdapis\tdouble_misc.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tdouble_blr.ini \tstdapis\tdouble_blr.ini
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tldouble_blr.script \tstdapis\tldouble_blr.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tldouble_pow.script \tstdapis\tldouble_pow.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tldouble_misc.script \tstdapis\tldouble_misc.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tldouble_blr.ini \tstdapis\tldouble_blr.ini
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr.script \tstdapis\tloc_blr.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr1.ini \tstdapis\tloc_blr1.ini
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr2.ini \tstdapis\tloc_blr2.ini
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_iconv.ini \tstdapis\tloc_blr_iconv.ini
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_posix.ini \tstdapis\tloc_blr_posix.ini
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_variant1.ini \tstdapis\tloc_blr_variant1.ini
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_variant2.ini \tstdapis\tloc_blr_variant2.ini
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_variant3.ini \tstdapis\tloc_blr_variant3.ini
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_variant4.ini \tstdapis\tloc_blr_variant4.ini
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_variant5.ini \tstdapis\tloc_blr_variant5.ini
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_variant6.ini \tstdapis\tloc_blr_variant6.ini
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_variant7.ini \tstdapis\tloc_blr_variant7.ini
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_variant8.ini \tstdapis\tloc_blr_variant8.ini
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_variant9.ini \tstdapis\tloc_blr_variant9.ini
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_variant10.ini \tstdapis\tloc_blr_variant10.ini
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_variant11.ini \tstdapis\tloc_blr_variant11.ini
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_variant13.ini \tstdapis\tloc_blr_variant13.ini
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_variant14.ini \tstdapis\tloc_blr_variant14.ini
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_variant15.ini \tstdapis\tloc_blr_variant15.ini
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_variant16.ini \tstdapis\tloc_blr_variant16.ini
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tloc_blr_variant17.ini \tstdapis\tloc_blr_variant17.ini
+
+//libdl
+data = EPOCROOT##epoc32\winscw\c\tstdapis\tdl.ini \tstdapis\tdl.ini
+data = EPOCROOT##epoc32\winscw\c\tstdapis\tdl.script \tstdapis\tdl.script
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\cleanup_cdrive.bat \tstdapis\cleanup_cdrive.bat
+
+//captests
+
+
+
+data=ABI_DIR\BUILD_DIR\setcap.exe Sys\bin\setcap.exe
+data=ABI_DIR\BUILD_DIR\tfcntlcap.exe Sys\bin\tfcntlcap.exe
+data=ABI_DIR\BUILD_DIR\tsystimecap.exe Sys\bin\tsystimecap.exe
+data=ABI_DIR\BUILD_DIR\tutimecap.exe Sys\bin\tutimecap.exe
+data=ABI_DIR\BUILD_DIR\tipccap.exe Sys\bin\tipccap.exe
+data=ABI_DIR\BUILD_DIR\tstdiocap.exe Sys\bin\tstdiocap.exe
+data=ABI_DIR\BUILD_DIR\tunistdcap.exe Sys\bin\tunistdcap.exe
+data=ABI_DIR\BUILD_DIR\twcharcap.exe Sys\bin\twcharcap.exe
+data=ABI_DIR\BUILD_DIR\tstatcap.exe Sys\bin\tstatcap.exe
+data=ABI_DIR\BUILD_DIR\tsocketcap.exe Sys\bin\tsocketcap.exe
+data=ABI_DIR\BUILD_DIR\tioccomcap.exe Sys\bin\tioccomcap.exe
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\sys\file.txt Sys\file.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\sys\file1.txt Sys\file1.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\sys\file10.txt Sys\file10.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\sys\file4.txt Sys\file4.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\sys\file5.txt Sys\file5.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\sys\file6.txt Sys\file6.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\sys\file7.txt Sys\file7.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\sys\file8.txt Sys\file8.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\sys\file9.txt Sys\file9.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\sys\fopen1.txt Sys\fopen1.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\sys\ufile.txt Sys\ufile.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\sys\ufile3.txt Sys\ufile3.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\sys\wfile.txt Sys\wfile.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\sys\wfile1.txt Sys\wfile1.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\sys\wfile3.txt Sys\wfile3.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\sys\wtemp1\wfk.txt Sys\wtemp1\wfk.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\sys\temp1\fk.txt Sys\temp1\fk.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\sys\temp2\fk.txt Sys\temp2\fk.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\private\10202be9\file.txt private\10202be9\file.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\private\10202be9\file1.txt private\10202be9\file1.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\private\10202be9\file10.txt private\10202be9\file10.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\private\10202be9\file4.txt private\10202be9\file4.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\private\10202be9\file5.txt private\10202be9\file5.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\private\10202be9\file6.txt private\10202be9\file6.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\private\10202be9\file7.txt private\10202be9\file7.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\private\10202be9\file8.txt private\10202be9\file8.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\private\10202be9\file9.txt private\10202be9\file9.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\private\10202be9\fopen1.txt private\10202be9\fopen1.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\private\10202be9\ufile.txt private\10202be9\ufile.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\private\10202be9\ufile3.txt private\10202be9\ufile3.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\private\10202be9\wfile.txt private\10202be9\wfile.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\private\10202be9\wfile1.txt private\10202be9\wfile1.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\private\10202be9\wfile3.txt private\10202be9\wfile3.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\private\10202be9\wtemp1\wfk.txt private\10202be9\wtemp1\wfk.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\private\10202be9\temp1\fk.txt private\10202be9\temp1\fk.txt
+data = EPOCROOT##epoc32\release\ARMV5\urel\z\private\10202be9\temp2\fk.txt private\10202be9\temp2\fk.txt
+
+
+//scripts for captests
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tfcntl_captest.script \tstdapis\tfcntl_captest.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsystime_captest.script \tstdapis\tsystime_captest.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tutime_captest.script \tstdapis\tutime_captest.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tstdio_captest.script \tstdapis\tstdio_captest.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tunistd_captest.script \tstdapis\tunistd_captest.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\twchar_captest.script \tstdapis\twchar_captest.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tstat_captest.script \tstdapis\tstat_captest.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tipc_captest.script \tstdapis\tipc_captest.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tioccom_captest.script \tstdapis\tioccom_captest.script
+
+#ifdef SYMBIAN_OE_POSIX_SIGNALS
+//signal tests
+file=ABI_DIR\BUILD_DIR\tblocksignal.exe sys\bin\tblocksignal.exe
+file=ABI_DIR\BUILD_DIR\sigpause.exe sys\bin\sigpause.exe
+file=ABI_DIR\BUILD_DIR\tsendsignal.exe sys\bin\tsendsignal.exe
+file=ABI_DIR\BUILD_DIR\raisesignal.exe sys\bin\raisesignal.exe
+file=ABI_DIR\BUILD_DIR\raisesignal1.exe sys\bin\raisesignal1.exe
+file=ABI_DIR\BUILD_DIR\receivesignal.exe sys\bin\receivesignal.exe
+file=ABI_DIR\BUILD_DIR\sendsignal.exe sys\bin\sendsignal.exe
+file=ABI_DIR\BUILD_DIR\sendsignaltoself.exe sys\bin\sendsignaltoself.exe
+file=ABI_DIR\BUILD_DIR\tmiscsignal.exe sys\bin\tmiscsignal.exe
+file=ABI_DIR\BUILD_DIR\inheritsignal.exe sys\bin\inheritsignal.exe
+file=ABI_DIR\BUILD_DIR\killself.exe sys\bin\killself.exe
+file=ABI_DIR\BUILD_DIR\ttrapsignal.exe sys\bin\ttrapsignal.exe
+file=ABI_DIR\BUILD_DIR\defaulthandler.exe sys\bin\defaulthandler.exe
+file=ABI_DIR\BUILD_DIR\twaitsignal.exe sys\bin\twaitsignal.exe
+file=ABI_DIR\BUILD_DIR\sendsigtoparent.exe sys\bin\sendsigtoparent.exe
+data=ABI_DIR\BUILD_DIR\tcapsignal.exe sys\bin\tcapsignal.exe
+file=ABI_DIR\BUILD_DIR\kill.exe sys\bin\kill.exe
+
+
+//scripts for signal test cases
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tblocksignal.script \tstdapis\tblocksignal.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsendsignal.script \tstdapis\tsendsignal.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tmiscsignal.script \tstdapis\tmiscsignal.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\ttrapsignal.script \tstdapis\ttrapsignal.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\twaitsignal.script \tstdapis\twaitsignal.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\twaitsignal1.script \tstdapis\twaitsignal1.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\twaitsignal2.script \tstdapis\twaitsignal2.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsignal_captest.script \tstdapis\tsignal_captest.script
+
+
+
+//data file for signal test cases
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tblocksignal.ini \tstdapis\tblocksignal.ini
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsendsignal.ini \tstdapis\tsendsignal.ini
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tmiscsignal.ini \tstdapis\tmiscsignal.ini
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\ttrapsignal.ini \tstdapis\ttrapsignal.ini
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\twaitsignal.ini \tstdapis\twaitsignal.ini
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\oetests_signals_hw.bat \oetests_signals_hw.bat
+#endif /* SYMBIAN_OE_POSIX_SIGNALS */
+
+//librt tests
+#ifdef SYMBIAN_OE_LIBRT
+file=ABI_DIR\BUILD_DIR\tsharedmemory.exe sys\bin\tsharedmemory.exe
+file=ABI_DIR\BUILD_DIR\openshmem.exe sys\bin\openshmem.exe
+file=ABI_DIR\BUILD_DIR\openshmem_popen.exe sys\bin\openshmem_popen.exe
+file=ABI_DIR\BUILD_DIR\tclock.exe sys\bin\tclock.exe
+file=ABI_DIR\BUILD_DIR\getclockid.exe sys\bin\getclockid.exe
+data=ABI_DIR\BUILD_DIR\tcapclock.exe sys\bin\tcapclock.exe
+file=ABI_DIR\BUILD_DIR\ttimer.exe sys\bin\ttimer.exe
+
+//scripts for librt test cases
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsharedmemory.script \tstdapis\tsharedmemory.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tclock.script \tstdapis\tclock.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tclock_captest.script \tstdapis\tclock_captest.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\ttimer_hw.script \tstdapis\ttimer_hw.script
+
+//data file for librt test cases
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsharedmemory.ini \tstdapis\tsharedmemory.ini
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tclock.ini \tstdapis\tclock.ini
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\ttimer.ini \tstdapis\ttimer.ini
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\oetests_librt_hw.bat \oetests_librt_hw.bat
+#endif /* SYMBIAN_OE_LIBRT */
+
+//large file test cases
+#ifdef SYMBIAN_OE_LARGE_FILE_SUPPORT
+file=ABI_DIR\BUILD_DIR\tlargefile.exe sys\bin\tlargefile.exe
+file=ABI_DIR\BUILD_DIR\filetransfer.exe sys\bin\filetransfer.exe
+
+//script file
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tlargefile.script \tstdapis\tlargefile.script
+
+//data file
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tlargefile.ini \tstdapis\tlargefile.ini
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\largefilesettings.bat \largefilesettings.bat
+#endif /* SYMBIAN_OE_LARGE_FILE_SUPPORT */
+
+//batch file
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\OETests_hw.bat \OETests_hw.bat
+data = EPOCROOT##epoc32\WINSCW\C\data.txt \tstdapis\data.txt
+//data = EPOCROOT##epoc32\WINSCW\c\tstdapis\autoexec.bat \autoexec.bat
+
+//tmisc
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\config_tmisc.ini \system\tstdapis\config_tmisc.ini
+
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\input.txt \input.txt
+
+//tredirectionserver
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tredirectionserver\config_null.ini \system\tstdapis\tredirectionserver\config_null.ini
+
+data = EPOCROOT##epoc32\WINSCW\c\data\input \input
+
+
+//libdl
+data = EPOCROOT##epoc32\WINSCW\C\tstdapis\arithmeticoper5.dat \tstdapis\arithmeticoper5.dat
+
+//glob
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tglob_test.script private\10207369\globdir\tmp-1.txt
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tglob_test.script private\10207369\globdir\tmp-2.txt
+
+//offsetof exe
+file=ABI_DIR\BUILD_DIR\toffsetof.exe sys\bin\toffsetof.exe
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\toffsetof.script \tstdapis\toffsetof.script
+
+//liblogger
+file=ABI_DIR\BUILD_DIR\tliblogger.exe sys\bin\tliblogger.exe
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tliblogger.script \tstdapis\tliblogger.script
+
+//tsetjmp
+file=ABI_DIR\BUILD_DIR\tsetjmp.exe sys\bin\tsetjmp.exe
+file=ABI_DIR\BUILD_DIR\childprocessfileappend.exe sys\bin\childprocessfileappend.exe
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsetjmp.script \tstdapis\tsetjmp.script
+data = EPOCROOT##epoc32\WINSCW\c\tstdapis\tsetjmp.ini \tstdapis\tsetjmp.ini
+#ifndef SYMBIAN_DISTINCT_LOCALE_MODEL
+file=ABI_DIR\BUILD_DIR\elocl.01 sys\bin\elocl.01
+#endif
+
+
+//Locales for tstdlib
+#ifdef SYMBIAN_DISTINCT_LOCALE_MODEL
+
+
+file=ABI_DIR\BUILD_DIR\elocl_lan.002 sys\bin\elocl_lan.002
+
+
+file=ABI_DIR\BUILD_DIR\elocl_lan.004 sys\bin\elocl_lan.004
+file=ABI_DIR\BUILD_DIR\elocl_lan.005 sys\bin\elocl_lan.005
+
+
+file=ABI_DIR\BUILD_DIR\elocl_lan.018 sys\bin\elocl_lan.018
+file=ABI_DIR\BUILD_DIR\elocl_lan.019 sys\bin\elocl_lan.019
+file=ABI_DIR\BUILD_DIR\elocl_lan.029 sys\bin\elocl_lan.029
+
+
+file=ABI_DIR\BUILD_DIR\elocl_lan.032 sys\bin\elocl_lan.032
+file=ABI_DIR\BUILD_DIR\elocl_lan.095 sys\bin\elocl_lan.095
+file=ABI_DIR\BUILD_DIR\elocl_lan.1034 sys\bin\elocl_lan.1034
+
+
+
+
+file=ABI_DIR\BUILD_DIR\elocl_reg.056 sys\bin\elocl_reg.056
+file=ABI_DIR\BUILD_DIR\elocl_reg.158 sys\bin\elocl_reg.158
+file=ABI_DIR\BUILD_DIR\elocl_reg.250 sys\bin\elocl_reg.250
+file=ABI_DIR\BUILD_DIR\elocl_reg.380 sys\bin\elocl_reg.380
+file=ABI_DIR\BUILD_DIR\elocl_reg.392 sys\bin\elocl_reg.392
+file=ABI_DIR\BUILD_DIR\elocl_reg.528 sys\bin\elocl_reg.528
+file=ABI_DIR\BUILD_DIR\elocl_reg.724 sys\bin\elocl_reg.724
+
+
+file=ABI_DIR\BUILD_DIR\elocl_col.002 sys\bin\elocl_col.002
+file=ABI_DIR\BUILD_DIR\elocl_col.019 sys\bin\elocl_col.019
+file=ABI_DIR\BUILD_DIR\elocl_col.029 sys\bin\elocl_col.029
+file=ABI_DIR\BUILD_DIR\elocl_col.032 sys\bin\elocl_col.032
+file=ABI_DIR\BUILD_DIR\elocl_col.1034 sys\bin\elocl_col.1034
+
+#else
+
+data=ABI_DIR\BUILD_DIR\elocl.10 sys\bin\elocl.10
+file=ABI_DIR\BUILD_DIR\elocl.18 sys\bin\elocl.18
+
+#ifdef SYMBIAN_OE_ENHANCED_LOCALE_SUPPORT
+file=ABI_DIR\BUILD_DIR\elocl.32 sys\bin\elocl.32
+file=ABI_DIR\BUILD_DIR\elocl.31 sys\bin\elocl.31
+file=ABI_DIR\BUILD_DIR\elocl.02 sys\bin\elocl.02
+file=ABI_DIR\BUILD_DIR\elocl.03 sys\bin\elocl.03
+file=ABI_DIR\BUILD_DIR\elocl.04 sys\bin\elocl.04
+file=ABI_DIR\BUILD_DIR\elocl.05 sys\bin\elocl.05
+file=ABI_DIR\BUILD_DIR\elocl.19 sys\bin\elocl.19
+file=ABI_DIR\BUILD_DIR\elocl.29 sys\bin\elocl.29
+#endif
+#endif
+
+#endif
+
+
+
--- a/genericopenlibs/posixrealtimeextensions/group/oeaddons_librt.mrp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericopenlibs/posixrealtimeextensions/group/oeaddons_librt.mrp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-#
-# Copyright (c) 2009 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"
-# which accompanies this distribution, and is available
-# at the URL "http://www.eclipse.org/legal/epl-v10.html".
-#
-# Initial Contributors:
-# Nokia Corporation - initial contribution.
-#
-# Contributors:
-#
-# Description:
-#
-
component oeaddons_librt
source \sf\os\ossrv\genericopenlibs\posixrealtimeextensions\
--- a/genericservices/httputils/Authentication/TConvBase64.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/httputils/Authentication/TConvBase64.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -174,3 +174,86 @@
return maskShift<ESix;
}
+
+
+/**
+ Encodes an ASCII string to Base64 string.
+
+ @param aSrcString The source string in ASCII.
+ @param aDestString The destination string with converted base64 values.
+ @param aLineLength The maximum line length of the encoded base64 values.
+ A CR/LF sequence will be added after these many characters.
+ The default value is -1, which means no CR/LF is added to output. The encoding is compliant with RFC 4648
+ @return Number of characters in the source string that were not encoded.
+*/
+EXPORT_C TInt TBase64::PortableEncode(const TDesC8& aSrcString, TDes8& aDestString, TInt aLineLength)
+ {
+ // Clears the destination string
+ aDestString.Zero();
+ // Initialise variables
+ const TUint8* srcStringPtr=aSrcString.Ptr();
+ const TUint8* srcStringEnd=aSrcString.Length()+srcStringPtr;
+ TUint8* destStringPtr=(TUint8*)aDestString.Ptr();
+ TUint8* destStringPtrBase=destStringPtr;
+ TInt character=0;
+ TUint8 encodedChar=0;
+ TInt charStorage=0;
+ TInt maskShift=EZero;
+ TInt destStringCharNum = 0;
+
+ while(srcStringPtr<=srcStringEnd)
+ {
+ // maskShift is used as a char read counter
+ if(maskShift==ESix)
+ {
+ // If the 3rd char read is also the last char then the while loop
+ // is broken on the next check.
+ if(srcStringPtr==srcStringEnd)
+ srcStringPtr++;
+ maskShift=EZero;
+ character=0;
+ }
+ else
+ {
+ if(srcStringPtr==srcStringEnd)
+ character=0;
+ else
+ character=*srcStringPtr;
+
+ srcStringPtr++;
+ // Shifts charStorage ready for the next char
+ charStorage=charStorage<<8;
+ maskShift+=ETwo;
+ }
+ charStorage=charStorage|character;
+ // Shifts the mask to the correct bit location
+ // Masks (AND's) the valid bits from charStorage
+ // Shifts the valid bits into the low order 8bits
+ // Converts to BASE64 char, Casts the result to an unsigned char (which it should be ?....I hope)
+ encodedChar=(TUint8)Base64ToAscii[((charStorage>>maskShift)&ESixBitMask)];
+
+ *destStringPtr++=encodedChar;
+ destStringCharNum++;
+
+ // Add a CRLF every aLineLength number of characters
+ if (destStringCharNum == aLineLength)
+ {
+ destStringCharNum = 0;
+ *destStringPtr++ = '\r';
+ *destStringPtr++ = '\n';
+ }
+ }
+
+ // Check for not enough chars and pad if required
+ if (maskShift==EFour)
+ {
+ *destStringPtr++=KImcvConvEquals;
+ *destStringPtr++=KImcvConvEquals;
+ }
+ else
+ if(maskShift==ESix)
+ *destStringPtr++=KImcvConvEquals;
+
+ aDestString.SetLength((TInt)(destStringPtr-destStringPtrBase));
+ return ((TInt)(srcStringPtr-srcStringEnd));
+ }
--- a/genericservices/httputils/Test/Integration/TestFileUriSuite/TestFileUriSuite.IBY Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/httputils/Test/Integration/TestFileUriSuite/TestFileUriSuite.IBY Fri Jun 11 15:26:22 2010 +0300
@@ -26,15 +26,6 @@
file=ABI_DIR\DEBUG_DIR\TestFileUriServer.exe Sys\Bin\TestFileUriServer.exe
#endif
-// Script and ini files
-data=DATAZ_\TestData\Scripts\TestFileUriSuite.script TestData\Scripts\TestFileUriSuite.script
-data=DATAZ_\TestData\Ini\TestFileUriSuite.ini TestData\Ini\TestFileUriSuite.ini
-data=DATAZ_\TestData\Ini\TestFileUriSuite_Non_7_Bit.ini TestData\Ini\TestFileUriSuite_Non_7_Bit.ini
-data=DATAZ_\TestData\Ini\TestFileUriSuite_16_Bit.ini TestData\Ini\TestFileUriSuite_16_Bit.ini
-
-
-// The batch file to run the tests
-data=EPOCROOT##Epoc32\tools\TestFileUriSuite.bat TestFileUriSuite.bat
// Other dependencies
#include <testexecute.iby>
--- a/genericservices/httputils/Test/Integration/TestFileUriSuite/TestFileUriSuite.bat Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/httputils/Test/Integration/TestFileUriSuite/TestFileUriSuite.bat Fri Jun 11 15:26:22 2010 +0300
@@ -14,4 +14,4 @@
@rem Description:
@rem
-testexecute.exe Z:\TestData\Scripts\TestFileUriSuite.script
\ No newline at end of file
+testexecute.exe c:\TestData\Scripts\TestFileUriSuite.script
\ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericservices/httputils/Test/Integration/TestFileUriSuite/TestFileUriSuite.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,70 @@
+;
+; Copyright (c) 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"
+; which accompanies this distribution, and is available
+; at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;
+; Initial Contributors:
+; Nokia Corporation - initial contribution.
+;
+; Contributors:
+;
+; Description:
+;
+
+
+;Languages
+&EN
+
+
+; Provide value for uid
+;#{"inetprotutiltest2.pkg"},(0x102729D9),1,0,0
+
+
+; Series60 product id for S60 3.0
+;[0x101F7961], 0, 0, 0, {"Series60ProductID"}
+
+; Localised Vendor name
+%{"Nokia"}
+
+; Unique Vendor name
+:"Nokia"
+
+; Logo
+; None
+
+; Package signature - Optional
+; None
+
+; Start of Package body
+
+; Condition blocks
+; None
+
+; Options list
+; None
+
+; Install files
+
+
+"/epoc32/data/z/testData/scripts/TestFileUriSuite.script"-"C:/testData/scripts/TestFileUriSuite.script"
+"/epoc32/data/z/testData/ini/TestFileUriSuite.ini"-"C:/TestData/Ini/TestFileUriSuite.ini"
+"/epoc32/data/z/TestData/Ini/TestFileUriSuite_Non_7_Bit.ini"-"C:/TestData/Ini/TestFileUriSuite_Non_7_Bit.ini"
+"/epoc32/data/z/TestData/Ini/TestFileUriSuite_16_Bit.ini"-"C:/TestData/Ini/TestFileUriSuite_16_Bit.ini"
+;The batch file to run the tests TestFileUriSuite
+"/epoc32/tools/TestFileUriSuite.bat"-"C:/testdata/scripts/TestFileUriSuite.bat"
+
+
+
+; Embedded SIS
+; None
+
+; End of Package body
+
+; PKG dependencies
+; None
+
+; PKG capabilities
+; None
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericservices/httputils/Test/Integration/TestFileUriSuite/TestFileUriSuite1.IBY Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,44 @@
+// Copyright (c) 2004-2009 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"
+// which accompanies this distribution, and is available
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+// The IBY file for the File URI handler Integration Test Suite
+//
+//
+
+#ifndef __Test_File_Uri_Suite_IBY__
+
+#define __Test_File_Uri_Suite_IBY__
+
+// Test server
+#if (!defined EKA2)
+file=ABI_DIR\DEBUG_DIR\TestFileUriServer.exe System\Libs\TestFileUriServer.exe
+#else
+file=ABI_DIR\DEBUG_DIR\TestFileUriServer.exe Sys\Bin\TestFileUriServer.exe
+#endif
+
+// Script and ini files
+data=DATAZ_\TestData\Scripts\TestFileUriSuite.script TestData\Scripts\TestFileUriSuite.script
+data=DATAZ_\TestData\Ini\TestFileUriSuite.ini TestData\Ini\TestFileUriSuite.ini
+data=DATAZ_\TestData\Ini\TestFileUriSuite_Non_7_Bit.ini TestData\Ini\TestFileUriSuite_Non_7_Bit.ini
+data=DATAZ_\TestData\Ini\TestFileUriSuite_16_Bit.ini TestData\Ini\TestFileUriSuite_16_Bit.ini
+
+
+// The batch file to run the tests
+data=EPOCROOT##Epoc32\tools\TestFileUriSuite.bat TestFileUriSuite.bat
+
+// Other dependencies
+#include <testexecute.iby>
+#include <INetProtUtil.iby>
+
+#endif
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericservices/httputils/Test/Integration/TestInetProtUtilsSuite/group/TestInetProtUtilsSuite.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,67 @@
+;
+; Copyright (c) 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"
+; which accompanies this distribution, and is available
+; at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;
+; Initial Contributors:
+; Nokia Corporation - initial contribution.
+;
+; Contributors:
+;
+; Description:
+;
+
+
+;Languages
+&EN
+
+
+; Provide value for uid
+;#{"inetprotutiltest1.pkg"},(0x102729D9),1,0,0
+
+
+; Series60 product id for S60 3.0
+;[0x101F7961], 0, 0, 0, {"Series60ProductID"}
+
+; Localised Vendor name
+%{"Nokia"}
+
+; Unique Vendor name
+:"Nokia"
+
+; Logo
+; None
+
+; Package signature - Optional
+; None
+
+; Start of Package body
+
+; Condition blocks
+; None
+
+; Options list
+; None
+
+; Install files
+"/epoc32/data/z/testdata/scripts/testinetproutilsurisuite.script"-"C:/testdata/scripts/testinetproutilsurisuite.script"
+"/epoc32/data/z/testdata/scripts/testinetproutilsurisuiteOom.script"-"C:/testdata/scripts/testinetproutilsurisuiteOom.script"
+"/epoc32/data/z/testdata/ini/testinetproutilsurisuite.ini"-"C:/testdata/ini/testinetproutilsurisuite.ini"
+"/epoc32/tools/testinetprotutilssuite.bat"-"C:/testdata/scripts/testinetprotutilssuite.bat"
+
+
+
+
+; Embedded SIS
+; None
+
+; End of Package body
+
+; PKG dependencies
+; None
+
+; PKG capabilities
+; None
--- a/genericservices/httputils/Test/Integration/TestInetProtUtilsSuite/group/testinetprotutilssuite.bat Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/httputils/Test/Integration/TestInetProtUtilsSuite/group/testinetprotutilssuite.bat Fri Jun 11 15:26:22 2010 +0300
@@ -14,5 +14,5 @@
@rem Description:
@rem
-testexecute.exe z:\testdata\scripts\TestInetProUtilsUriSuite.script
-testexecute.exe z:\testdata\scripts\TestInetProUtilsUriSuiteOom.script
\ No newline at end of file
+testexecute.exe c:\testdata\scripts\TestInetProUtilsUriSuite.script
+testexecute.exe c:\testdata\scripts\TestInetProUtilsUriSuiteOom.script
\ No newline at end of file
--- a/genericservices/httputils/Test/Integration/TestInetProtUtilsSuite/group/testinetprotutilssuite.iby Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/httputils/Test/Integration/TestInetProtUtilsSuite/group/testinetprotutilssuite.iby Fri Jun 11 15:26:22 2010 +0300
@@ -26,19 +26,6 @@
file=ABI_DIR\DEBUG_DIR\testinetproutilsuriserver.exe sys\bin\testinetproutilsuriserver.exe
#endif
-
-
-// Script file for testing the functionality.
-data=DATAZ_\testdata\scripts\testinetproutilsurisuite.script testdata\scripts\testinetproutilsurisuite.script
-data=DATAZ_\testdata\scripts\testinetproutilsurisuiteOom.script testdata\scripts\testinetproutilsurisuiteOom.script
-
-// Ini files
-data=DATAZ_\testdata\ini\testinetproutilsurisuite.ini testdata\ini\testinetproutilsurisuite.ini
-
-
-// The batch file to run the functionality tests
-data=EPOCROOT##Epoc32\tools\testinetprotutilssuite.bat testinetprotutilssuite.bat
-
// Other dependencies
//#include <testexecute.iby>
//#include <INetProtUtil.iby>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericservices/httputils/Test/Integration/TestInetProtUtilsSuite/group/testinetprotutilssuite1.iby Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,47 @@
+// Copyright (c) 2007-2009 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"
+// which accompanies this distribution, and is available
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+// The IBY file for the InetprotUtils Integration Test Suite
+//
+//
+
+#ifndef __Test_InetprotUtils_Suite_IBY__
+
+#define __Test_InetprotUtils_Suite_IBY__
+
+// Test server
+#if (!defined EKA2)
+file=ABI_DIR\DEBUG_DIR\testinetproutilsuriserver.exe system\libs\testinetproutilsuriserver.exe
+#else
+file=ABI_DIR\DEBUG_DIR\testinetproutilsuriserver.exe sys\bin\testinetproutilsuriserver.exe
+#endif
+
+
+
+// Script file for testing the functionality.
+data=DATAZ_\testdata\scripts\testinetproutilsurisuite.script testdata\scripts\testinetproutilsurisuite.script
+data=DATAZ_\testdata\scripts\testinetproutilsurisuiteOom.script testdata\scripts\testinetproutilsurisuiteOom.script
+
+// Ini files
+data=DATAZ_\testdata\ini\testinetproutilsurisuite.ini testdata\ini\testinetproutilsurisuite.ini
+
+
+// The batch file to run the functionality tests
+data=EPOCROOT##Epoc32\tools\testinetprotutilssuite.bat testinetprotutilssuite.bat
+
+// Other dependencies
+//#include <testexecute.iby>
+//#include <INetProtUtil.iby>
+
+#endif
+
--- a/genericservices/httputils/UriParser/GenericUriParser.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/httputils/UriParser/GenericUriParser.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -169,6 +169,11 @@
}
else
{
+
+ // First, move past the opening brace
+ authority.Set(authority.Mid(startHostIPv6 + 1));
+ // auth now = X:X:X]?????
+
// This is an IPv6 address, so it MUST have the closing brace too....
TInt endIPv6Host = authority.Locate(KIPv6UriCloseBrace);
@@ -182,16 +187,13 @@
// It's an ipv6 address, with an opening and closing brace. So now just extract it
// auth = [X:X:X]?????
- // First, move past the opening brace
- authority.Set(authority.Mid(startHostIPv6 + 1));
- // auth now = X:X:X]?????
// Set the host, and need to remove the closing brace
- aHost.Set(authority.Left(endIPv6Host - 1));
+ aHost.Set(authority.Left(endIPv6Host));
// host = X:X:X
// Move past the host
- authority.Set(authority.Mid(endIPv6Host));
+ authority.Set(authority.Mid(endIPv6Host + 1));
}
// Get the port...
--- a/genericservices/httputils/UriParser/SipUriParser.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/httputils/UriParser/SipUriParser.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -168,6 +168,10 @@
}
else
{
+ // First, move past the opening brace
+ authority.Set(authority.Mid(startHostIPv6 + 1));
+ // auth now = X:X:X]?????
+
// This is an IPv6 address, so it MUST have the closing brace too....
TInt endIPv6Host = authority.Locate(KIPv6UriCloseBrace);
@@ -181,16 +185,13 @@
// It's an ipv6 address, with an opening and closing brace. So now just extract it
// auth = [X:X:X]?????
- // First, move past the opening brace
- authority.Set(authority.Mid(startHostIPv6 + 1));
- // auth now = X:X:X]?????
// Set the host, and need to remove the closing brace
- aHost.Set(authority.Left(endIPv6Host - 1));
+ aHost.Set(authority.Left(endIPv6Host));
// host = X:X:X
// Move past the host
- authority.Set(authority.Mid(endIPv6Host));
+ authority.Set(authority.Mid(endIPv6Host + 1 ));
}
// Get the port...
--- a/genericservices/httputils/UriParser/TUriParser.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/httputils/UriParser/TUriParser.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -324,6 +324,11 @@
}
else
{
+
+ // First, move past the opening brace
+ authority.Set(authority.Mid(startHostIPv6 + 1));
+ // auth now = X:X:X]?????
+
// This is an IPv6 address, so it MUST have the closing brace too....
TInt endIPv6Host = authority.Locate(KIPv6UriCloseBrace);
@@ -334,16 +339,13 @@
// It's an ipv6 address, with an opening and closing brace. So now just extract it
// auth = [X:X:X]?????
- // First, move past the opening brace
- authority.Set(authority.Mid(startHostIPv6 + 1));
- // auth now = X:X:X]?????
// Set the host, and need to remove the closing brace
- aHost.Set(authority.Left(endIPv6Host -1));
+ aHost.Set(authority.Left(endIPv6Host));
// host = X:X:X
// Move past the host
- authority.Set(authority.Mid(endIPv6Host));
+ authority.Set(authority.Mid(endIPv6Host + 1 ));
}
// Get the port...
--- a/genericservices/httputils/bwins/INETPROTUTILU.DEF Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/httputils/bwins/INETPROTUTILU.DEF Fri Jun 11 15:26:22 2010 +0300
@@ -290,4 +290,5 @@
?DummyForwardingFunctionForCompatibility@EscapeUtils@@CAPAVHBufC8@@ABVTDesC8@@0@Z @ 289 NONAME ; class HBufC8 * EscapeUtils::DummyForwardingFunctionForCompatibility(class TDesC8 const &, class TDesC8 const &)
??0TBase64@@QAE@XZ @ 290 NONAME ; TBase64::TBase64(void)
?NormaliseUriL@UriUtils@@SAPAVCUri8@@ABVTUriC8@@@Z @ 291 NONAME ; class CUri8 * UriUtils::NormaliseUriL(class TUriC8 const &)
+ ?PortableEncode@TBase64@@QAEHABVTDesC8@@AAVTDes8@@H@Z @ 292 NONAME ; int TBase64::PortableEncode(class TDesC8 const &, class TDes8 &, int)
--- a/genericservices/httputils/eabi/InetProtUtilU.Def Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/httputils/eabi/InetProtUtilU.Def Fri Jun 11 15:26:22 2010 +0300
@@ -377,4 +377,5 @@
_ZTV17CGenericUriParser @ 376 NONAME
_ZN7TBase646DecodeERK6TDesC8R5TDes8 @ 377 NONAME
_ZN8UriUtils13NormaliseUriLERK6TUriC8 @ 378 NONAME
-
\ No newline at end of file
+ _ZN7TBase6414PortableEncodeERK6TDesC8R5TDes8i @ 379 NONAME
+
--- a/genericservices/httputils/group/application-protocols_inetprotutil.mrp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/httputils/group/application-protocols_inetprotutil.mrp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-#
-# Copyright (c) 2009 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"
-# which accompanies this distribution, and is available
-# at the URL "http://www.eclipse.org/legal/epl-v10.html".
-#
-# Initial Contributors:
-# Nokia Corporation - initial contribution.
-#
-# Contributors:
-#
-# Description:
-#
-
component application-protocols_inetprotutil
source \sf\os\ossrv\genericservices\httputils
binary \sf\os\ossrv\genericservices\httputils\group all
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericservices/httputils/group/inetprotutiltestAndfileuritest.bat Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,21 @@
+@rem
+@rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+@rem All rights reserved.
+@rem This component and the accompanying materials are made available
+@rem under the terms of "Eclipse Public License v1.0"
+@rem which accompanies this distribution, and is available
+@rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
+@rem
+@rem Initial Contributors:
+@rem Nokia Corporation - initial contribution.
+@rem
+@rem Contributors:
+@rem
+@rem Description:
+@rem
+
+t_fileuri.exe
+t_tinternetdatetime.exe
+t_unitsipuri.exe
+t_uriparser.exe
+t_wspcodec.exe
\ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericservices/httputils/group/inetprotutiltestAndfileuritest.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,66 @@
+;
+; Copyright (c) 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"
+; which accompanies this distribution, and is available
+; at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;
+; Initial Contributors:
+; Nokia Corporation - initial contribution.
+;
+; Contributors:
+;
+; Description:
+;
+
+
+;Languages
+&EN
+
+
+; Provide value for uid
+;#{"inetprotutiltest2.pkg"},(0x102729D9),1,0,0
+
+
+; Series60 product id for S60 3.0
+;[0x101F7961], 0, 0, 0, {"Series60ProductID"}
+
+; Localised Vendor name
+%{"Nokia"}
+
+; Unique Vendor name
+:"Nokia"
+
+; Logo
+; None
+
+; Package signature - Optional
+; None
+
+; Start of Package body
+
+; Condition blocks
+; None
+
+; Options list
+; None
+
+; Install files
+
+
+;The batch file to run the tests TestFileUriSuite
+;"/epoc32/tools/inetprotutiltestAndfileuritest.bat"-"C:/testdata/inetprotutiltestAndfileuritest.bat"
+
+
+
+; Embedded SIS
+; None
+
+; End of Package body
+
+; PKG dependencies
+; None
+
+; PKG capabilities
+; None
--- a/genericservices/httputils/inc/TConvBase64.h Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/httputils/inc/TConvBase64.h Fri Jun 11 15:26:22 2010 +0300
@@ -56,7 +56,7 @@
};
/**
-Base64 encoding and decoding class, complaint with RFC-3548.
+Base64 encoding and decoding class.
@internalAll
@released
*/
@@ -102,7 +102,7 @@
IMPORT_C TBase64();
IMPORT_C TInt Encode( const TDesC8& aSrcString, TDes8& rDestString);
IMPORT_C TBool Decode( const TDesC8& aSrcString, TDes8& rDestString);
-
+ IMPORT_C TInt PortableEncode(const TDesC8& aSrcString, TDes8& aDestString, TInt aLineLength=-1);
private:
TInt iShiftStored;
--- a/genericservices/mimerecognitionfw/group/EMimeTest.iby Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/mimerecognitionfw/group/EMimeTest.iby Fri Jun 11 15:26:22 2010 +0300
@@ -33,8 +33,4 @@
-data=DATAZ_\emimetest\emimetest_run.bat \emimetest_run.bat
-data=DATAZ_\emimetest\emimetest_t_mime.script \emimetest\emimetest_t_mime.script
-data=DATAZ_\emimetest\emimetest_t_mstr.script \emimetest\emimetest_t_mstr.script
-data=DATAZ_\emimetest\emimetest_t_maps.script \emimetest\emimetest_t_maps.script
#endif
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericservices/mimerecognitionfw/group/EMimeTest1.iby Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,40 @@
+/*
+* Copyright (c) 2009 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"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
+
+#ifndef __EMIMETEST_IBY__
+#define __EMIMETEST_IBY__
+
+#include <testexecute.iby>
+
+data=EPOCROOT##epoc32\data\z\system\data\emime\testrec.txt System\Data\emime\testrec.txt
+data=EPOCROOT##epoc32\data\z\system\data\emime\testrec.text System\Data\emime\testrec.text
+data=EPOCROOT##epoc32\data\z\system\data\emime\word.doc System\Data\emime\word.doc
+
+
+file=ABI_DIR\BUILD_DIR\TEmimeTestServer.exe System\libs\TEmimeTestServer.exe
+
+
+
+ECOM_PLUGIN(ttestecomdatarec.dll,1d1f75ed.rsc)
+
+
+
+data=DATAZ_\emimetest\emimetest_run.bat \emimetest_run.bat
+data=DATAZ_\emimetest\emimetest_t_mime.script \emimetest\emimetest_t_mime.script
+data=DATAZ_\emimetest\emimetest_t_mstr.script \emimetest\emimetest_t_mstr.script
+data=DATAZ_\emimetest\emimetest_t_maps.script \emimetest\emimetest_t_maps.script
+#endif
--- a/genericservices/mimerecognitionfw/group/app-framework_emime.mrp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/mimerecognitionfw/group/app-framework_emime.mrp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-#
-# Copyright (c) 2009 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"
-# which accompanies this distribution, and is available
-# at the URL "http://www.eclipse.org/legal/epl-v10.html".
-#
-# Initial Contributors:
-# Nokia Corporation - initial contribution.
-#
-# Contributors:
-#
-# Description:
-#
-
component app-framework_emime
source \sf\os\ossrv\genericservices\mimerecognitionfw
binary \sf\os\ossrv\genericservices\mimerecognitionfw\group all
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericservices/mimerecognitionfw/group/mimerecognitionfw.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,68 @@
+;
+; Copyright (c) 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"
+; which accompanies this distribution, and is available
+; at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;
+; Initial Contributors:
+; Nokia Corporation - initial contribution.
+;
+; Contributors:
+;
+; Description:
+;
+
+
+;Languages
+&EN
+
+
+; Provide value for uid
+;#{"mimerecognitionfw.pkg"},(0x10004c73),1,0,0
+
+; Series60 product id for S60 3.0
+;[0x101F7961], 0, 0, 0, {"Series60ProductID"}
+
+; Localised Vendor name
+%{"Nokia"}
+
+; Unique Vendor name
+:"Nokia"
+
+; Logo
+; None
+
+; Package signature - Optional
+; None
+
+; Start of Package body
+
+; Condition blocks
+; None
+
+; Options list
+; None
+
+; Install files-Script
+
+"/epoc32/data/z/emimetest/emimetest_t_mime.script"-"C:/emimetest/emimetest_t_mime.script"
+"/epoc32/data/z/emimetest/emimetest_t_mstr.script"-"C:/emimetest/emimetest_t_mstr.script"
+"/epoc32/data/z/emimetest/emimetest_t_maps.script"-"C:/emimetest/emimetest_t_maps.script"
+
+;The batch file to run the tests
+"/epoc32/data/z/emimetest/emimetest_run.bat"-"C:/emimetest_run.bat"
+
+
+
+; Embedded SIS
+; None
+
+; End of Package body
+
+; PKG dependencies
+; None
+
+; PKG capabilities
+; None
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericservices/mimerecognitionfw/tef/mimerecognitionfw_temp.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,68 @@
+;
+; Copyright (c) 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"
+; which accompanies this distribution, and is available
+; at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;
+; Initial Contributors:
+; Nokia Corporation - initial contribution.
+;
+; Contributors:
+;
+; Description:
+;
+
+
+;Languages
+&EN
+
+
+; Provide value for uid
+;#{"mimerecognitionfw.pkg"},(0x10004c73),1,0,0
+
+; Series60 product id for S60 3.0
+;[0x101F7961], 0, 0, 0, {"Series60ProductID"}
+
+; Localised Vendor name
+%{"Nokia"}
+
+; Unique Vendor name
+:"Nokia"
+
+; Logo
+; None
+
+; Package signature - Optional
+; None
+
+; Start of Package body
+
+; Condition blocks
+; None
+
+; Options list
+; None
+
+; Install files-Script
+
+"/epoc32/data/z/emimetest/emimetest_t_mime.script"-"C:/emimetest/emimetest_t_mime.script"
+"/epoc32/data/z/emimetest/emimetest_t_mstr.script"-"C:/emimetest/emimetest_t_mstr.script"
+"/epoc32/data/z/emimetest/emimetest_t_maps.script"-"C:/emimetest/emimetest_t_maps.script"
+
+;The batch file to run the tests
+;"/epoc32/data/z/emimetest/emimetest_run.bat"-"C:/emimetest_run.bat"
+
+
+
+; Embedded SIS
+; None
+
+; End of Package body
+
+; PKG dependencies
+; None
+
+; PKG capabilities
+; None
--- a/genericservices/mimerecognitionfw/tef/scripts/emimetest_run.bat Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/mimerecognitionfw/tef/scripts/emimetest_run.bat Fri Jun 11 15:26:22 2010 +0300
@@ -14,9 +14,9 @@
@rem Description:
@rem
-testexecute.exe z:\emimetest\emimetest_t_maps.script
-testexecute.exe z:\emimetest\emimetest_t_mime.script
-testexecute.exe z:\emimetest\emimetest_t_mstr.script
+testexecute.exe C:\emimetest\emimetest_t_maps.script
+testexecute.exe C:\emimetest\emimetest_t_mime.script
+testexecute.exe C:\emimetest\emimetest_t_mstr.script
--- a/genericservices/s60compatibilityheaders/groupfuture/tools_s60_header_compatfuture.mrp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/s60compatibilityheaders/groupfuture/tools_s60_header_compatfuture.mrp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-#
-# Copyright (c) 2009 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"
-# which accompanies this distribution, and is available
-# at the URL "http://www.eclipse.org/legal/epl-v10.html".
-#
-# Initial Contributors:
-# Nokia Corporation - initial contribution.
-#
-# Contributors:
-#
-# Description:
-#
-
component tools_s60_header_compatfuture
source \sf\os\ossrv\genericservices\s60compatibilityheaders
--- a/genericservices/s60compatibilityheaders/groupsymtb101sf/tools_s60_header_compatsymtb101sf.mrp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/s60compatibilityheaders/groupsymtb101sf/tools_s60_header_compatsymtb101sf.mrp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-#
-# Copyright (c) 2009 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"
-# which accompanies this distribution, and is available
-# at the URL "http://www.eclipse.org/legal/epl-v10.html".
-#
-# Initial Contributors:
-# Nokia Corporation - initial contribution.
-#
-# Contributors:
-#
-# Description:
-#
-
component tools_s60_header_compatsymtb101sf
source \sf\os\ossrv\genericservices\s60compatibilityheaders
--- a/genericservices/s60compatibilityheaders/groupsymtb92/tools_s60_header_compatsymtb92.mrp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/s60compatibilityheaders/groupsymtb92/tools_s60_header_compatsymtb92.mrp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-#
-# Copyright (c) 2009 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"
-# which accompanies this distribution, and is available
-# at the URL "http://www.eclipse.org/legal/epl-v10.html".
-#
-# Initial Contributors:
-# Nokia Corporation - initial contribution.
-#
-# Contributors:
-#
-# Description:
-#
-
component tools_s60_header_compatsymtb92
source \sf\os\ossrv\genericservices\s60compatibilityheaders
--- a/genericservices/syslibsdocs/syslibs_documentation.mrp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/syslibsdocs/syslibs_documentation.mrp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-#
-# Copyright (c) 2009 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"
-# which accompanies this distribution, and is available
-# at the URL "http://www.eclipse.org/legal/epl-v10.html".
-#
-# Initial Contributors:
-# Nokia Corporation - initial contribution.
-#
-# Contributors:
-#
-# Description:
-#
-
component syslibs_documentation
source \sf\os\ossrv\genericservices\syslibsdocs\
--- a/genericservices/systemagent/group/syslibs_sysagent2.mrp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/systemagent/group/syslibs_sysagent2.mrp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-#
-# Copyright (c) 2009 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"
-# which accompanies this distribution, and is available
-# at the URL "http://www.eclipse.org/legal/epl-v10.html".
-#
-# Initial Contributors:
-# Nokia Corporation - initial contribution.
-#
-# Contributors:
-#
-# Description:
-#
-
component syslibs_sysagent2
source \sf\os\ossrv\genericservices\systemagent
binary \sf\os\ossrv\genericservices\systemagent\group all
--- a/genericservices/systemagent/test/rtest/group/sysagent2rtests.iby Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/systemagent/test/rtest/group/sysagent2rtests.iby Fri Jun 11 15:26:22 2010 +0300
@@ -25,10 +25,4 @@
// batch file that runs all automatic sysagent2 tests
data=ZSYSTEM\test\sysagent2rtests.bat TEST\sysagent2rtests.bat
-// Executables for tests
-file=ABI_DIR\BUILD_DIR\t_initialisehal.exe sys\bin\t_initialisehal.exe
-file=ABI_DIR\BUILD_DIR\t_persisthal.exe sys\bin\t_persisthal.exe
-file=ABI_DIR\BUILD_DIR\t_haloomtests.exe sys\bin\t_haloomtests.exe
-file=ABI_DIR\BUILD_DIR\t_sysagt2.exe sys\bin\t_sysagt2.exe
-
#endif
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericservices/systemagent/test/rtest/group/sysagent2rtests1.iby Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,34 @@
+/*
+* Copyright (c) 2009 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"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
+#ifndef __SYSAGENT2RTESTS_IBY__
+#define __SYSAGENT2RTESTS_IBY__
+
+REM sysagent2 rtests
+
+#include <sysagent.iby>
+#include <syslibs_locale.iby>
+
+// batch file that runs all automatic sysagent2 tests
+data=ZSYSTEM\test\sysagent2rtests.bat TEST\sysagent2rtests.bat
+
+// Executables for tests
+file=ABI_DIR\BUILD_DIR\t_initialisehal.exe sys\bin\t_initialisehal.exe
+file=ABI_DIR\BUILD_DIR\t_persisthal.exe sys\bin\t_persisthal.exe
+file=ABI_DIR\BUILD_DIR\t_haloomtests.exe sys\bin\t_haloomtests.exe
+file=ABI_DIR\BUILD_DIR\t_sysagt2.exe sys\bin\t_sysagt2.exe
+
+#endif
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericservices/systemagent/test/rtest/group/systemagent-RTEST.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,35 @@
+;
+; Copyright (c) 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"
+; which accompanies this distribution, and is available
+; at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;
+; Initial Contributors:
+; Nokia Corporation - initial contribution.
+;
+; Contributors:
+;
+; Description:
+;
+
+;Languages
+&EN
+
+; Install files:-RTEST
+"/epoc32/release/armv5/urel/t_initialisehal.exe"-"C:/sys/bin/t_initialisehal.exe"
+"/epoc32/release/armv5/urel/t_persisthal.exe"-"C:/sys/bin/t_persisthal.exe"
+"/epoc32/release/armv5/urel/t_haloomtests.exe"-"C:/sys/bin/t_haloomtests.exe"
+"/epoc32/release/armv5/urel/t_sysagt2.exe"-"C:/sys/bin/t_sysagt2.exe"
+
+; Embedded SIS
+; None
+
+; End of Package body
+
+; PKG dependencies
+; None
+
+; PKG capabilities
+; None
--- a/genericservices/systemagent/test/rtest/group/t_haloomtests.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/systemagent/test/rtest/group/t_haloomtests.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -11,9 +11,8 @@
// Contributors:
//
// Description:
-//
-TARGET t_haloomtests.exe
+TARGET t_haloomtests.exe //RTEST
TARGETTYPE exe
//Needed to iniatilise HAL attributes
CAPABILITY AllFiles WriteDeviceData
--- a/genericservices/systemagent/test/rtest/group/t_initialisehal.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/systemagent/test/rtest/group/t_initialisehal.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -11,9 +11,9 @@
// Contributors:
//
// Description:
-//
+
-TARGET t_initialisehal.exe
+TARGET t_initialisehal.exe //RTEST
TARGETTYPE exe
CAPABILITY AllFiles WriteDeviceData
--- a/genericservices/systemagent/test/rtest/group/t_persisthal.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/systemagent/test/rtest/group/t_persisthal.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -11,9 +11,9 @@
// Contributors:
//
// Description:
-//
+
-TARGET t_persisthal.exe
+TARGET t_persisthal.exe //RTEST
TARGETTYPE exe
CAPABILITY None
--- a/genericservices/systemagent/test/rtest/group/t_sysagt2.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/systemagent/test/rtest/group/t_sysagt2.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -11,9 +11,9 @@
// Contributors:
//
// Description:
-//
+
-TARGET t_sysagt2.exe
+TARGET t_sysagt2.exe //RTEST
TARGETTYPE exe
CAPABILITY ReadDeviceData
--- a/genericservices/taskscheduler/Test/Conditions/TC_TSCH_CONDITION.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/Conditions/TC_TSCH_CONDITION.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET tc_tsch_condition.exe
+TARGET tc_tsch_condition.exe //RTEST
TARGETTYPE exe
//WriteDeviceData needed to create persistent schedules
--- a/genericservices/taskscheduler/Test/Conditions/TC_TSCH_CONDITION_HOMETIME.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/Conditions/TC_TSCH_CONDITION_HOMETIME.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET tc_tsch_condition_hometime.exe
+TARGET tc_tsch_condition_hometime.exe //RTEST
TARGETTYPE exe
//WriteDeviceData needed to create persistent schedules
--- a/genericservices/taskscheduler/Test/Conditions/TC_TSCH_CONDITION_UTC.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/Conditions/TC_TSCH_CONDITION_UTC.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET tc_tsch_condition_utc.exe
+TARGET tc_tsch_condition_utc.exe //RTEST
TARGETTYPE exe
//WriteDeviceData needed to create persistent schedules
--- a/genericservices/taskscheduler/Test/LongRunning/T_TSLongRunning.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/LongRunning/T_TSLongRunning.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
*
*/
-TARGET t_tslongrunning.exe
+TARGET t_tslongrunning.exe //RTEST
TARGETTYPE exe
CAPABILITY WriteDeviceData
--- a/genericservices/taskscheduler/Test/MinimalTaskHandler/faultyminimaltaskhandler.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/MinimalTaskHandler/faultyminimaltaskhandler.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-TARGET faultyminimaltaskhandler.exe
+TARGET faultyminimaltaskhandler.exe //RTEST
TARGETTYPE EXE
SOURCEPATH .
--- a/genericservices/taskscheduler/Test/MinimalTaskHandler/minimaltaskhandler.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/MinimalTaskHandler/minimaltaskhandler.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -18,7 +18,7 @@
// MinimalTaskHandler for component SCHSVR
//
-TARGET minimaltaskhandler.exe
+TARGET minimaltaskhandler.exe //RTEST
TARGETTYPE EXE
SOURCEPATH .
--- a/genericservices/taskscheduler/Test/OOM/TC_TSCH_SCHSVR_OOM.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/OOM/TC_TSCH_SCHSVR_OOM.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET tc_tsch_schsvr_oom.exe
+TARGET tc_tsch_schsvr_oom.exe //RTEST
TARGETTYPE exe
//WriteDeviceData needed to create persistent schedules
--- a/genericservices/taskscheduler/Test/OOM/TC_TSCH_SCHSVR_OOM_HOMETIME.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/OOM/TC_TSCH_SCHSVR_OOM_HOMETIME.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET tc_tsch_schsvr_oom_hometime.exe
+TARGET tc_tsch_schsvr_oom_hometime.exe //RTEST
TARGETTYPE exe
//WriteDeviceData needed to create persistent schedules
--- a/genericservices/taskscheduler/Test/OOM/TC_TSCH_SCHSVR_OOM_UTC.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/OOM/TC_TSCH_SCHSVR_OOM_UTC.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET tc_tsch_schsvr_oom_utc.exe
+TARGET tc_tsch_schsvr_oom_utc.exe //RTEST
TARGETTYPE exe
//WriteDeviceData needed to create persistent schedules
--- a/genericservices/taskscheduler/Test/PlatSec/TC_TSCH_PLATSEC.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/PlatSec/TC_TSCH_PLATSEC.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET tc_tsch_platsec.exe
+TARGET tc_tsch_platsec.exe //RTEST
TARGETTYPE exe
UID 0 0x10203631
--- a/genericservices/taskscheduler/Test/PlatSec/migrationtaskhandler.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/PlatSec/migrationtaskhandler.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -18,7 +18,7 @@
// TaskHandler for platform security migration testing
//
-TARGET migrationtaskhandler.exe
+TARGET migrationtaskhandler.exe //RTEST
TARGETTYPE EXE
SOURCEPATH .
--- a/genericservices/taskscheduler/Test/PlatSec/platsectaskhandler.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/PlatSec/platsectaskhandler.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -18,7 +18,7 @@
// TaskHandler for platform security testing
//
-TARGET platsectaskhandler.exe
+TARGET platsectaskhandler.exe //RTEST
TARGETTYPE EXE
SOURCEPATH .
--- a/genericservices/taskscheduler/Test/PlatSec/tschsvrclient1.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/PlatSec/tschsvrclient1.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET tschsvrclient1.exe
+TARGET tschsvrclient1.exe //RTEST
TARGETTYPE exe
UID 0 0x10203632
--- a/genericservices/taskscheduler/Test/PlatSec/tschsvrclient2.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/PlatSec/tschsvrclient2.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET tschsvrclient2.exe
+TARGET tschsvrclient2.exe //RTEST
TARGETTYPE exe
UID 0 0x10203633
--- a/genericservices/taskscheduler/Test/PlatSec/tschsvrclient3.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/PlatSec/tschsvrclient3.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET tschsvrclient3.exe
+TARGET tschsvrclient3.exe //RTEST
TARGETTYPE exe
// No UID specified - deliberately, for test purposes
--- a/genericservices/taskscheduler/Test/Robustness/TC_TSCH_IPC.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/Robustness/TC_TSCH_IPC.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-target tc_tsch_ipc.exe
+target tc_tsch_ipc.exe //RTEST
CAPABILITY ALL -TCB
targettype exe
--- a/genericservices/taskscheduler/Test/Robustness/TC_TSCH_ROBUSTNESS.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/Robustness/TC_TSCH_ROBUSTNESS.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET tc_tsch_robustness.exe
+TARGET tc_tsch_robustness.exe //RTEST
TARGETTYPE exe
--- a/genericservices/taskscheduler/Test/ScheduledTaskTest/TU_TSCH_ScheduledTaskTest.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/ScheduledTaskTest/TU_TSCH_ScheduledTaskTest.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET tu_tsch_scheduledtasktest.exe
+TARGET tu_tsch_scheduledtasktest.exe //RTEST
// WDD capability required for RTz::SetTimeZoneL()
CAPABILITY WriteDeviceData
--- a/genericservices/taskscheduler/Test/Scheduling/TC_TSCH_SCHEDULING1.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/Scheduling/TC_TSCH_SCHEDULING1.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET tc_tsch_scheduling1.exe
+TARGET tc_tsch_scheduling1.exe //RTEST
TARGETTYPE exe
//WriteDeviceData needed to create persistent schedules
--- a/genericservices/taskscheduler/Test/Scheduling/TC_TSCH_SCHEDULING1_HOMETIME.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/Scheduling/TC_TSCH_SCHEDULING1_HOMETIME.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET tc_tsch_scheduling1_hometime.exe
+TARGET tc_tsch_scheduling1_hometime.exe //RTEST
TARGETTYPE exe
//WriteDeviceData needed to create persistent schedules
--- a/genericservices/taskscheduler/Test/Scheduling/TC_TSCH_SCHEDULING1_UTC.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/Scheduling/TC_TSCH_SCHEDULING1_UTC.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET tc_tsch_scheduling1_utc.exe
+TARGET tc_tsch_scheduling1_utc.exe //RTEST
TARGETTYPE exe
//WriteDeviceData needed to create persistent schedules
--- a/genericservices/taskscheduler/Test/Scheduling/TC_TSCH_SCHEDULING2.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/Scheduling/TC_TSCH_SCHEDULING2.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET tc_tsch_scheduling2.exe
+TARGET tc_tsch_scheduling2.exe //RTEST
TARGETTYPE exe
//WriteDeviceData needed to create persistent schedules
--- a/genericservices/taskscheduler/Test/Scheduling/TC_TSCH_SCHEDULING2_HOMETIME.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/Scheduling/TC_TSCH_SCHEDULING2_HOMETIME.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET tc_tsch_scheduling2_hometime.exe
+TARGET tc_tsch_scheduling2_hometime.exe //RTEST
TARGETTYPE exe
//WriteDeviceData needed to create persistent schedules
--- a/genericservices/taskscheduler/Test/Scheduling/TC_TSCH_SCHEDULING2_UTC.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/Scheduling/TC_TSCH_SCHEDULING2_UTC.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET tc_tsch_scheduling2_utc.exe
+TARGET tc_tsch_scheduling2_utc.exe //RTEST
TARGETTYPE exe
//WriteDeviceData needed to create persistent schedules
--- a/genericservices/taskscheduler/Test/TSCheduleEntryInfo2/TU_TSCH_ScheduleEntryInfo2.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/TSCheduleEntryInfo2/TU_TSCH_ScheduleEntryInfo2.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-TARGET tu_tsch_scheduleentryinfo2.exe
+TARGET tu_tsch_scheduleentryinfo2.exe //RTEST
CAPABILITY NONE
TARGETTYPE EXE
--- a/genericservices/taskscheduler/Test/TSCheduleState2/TU_TSCH_ScheduleState2.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/TSCheduleState2/TU_TSCH_ScheduleState2.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-TARGET tu_tsch_schedulestate2.exe
+TARGET tu_tsch_schedulestate2.exe //RTEST
CAPABILITY None
TARGETTYPE EXE
--- a/genericservices/taskscheduler/Test/TSUtils/TProcessKiller.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/TSUtils/TProcessKiller.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET tprocesskiller.exe
+TARGET tprocesskiller.exe //RTEST
// needed to kill another process
CAPABILITY PowerMgmt
--- a/genericservices/taskscheduler/Test/TSUtils/TPropertyDefine.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/TSUtils/TPropertyDefine.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET tpropertydefine.exe
+TARGET tpropertydefine.exe //RTEST
CAPABILITY WriteDeviceData
TARGETTYPE exe
--- a/genericservices/taskscheduler/Test/TSUtils/TScheduleDeleter.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/TSUtils/TScheduleDeleter.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET tscheduledeleter.exe
+TARGET tscheduledeleter.exe //RTEST
// needed to delete schedule files in private data cage
CAPABILITY AllFiles
--- a/genericservices/taskscheduler/Test/TSUtils/TSetHomeTime.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/TSUtils/TSetHomeTime.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET tsethometime.exe
+TARGET tsethometime.exe //RTEST
TARGETTYPE exe
--- a/genericservices/taskscheduler/Test/TSUtils/TSetUTCTime.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/TSUtils/TSetUTCTime.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET tsetutctime.exe
+TARGET tsetutctime.exe //RTEST
TARGETTYPE exe
--- a/genericservices/taskscheduler/Test/TSUtils/TTaskFileChecker.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/TSUtils/TTaskFileChecker.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET ttaskfilechecker.exe
+TARGET ttaskfilechecker.exe //RTEST
// needed to check task files in private data cage
CAPABILITY AllFiles
--- a/genericservices/taskscheduler/Test/TSUtils/TTaskFileCreator.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/TSUtils/TTaskFileCreator.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET ttaskfilecreator.exe
+TARGET ttaskfilecreator.exe //RTEST
// needed to check task files in private data cage
CAPABILITY AllFiles
--- a/genericservices/taskscheduler/Test/TSUtils/TTaskSchedulerLauncher.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/TSUtils/TTaskSchedulerLauncher.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET ttaskschedulerlauncher.exe
+TARGET ttaskschedulerlauncher.exe //RTEST
TARGETTYPE exe
//SID of SysStart (for starting schexe.exe directly)
--- a/genericservices/taskscheduler/Test/TTsTimeUnitTests/TU_TSCH_tstime.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/TTsTimeUnitTests/TU_TSCH_tstime.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -16,7 +16,7 @@
//
//
-TARGET tu_tsch_tstime.exe
+TARGET tu_tsch_tstime.exe //RTEST
TARGETTYPE EXE
// WDD capability required for RTz::SetTimeZoneL()
--- a/genericservices/taskscheduler/Test/Testexecute/TEF_SSA_ScheduleSuite/group/TEF_SSA_ScheduleSuite.iby Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/Testexecute/TEF_SSA_ScheduleSuite/group/TEF_SSA_ScheduleSuite.iby Fri Jun 11 15:26:22 2010 +0300
@@ -20,8 +20,6 @@
#include <te_floating_schedulesuite.iby>
-data=EPOCROOT##Epoc32\release\winscw\udeb\z\TEF_SchSvr\TEF_SSA_ScheduleSuite.script TEF_SchSvr\TEF_SSA_ScheduleSuite.script
-data=EPOCROOT##Epoc32\release\winscw\udeb\z\TEF_SchSvr\TEF_SSA_ScheduleSuite.ini TEF_SchSvr\TEF_SSA_ScheduleSuite.ini
file=ABI_DIR\BUILD_DIR\TEF_SSA_ScheduleSuite.exe System\libs\TEF_SSA_ScheduleSuite.exe
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericservices/taskscheduler/Test/Testexecute/TEF_SSA_ScheduleSuite/group/TEF_SSA_ScheduleSuite1.iby Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,28 @@
+/*
+* Copyright (c) 2009 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"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
+
+#ifndef __TEF_SSA_SCHEDULESUITE_IBY__
+#define __TEF_SSA_SCHEDULESUITE_IBY__
+
+#include <te_floating_schedulesuite.iby>
+
+data=EPOCROOT##Epoc32\release\winscw\udeb\z\TEF_SchSvr\TEF_SSA_ScheduleSuite.script TEF_SchSvr\TEF_SSA_ScheduleSuite.script
+data=EPOCROOT##Epoc32\release\winscw\udeb\z\TEF_SchSvr\TEF_SSA_ScheduleSuite.ini TEF_SchSvr\TEF_SSA_ScheduleSuite.ini
+
+file=ABI_DIR\BUILD_DIR\TEF_SSA_ScheduleSuite.exe System\libs\TEF_SSA_ScheduleSuite.exe
+
+#endif
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericservices/taskscheduler/Test/Testexecute/TEF_SSA_ScheduleSuite/group/taskscheduler-TEF_SSA_ScheduleSuite.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,61 @@
+;
+; Copyright (c) 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"
+; which accompanies this distribution, and is available
+; at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;
+; Initial Contributors:
+; Nokia Corporation - initial contribution.
+;
+; Contributors:
+;
+; Description:
+;
+
+
+;Languages
+&EN
+
+
+; Provide value for uid
+;#{"TEF_SSA_ScheduleSuite"},(0x00000000),1,0,0,TYPE=SA
+
+; Series60 product id for S60 3.0
+;[0x101F7961], 0, 0, 0, {"Series60ProductID"}
+
+; Localised Vendor name
+%{"Nokia"}
+
+; Unique Vendor name
+:"Nokia"
+
+; Logo
+; None
+
+; Package signature - Optional
+; None
+
+; Start of Package body
+
+; Condition blocks
+; None
+
+; Options list
+; None
+
+; Install files
+"/Epoc32/release/winscw/urel/z/TEF_SchSvr/TEF_SSA_ScheduleSuite.script"- "C:/TEF_SchSvr/TEF_SSA_ScheduleSuite.script"
+"/Epoc32/release/winscw/urel/z/TEF_SchSvr/TEF_SSA_ScheduleSuite.ini"- "C:/TEF_SchSvr/TEF_SSA_ScheduleSuite.ini"
+
+; Embedded SIS
+; None
+
+; End of Package body
+
+; PKG dependencies
+; None
+
+; PKG capabilities
+; None
--- a/genericservices/taskscheduler/Test/Testexecute/group/TEF_SchSvr.iby Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/Testexecute/group/TEF_SchSvr.iby Fri Jun 11 15:26:22 2010 +0300
@@ -18,11 +18,10 @@
#define __TEF_SCHSVR_IBY__
//Main SchSvr TEF Scripts
-data=EPOCROOT##Epoc32\release\winscw\udeb\z\TEF_SchSvr\TEF_SchSvr.script TEF_SchSvr\TEF_SchSvr.script
#include <te_floating_schedulesuite.iby>
#include <TEF_SSA_ScheduleSuite.iby>
-#include <tef_schsvr_bursuite.iby>
+//#include <tef_schsvr_bursuite.iby>
#endif
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericservices/taskscheduler/Test/Testexecute/group/TEF_SchSvr1.iby Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,28 @@
+/*
+* Copyright (c) 2009 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"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
+#ifndef __TEF_SCHSVR_IBY__
+#define __TEF_SCHSVR_IBY__
+
+//Main SchSvr TEF Scripts
+data=EPOCROOT##Epoc32\release\winscw\udeb\z\TEF_SchSvr\TEF_SchSvr.script TEF_SchSvr\TEF_SchSvr.script
+
+
+#include <te_floating_schedulesuite.iby>
+#include <TEF_SSA_ScheduleSuite.iby>
+#include <tef_schsvr_bursuite.iby>
+
+#endif
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericservices/taskscheduler/Test/Testexecute/group/taskscheduler-TEF_SchSvr.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,67 @@
+;
+; Copyright (c) 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"
+; which accompanies this distribution, and is available
+; at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;
+; Initial Contributors:
+; Nokia Corporation - initial contribution.
+;
+; Contributors:
+;
+; Description:
+;
+
+
+;Languages
+&EN
+
+
+; Provide value for uid
+;#{"taskscheduler-TEF_SchSvr.pkg"},(0x101F7784),1,0,0
+
+; Series60 product id for S60 3.0
+;[0x101F7961], 0, 0, 0, {"Series60ProductID"}
+
+; Localised Vendor name
+%{"Nokia"}
+
+; Unique Vendor name
+:"Nokia"
+
+; Logo
+; None
+
+; Package signature - Optional
+; None
+
+; Start of Package body
+
+; Condition blocks
+; None
+
+; Options list
+; None
+
+; Install files
+;tasksheduler-test
+
+
+
+"/Epoc32/release/winscw/udeb/z/TEF_SchSvr/TEF_SchSvr.script"- "C:/TEF_SchSvr/TEF_SchSvr.script"
+"/epoc32/release/winscw/udeb/z/TEF_SchSvr/te_floating_scheduleSuite.script"-"C:/TEF_SchSvr/te_floating_scheduleSuite.Script"
+
+
+
+; Embedded SIS
+; None
+
+; End of Package body
+
+; PKG dependencies
+; None
+
+; PKG capabilities
+; None
--- a/genericservices/taskscheduler/Test/Testexecute/group/te_floating_schedulesuite.iby Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/Testexecute/group/te_floating_schedulesuite.iby Fri Jun 11 15:26:22 2010 +0300
@@ -33,6 +33,5 @@
file=ABI_DIR\BUILD_DIR\TSetHomeTime.exe System\Programs\TSetHomeTime.exe
file=ABI_DIR\BUILD_DIR\TSetUTCTime.exe System\Programs\TSetUTCTime.exe
-data=EPOCROOT##Epoc32\release\winscw\udeb\z\TEF_SchSvr\te_floating_scheduleSuite.script TEF_SchSvr\te_floating_scheduleSuite.Script
#endif
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericservices/taskscheduler/Test/Testexecute/group/te_floating_schedulesuite1.iby Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,38 @@
+/*
+* Copyright (c) 2009 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"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
+
+#ifndef __TE_FLOATING_SCHEDULE_SUITE_IBY__
+#define __TE_FLOATING_SCHEDULE_SUITE_IBY__
+
+#include <testexecute.iby>
+
+file=ABI_DIR\BUILD_DIR\te_floating_scheduleSuite.exe System\libs\te_floating_scheduleSuite.exe
+file=ABI_DIR\BUILD_DIR\TSUTils.dll System\Libs\TSUtils.dll
+file=ABI_DIR\BUILD_DIR\MinimalTaskHandler.exe System\Programs\MinimalTaskHandler.exe
+file=ABI_DIR\BUILD_DIR\tschsvrclient1.exe System\Programs\tschsvrclient1.exe
+file=ABI_DIR\BUILD_DIR\tschsvrclient2.exe System\Programs\tschsvrclient2.exe
+file=ABI_DIR\BUILD_DIR\tschsvrclient3.exe System\Programs\tschsvrclient3.exe
+file=ABI_DIR\BUILD_DIR\PlatSecTaskHandler.exe System\Programs\PlatSecTaskHandler.exe
+file=ABI_DIR\BUILD_DIR\MigrationTaskHandler.exe System\Programs\MigrationTaskHandler.exe
+file=ABI_DIR\BUILD_DIR\TScheduleDeleter.exe System\Programs\TScheduleDeleter.exe
+file=ABI_DIR\BUILD_DIR\TProcessKiller.exe System\Programs\TProcessKiller.exe
+file=ABI_DIR\BUILD_DIR\TSetHomeTime.exe System\Programs\TSetHomeTime.exe
+file=ABI_DIR\BUILD_DIR\TSetUTCTime.exe System\Programs\TSetUTCTime.exe
+
+data=EPOCROOT##Epoc32\release\winscw\udeb\z\TEF_SchSvr\te_floating_scheduleSuite.script TEF_SchSvr\te_floating_scheduleSuite.Script
+
+#endif
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericservices/taskscheduler/Test/Testexecute/tef_schsvr_bursuite/group/taskschedule-tef_schsvr_bursuite.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,63 @@
+;
+; Copyright (c) 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"
+; which accompanies this distribution, and is available
+; at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;
+; Initial Contributors:
+; Nokia Corporation - initial contribution.
+;
+; Contributors:
+;
+; Description:
+;
+
+
+;Languages
+&EN
+
+
+; Provide value for uid
+;#{"taskscheduler.pkg"},(0x101F7784),1,0,0
+
+; Series60 product id for S60 3.0
+;[0x101F7961], 0, 0, 0, {"Series60ProductID"}
+
+; Localised Vendor name
+%{"Nokia"}
+
+; Unique Vendor name
+:"Nokia"
+
+; Logo
+; None
+
+; Package signature - Optional
+; None
+
+; Start of Package body
+
+; Condition blocks
+; None
+
+; Options list
+; None
+
+; Install files
+
+"/Epoc32/release/winscw/udeb/z/TEF_SchSvr/tef_schsvr_bursuite.script"- "C:/TEF_SchSvr/tef_schsvr_bursuite.script"
+"/Epoc32/release/winscw/udeb/z/TEF_SchSvr/tef_schsvr_bursuite.ini"- "C:/TEF_SchSvr/tef_schsvr_bursuite.ini"
+
+
+; Embedded SIS
+; None
+
+; End of Package body
+
+; PKG dependencies
+; None
+
+; PKG capabilities
+; None
--- a/genericservices/taskscheduler/Test/Testexecute/tef_schsvr_bursuite/group/tef_schsvr_bursuite.iby Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/Testexecute/tef_schsvr_bursuite/group/tef_schsvr_bursuite.iby Fri Jun 11 15:26:22 2010 +0300
@@ -22,7 +22,5 @@
file=ABI_DIR\BUILD_DIR\tef_schsvr_bursuite.exe System\bin\tef_schsvr_bursuite.exe
-data=EPOCROOT##Epoc32\release\winscw\udeb\z\TEF_SchSvr\tef_schsvr_bursuite.script TEF_SchSvr\tef_schsvr_bursuite.script
-data=EPOCROOT##Epoc32\release\winscw\udeb\z\TEF_SchSvr\tef_schsvr_bursuite.ini TEF_SchSvr\tef_schsvr_bursuite.ini
#endif // __TEF_SCHSVR_BURSUITE_IBY__
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericservices/taskscheduler/Test/Testexecute/tef_schsvr_bursuite/group/tef_schsvr_bursuite1.iby Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,28 @@
+/*
+* Copyright (c) 2009 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"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
+#ifndef __TEF_SCHSVR_BURSUITE_IBY__
+#define __TEF_SCHSVR_BURSUITE_IBY__
+
+#include <testexecute.iby>
+#include <burtestserver.iby>
+
+file=ABI_DIR\BUILD_DIR\tef_schsvr_bursuite.exe System\bin\tef_schsvr_bursuite.exe
+
+data=EPOCROOT##Epoc32\release\winscw\udeb\z\TEF_SchSvr\tef_schsvr_bursuite.script TEF_SchSvr\tef_schsvr_bursuite.script
+data=EPOCROOT##Epoc32\release\winscw\udeb\z\TEF_SchSvr\tef_schsvr_bursuite.ini TEF_SchSvr\tef_schsvr_bursuite.ini
+
+#endif // __TEF_SCHSVR_BURSUITE_IBY__
--- a/genericservices/taskscheduler/Test/Year2k/TC_TSCH_YEAR2000.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/Year2k/TC_TSCH_YEAR2000.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET tc_tsch_year2000.exe
+TARGET tc_tsch_year2000.exe //RTEST
TARGETTYPE exe
//WriteDeviceData needed to create persistent schedules
--- a/genericservices/taskscheduler/Test/Year2k/TC_TSCH_YEAR2000_HOMETIME.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/Year2k/TC_TSCH_YEAR2000_HOMETIME.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET tc_tsch_year2000_hometime.exe
+TARGET tc_tsch_year2000_hometime.exe //RTEST
TARGETTYPE exe
//WriteDeviceData needed to create persistent schedules
--- a/genericservices/taskscheduler/Test/Year2k/TC_TSCH_YEAR2000_UTC.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/Year2k/TC_TSCH_YEAR2000_UTC.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET tc_tsch_year2000_utc.exe
+TARGET tc_tsch_year2000_utc.exe //RTEST
TARGETTYPE exe
//WriteDeviceData needed to create persistent schedules
--- a/genericservices/taskscheduler/Test/bootupperformance/TC_TSCH_STARTUP_PERF.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/Test/bootupperformance/TC_TSCH_STARTUP_PERF.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET tc_tsch_startup_perf.exe
+TARGET tc_tsch_startup_perf.exe //RTEST
TARGETTYPE exe
//SID of SysStart (for starting schexe.exe directly)
--- a/genericservices/taskscheduler/group/SchsvrTest.iby Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/group/SchsvrTest.iby Fri Jun 11 15:26:22 2010 +0300
@@ -29,30 +29,11 @@
// batch file that runs all automatic schsvr tests
data=ZSYSTEM\test\schsvrtests.bat TEST\schsvrtests.bat
-file=ABI_DIR\BUILD_DIR\TC_TSCH_STARTUP_PERF.exe Test\TC_TSCH_STARTUP_PERF.exe
-file=ABI_DIR\BUILD_DIR\TC_TSCH_CONDITION.exe Test\TC_TSCH_CONDITION.exe
-file=ABI_DIR\BUILD_DIR\TC_TSCH_CONDITION_HOMETIME.exe Test\TC_TSCH_CONDITION_HOMETIME.exe
-file=ABI_DIR\BUILD_DIR\TC_TSCH_CONDITION_UTC.exe Test\TC_TSCH_CONDITION_UTC.exe
-file=ABI_DIR\BUILD_DIR\TC_TSCH_SCHEDULING2.exe Test\TC_TSCH_SCHEDULING2.exe
-file=ABI_DIR\BUILD_DIR\TC_TSCH_SCHEDULING2_HOMETIME.exe Test\TC_TSCH_SCHEDULING2_HOMETIME.exe
-file=ABI_DIR\BUILD_DIR\TC_TSCH_SCHEDULING2_UTC.exe Test\TC_TSCH_SCHEDULING2_UTC.exe
-file=ABI_DIR\BUILD_DIR\TU_TSCH_TSTIME.exe Test\TU_TSCH_TSTIME.exe
-file=ABI_DIR\BUILD_DIR\TU_TSCH_SCHEDULEENTRYINFO2.EXE Test\TU_TSCH_SCHEDULEENTRYINFO2.EXE
-file=ABI_DIR\BUILD_DIR\TU_TSCH_SCHEDULESTATE2.EXE Test\TU_TSCH_SCHEDULESTATE2.EXE
-file=ABI_DIR\BUILD_DIR\TU_TSCH_ScheduledTaskTest.exe Test\TU_TSCH_ScheduledTaskTest.exe
-file=ABI_DIR\BUILD_DIR\TC_TSCH_SCHSVR_OOM.exe Test\TC_TSCH_SCHSVR_OOM.exe
-file=ABI_DIR\BUILD_DIR\TC_TSCH_SCHSVR_OOM_HOMETIME.exe Test\TC_TSCH_SCHSVR_OOM_HOMETIME.exe
-file=ABI_DIR\BUILD_DIR\TC_TSCH_SCHSVR_OOM_UTC.exe Test\TC_TSCH_SCHSVR_OOM_UTC.exe
-file=ABI_DIR\BUILD_DIR\TC_TSCH_YEAR2000.exe Test\TC_TSCH_YEAR2000.exe
-file=ABI_DIR\BUILD_DIR\TC_TSCH_YEAR2000_HOMETIME.exe Test\TC_TSCH_YEAR2000_HOMETIME.exe
-file=ABI_DIR\BUILD_DIR\TC_TSCH_YEAR2000_UTC.exe Test\TC_TSCH_YEAR2000_UTC.exe
-file=ABI_DIR\BUILD_DIR\TC_TSCH_SCHEDULING1.exe Test\TC_TSCH_SCHEDULING1.exe
-file=ABI_DIR\BUILD_DIR\TC_TSCH_SCHEDULING1_HOMETIME.exe Test\TC_TSCH_SCHEDULING1_HOMETIME.exe
-file=ABI_DIR\BUILD_DIR\TC_TSCH_SCHEDULING1_UTC.exe Test\TC_TSCH_SCHEDULING1_UTC.exe
+
+
+
+
file=ABI_DIR\BUILD_DIR\T_TSLongRunning.exe Test\T_TSLongRunning.exe
-file=ABI_DIR\BUILD_DIR\TC_TSCH_PLATSEC.exe Test\TC_TSCH_PLATSEC.exe
-file=ABI_DIR\BUILD_DIR\TC_TSCH_ROBUSTNESS.exe Test\TC_TSCH_ROBUSTNESS.exe
-file=ABI_DIR\BUILD_DIR\TC_TSCH_IPC.exe Test\TC_TSCH_IPC.exe
file=ABI_DIR\BUILD_DIR\TSUTils.dll System\Libs\TSUtils.dll
file=ABI_DIR\BUILD_DIR\MinimalTaskHandler.exe System\Programs\MinimalTaskHandler.exe
file=ABI_DIR\BUILD_DIR\FaultyMinimalTaskHandler.exe System\Programs\FaultyMinimalTaskHandler.exe
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericservices/taskscheduler/group/SchsvrTest1.iby Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,74 @@
+/*
+* Copyright (c) 2009 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"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
+#ifndef __SCHSVRTEST_IBY__
+#define __SCHSVRTEST_IBY__
+
+REM SCH server Test
+
+#include <schsvr.iby>
+#include <numberconversion.iby>
+
+//for TU_TSCH_PR234_ScheduledTaskTest.cpp
+#include <TIMEZONESERVER.iby>
+#include <cenreprefrepositories.iby>
+
+// batch file that runs all automatic schsvr tests
+data=ZSYSTEM\test\schsvrtests.bat TEST\schsvrtests.bat
+
+file=ABI_DIR\BUILD_DIR\TC_TSCH_STARTUP_PERF.exe Test\TC_TSCH_STARTUP_PERF.exe
+file=ABI_DIR\BUILD_DIR\TC_TSCH_CONDITION.exe Test\TC_TSCH_CONDITION.exe
+file=ABI_DIR\BUILD_DIR\TC_TSCH_CONDITION_HOMETIME.exe Test\TC_TSCH_CONDITION_HOMETIME.exe
+file=ABI_DIR\BUILD_DIR\TC_TSCH_CONDITION_UTC.exe Test\TC_TSCH_CONDITION_UTC.exe
+file=ABI_DIR\BUILD_DIR\TC_TSCH_SCHEDULING2.exe Test\TC_TSCH_SCHEDULING2.exe
+file=ABI_DIR\BUILD_DIR\TC_TSCH_SCHEDULING2_HOMETIME.exe Test\TC_TSCH_SCHEDULING2_HOMETIME.exe
+file=ABI_DIR\BUILD_DIR\TC_TSCH_SCHEDULING2_UTC.exe Test\TC_TSCH_SCHEDULING2_UTC.exe
+file=ABI_DIR\BUILD_DIR\TU_TSCH_TSTIME.exe Test\TU_TSCH_TSTIME.exe
+file=ABI_DIR\BUILD_DIR\TU_TSCH_SCHEDULEENTRYINFO2.EXE Test\TU_TSCH_SCHEDULEENTRYINFO2.EXE
+file=ABI_DIR\BUILD_DIR\TU_TSCH_SCHEDULESTATE2.EXE Test\TU_TSCH_SCHEDULESTATE2.EXE
+file=ABI_DIR\BUILD_DIR\TU_TSCH_ScheduledTaskTest.exe Test\TU_TSCH_ScheduledTaskTest.exe
+file=ABI_DIR\BUILD_DIR\TC_TSCH_SCHSVR_OOM.exe Test\TC_TSCH_SCHSVR_OOM.exe
+file=ABI_DIR\BUILD_DIR\TC_TSCH_SCHSVR_OOM_HOMETIME.exe Test\TC_TSCH_SCHSVR_OOM_HOMETIME.exe
+file=ABI_DIR\BUILD_DIR\TC_TSCH_SCHSVR_OOM_UTC.exe Test\TC_TSCH_SCHSVR_OOM_UTC.exe
+file=ABI_DIR\BUILD_DIR\TC_TSCH_YEAR2000.exe Test\TC_TSCH_YEAR2000.exe
+file=ABI_DIR\BUILD_DIR\TC_TSCH_YEAR2000_HOMETIME.exe Test\TC_TSCH_YEAR2000_HOMETIME.exe
+file=ABI_DIR\BUILD_DIR\TC_TSCH_YEAR2000_UTC.exe Test\TC_TSCH_YEAR2000_UTC.exe
+file=ABI_DIR\BUILD_DIR\TC_TSCH_SCHEDULING1.exe Test\TC_TSCH_SCHEDULING1.exe
+file=ABI_DIR\BUILD_DIR\TC_TSCH_SCHEDULING1_HOMETIME.exe Test\TC_TSCH_SCHEDULING1_HOMETIME.exe
+file=ABI_DIR\BUILD_DIR\TC_TSCH_SCHEDULING1_UTC.exe Test\TC_TSCH_SCHEDULING1_UTC.exe
+file=ABI_DIR\BUILD_DIR\T_TSLongRunning.exe Test\T_TSLongRunning.exe
+file=ABI_DIR\BUILD_DIR\TC_TSCH_PLATSEC.exe Test\TC_TSCH_PLATSEC.exe
+file=ABI_DIR\BUILD_DIR\TC_TSCH_ROBUSTNESS.exe Test\TC_TSCH_ROBUSTNESS.exe
+file=ABI_DIR\BUILD_DIR\TC_TSCH_IPC.exe Test\TC_TSCH_IPC.exe
+file=ABI_DIR\BUILD_DIR\TSUTils.dll System\Libs\TSUtils.dll
+file=ABI_DIR\BUILD_DIR\MinimalTaskHandler.exe System\Programs\MinimalTaskHandler.exe
+file=ABI_DIR\BUILD_DIR\FaultyMinimalTaskHandler.exe System\Programs\FaultyMinimalTaskHandler.exe
+file=ABI_DIR\BUILD_DIR\tschsvrclient1.exe System\Programs\tschsvrclient1.exe
+file=ABI_DIR\BUILD_DIR\tschsvrclient2.exe System\Programs\tschsvrclient2.exe
+file=ABI_DIR\BUILD_DIR\tschsvrclient3.exe System\Programs\tschsvrclient3.exe
+file=ABI_DIR\BUILD_DIR\PlatSecTaskHandler.exe System\Programs\PlatSecTaskHandler.exe
+file=ABI_DIR\BUILD_DIR\MigrationTaskHandler.exe System\Programs\MigrationTaskHandler.exe
+file=ABI_DIR\BUILD_DIR\TScheduleDeleter.exe System\Programs\TScheduleDeleter.exe
+file=ABI_DIR\BUILD_DIR\TTaskFileChecker.exe System\Programs\TTaskFileChecker.exe
+file=ABI_DIR\BUILD_DIR\TTaskFileCreator.exe System\Programs\TTaskFileCreator.exe
+file=ABI_DIR\BUILD_DIR\TProcessKiller.exe System\Programs\TProcessKiller.exe
+file=ABI_DIR\BUILD_DIR\TSetHomeTime.exe System\Programs\TSetHomeTime.exe
+file=ABI_DIR\BUILD_DIR\TSetUTCTime.exe System\Programs\TSetUTCTime.exe
+file=ABI_DIR\BUILD_DIR\TPropertyDefine.exe System\Programs\TPropertyDefine.exe
+file=ABI_DIR\BUILD_DIR\TTaskSchedulerLauncher.exe System\Programs\TTaskSchedulerLauncher.exe
+
+
+#endif
--- a/genericservices/taskscheduler/group/syslibs_schsvr.mrp Fri Jun 04 16:20:51 2010 +0100
+++ b/genericservices/taskscheduler/group/syslibs_schsvr.mrp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-#
-# Copyright (c) 2009 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"
-# which accompanies this distribution, and is available
-# at the URL "http://www.eclipse.org/legal/epl-v10.html".
-#
-# Initial Contributors:
-# Nokia Corporation - initial contribution.
-#
-# Contributors:
-#
-# Description:
-#
-
component syslibs_schsvr
source \sf\os\ossrv\genericservices\taskscheduler
binary \sf\os\ossrv\genericservices\taskscheduler\group all
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/genericservices/taskscheduler/group/taskscheduler-RTEST.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,61 @@
+;
+; Copyright (c) 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"
+; which accompanies this distribution, and is available
+; at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;
+; Initial Contributors:
+; Nokia Corporation - initial contribution.
+;
+; Contributors:
+;
+; Description:
+;
+
+
+;Languages
+&EN
+
+
+; Install files
+;tasksheduler-RTESTS
+
+"/epoc32/release/armv5/urel/TC_TSCH_STARTUP_PERF.exe"-"C:/Test/TC_TSCH_STARTUP_PERF.exe"
+"/epoc32/release/armv5/urel/TC_TSCH_CONDITION.exe"-"C:/Test/TC_TSCH_CONDITION.exe"
+"/epoc32/release/armv5/urel/TC_TSCH_CONDITION_HOMETIME.exe"-"C:/Test/TC_TSCH_CONDITION_HOMETIME.exe"
+"/epoc32/release/armv5/urel/TC_TSCH_CONDITION_UTC.exe"-"C:/Test/TC_TSCH_CONDITION_UTC.exe"
+"/epoc32/release/armv5/urel/TC_TSCH_SCHEDULING2.exe"-"C:/Test/TC_TSCH_SCHEDULING2.exe"
+"/epoc32/release/armv5/urel/TC_TSCH_SCHEDULING2_HOMETIME.exe"-"C:/Test/TC_TSCH_SCHEDULING2_HOMETIME.exe"
+"/epoc32/release/armv5/urel/TC_TSCH_SCHEDULING2_UTC.exe"-"C:/Test/TC_TSCH_SCHEDULING2_UTC.exe"
+"/epoc32/release/armv5/urel/TU_TSCH_TSTIME.exe"-"C:/Test/TU_TSCH_TSTIME.exe"
+"/epoc32/release/armv5/urel/TU_TSCH_SCHEDULEENTRYINFO2.EXE"-"C:/Test/TU_TSCH_SCHEDULEENTRYINFO2.EXE"
+"/epoc32/release/armv5/urel/TU_TSCH_SCHEDULESTATE2.EXE"-"C:/Test/TU_TSCH_SCHEDULESTATE2.EXE"
+"/epoc32/release/armv5/urel/TU_TSCH_ScheduledTaskTest.exe"-"C:/Test/TU_TSCH_ScheduledTaskTest.exe"
+"/epoc32/release/armv5/urel/TC_TSCH_SCHSVR_OOM.exe"-"C:/Test/TC_TSCH_SCHSVR_OOM.exe"
+"/epoc32/release/armv5/urel/TC_TSCH_SCHSVR_OOM_HOMETIME.exe"-"C:/Test/TC_TSCH_SCHSVR_OOM_HOMETIME.exe"
+"/epoc32/release/armv5/urel/TC_TSCH_SCHSVR_OOM_UTC.exe"-"C:/Test/TC_TSCH_SCHSVR_OOM_UTC.exe"
+"/epoc32/release/armv5/urel/TC_TSCH_YEAR2000.exe"-"C:/Test/TC_TSCH_YEAR2000.exe"
+"/epoc32/release/armv5/urel/TC_TSCH_YEAR2000_HOMETIME.exe"-"C:/Test/TC_TSCH_YEAR2000_HOMETIME.exe"
+"/epoc32/release/armv5/urel/TC_TSCH_YEAR2000_UTC.exe"-"C:/Test/TC_TSCH_YEAR2000_UTC.exe"
+"/epoc32/release/armv5/urel/TC_TSCH_SCHEDULING1.exe"-"C:/Test/TC_TSCH_SCHEDULING1.exe"
+"/epoc32/release/armv5/urel/TC_TSCH_SCHEDULING1_HOMETIME.exe"-"C:/Test/TC_TSCH_SCHEDULING1_HOMETIME.exe"
+"/epoc32/release/armv5/urel/TC_TSCH_SCHEDULING1_UTC.exe"-"C:/Test/TC_TSCH_SCHEDULING1_UTC.exe"
+"/epoc32/release/armv5/urel/TC_TSCH_PLATSEC.exe"-"C:/Test/TC_TSCH_PLATSEC.exe"
+"/epoc32/release/armv5/urel/TC_TSCH_ROBUSTNESS.exe"-"C:/Test/TC_TSCH_ROBUSTNESS.exe"
+"/epoc32/release/armv5/urel/TC_TSCH_IPC.exe"-"C:/Test/TC_TSCH_IPC.exe"
+
+
+
+
+; Embedded SIS
+; None
+
+; End of Package body
+
+; PKG dependencies
+; None
+
+; PKG capabilities
+; None
--- a/glib/build/symbian/glib/group/libglib.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/build/symbian/glib/group/libglib.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -83,3 +83,4 @@
#endif
SMPSAFE
+PAGED
--- a/glib/build/symbian/glibbackend/group/glibbackend.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/build/symbian/glibbackend/group/glibbackend.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -68,3 +68,4 @@
//end of file
SMPSAFE
+PAGED
--- a/glib/build/symbian/gmodule/group/libgmodule.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/build/symbian/gmodule/group/libgmodule.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -60,3 +60,4 @@
#endif
SMPSAFE
+PAGED
--- a/glib/build/symbian/gobject/group/libgobject.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/build/symbian/gobject/group/libgobject.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -69,3 +69,4 @@
#endif
SMPSAFE
+PAGED
--- a/glib/build/symbian/gthread/group/libgthread.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/build/symbian/gthread/group/libgthread.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -60,3 +60,4 @@
#endif
SMPSAFE
+PAGED
--- a/glib/glib/glibintl.h Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/glib/glibintl.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,7 @@
/*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Portions Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
*/
-
#ifndef __GLIBINTL_H__
#define __GLIBINTL_H__
--- a/glib/glib/gunicomp.h Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/glib/gunicomp.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#define COMPOSE_FIRST_START 1
#define COMPOSE_FIRST_SINGLE_START 147
#define COMPOSE_SECOND_START 368
--- a/glib/gobject/gmarshal.c Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/gobject/gmarshal.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,22 +1,8 @@
/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
+* Portions copyright (c) 2006-2009 Nokia Corporation. All rights reserved.
*/
-
#ifdef G_ENABLE_DEBUG
#define g_marshal_value_peek_boolean(v) g_value_get_boolean (v)
#define g_marshal_value_peek_char(v) g_value_get_char (v)
--- a/glib/gobject/gmarshal.h Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/gobject/gmarshal.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,6 @@
/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
+* Portions copyright (c) 2006-2009 Nokia Corporation. All rights reserved.
*/
-
#ifndef __G_MARSHAL_H__
#define __G_MARSHAL_H__
--- a/glib/gobject/stamp-gmarshal.h Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/gobject/stamp-gmarshal.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,18 +1,1 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
timestamp
--- a/glib/tests/asyncqueue-test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/tests/asyncqueue-test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,6 @@
/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
+* Portions copyright (c) 2006-2009 Nokia Corporation. All rights reserved.
*/
-
#undef G_DISABLE_ASSERT
#undef G_LOG_DOMAIN
--- a/glib/tests/atomic-test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/tests/atomic-test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,6 @@
/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
+* Portions copyright (c) 2006-2009 Nokia Corporation. All rights reserved.
*/
-
#undef G_DISABLE_ASSERT
#undef G_LOG_DOMAIN
--- a/glib/tests/base64-test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/tests/base64-test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,6 @@
/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
+* Portions copyright (c) 2009 Nokia Corporation. All rights reserved.
*/
-
#include "config.h"
#include <glib.h>
--- a/glib/tests/bit-test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/tests/bit-test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,6 @@
/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
+* Portions copyright (c) 2009 Nokia Corporation. All rights reserved.
*/
-
#include <glib.h>
#ifdef __SYMBIAN32__
#include "mrt2_glib2_test.h"
--- a/glib/tests/bookmarkfile-test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/tests/bookmarkfile-test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,6 @@
/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
+* Portions copyright (c) 2009 Nokia Corporation. All rights reserved.
*/
-
#undef G_DISABLE_ASSERT
#include <glib.h>
--- a/glib/tests/checksum-test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/tests/checksum-test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,6 @@
/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
+* Portions copyright (c) 2009 Nokia Corporation. All rights reserved.
*/
-
#include "config.h"
#include <glib.h>
--- a/glib/tests/date-test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/tests/date-test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008-09 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. */
#undef G_DISABLE_ASSERT
#undef G_LOG_DOMAIN
--- a/glib/tests/errorcheck-mutex-test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/tests/errorcheck-mutex-test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portions copyright (c) 2009 Nokia Corporation. All rights reserved. */
#undef G_DISABLE_ASSERT
#undef G_LOG_DOMAIN
#define G_ERRORCHECK_MUTEXES
--- a/glib/tests/helloworld.c Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/tests/helloworld.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portions copyright (c) 2009 Nokia Corporation. All rights reserved.*/
/* Description:
* This is a test application used by g_spawn APIs. This application
* is spawned by them.
--- a/glib/tests/iochannel-test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/tests/iochannel-test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008-09 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
#undef G_DISABLE_ASSERT
#undef G_LOG_DOMAIN
--- a/glib/tests/list-test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/tests/list-test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008-09 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
#undef G_DISABLE_ASSERT
#undef G_LOG_DOMAIN
--- a/glib/tests/mainloop-test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/tests/mainloop-test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008-09 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
#undef G_DISABLE_ASSERT
#undef G_LOG_DOMAIN
--- a/glib/tests/markup-escape-test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/tests/markup-escape-test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008-09 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
#undef G_DISABLE_ASSERT
#undef G_LOG_DOMAIN
--- a/glib/tests/markup-test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/tests/markup-test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008-09 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
#undef G_DISABLE_ASSERT
#undef G_LOG_DOMAIN
--- a/glib/tests/qsort-test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/tests/qsort-test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008-09 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
#undef G_DISABLE_ASSERT
#undef G_LOG_DOMAIN
--- a/glib/tests/queue-test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/tests/queue-test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008-09 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
#undef G_DISABLE_ASSERT
#undef G_LOG_DOMAIN
--- a/glib/tests/sequence-test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/tests/sequence-test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portions copyright (c) 2009 Nokia Corporation. All rights reserved.*/
#include <stdio.h>
#include <glib.h>
#include <stdlib.h>
--- a/glib/tests/slist-test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/tests/slist-test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008-09 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
#undef G_DISABLE_ASSERT
#undef G_LOG_DOMAIN
--- a/glib/tests/testgdate.c Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/tests/testgdate.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008-09 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
#undef G_DISABLE_ASSERT
#undef G_LOG_DOMAIN
--- a/glib/tests/testgdateparser.c Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/tests/testgdateparser.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008-09 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
#undef G_DISABLE_ASSERT
#undef G_LOG_DOMAIN
--- a/glib/tests/thread-test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/tests/thread-test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008-09 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
#undef G_DISABLE_ASSERT
#undef G_LOG_DOMAIN
--- a/glib/tests/threadpool-test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/tests/threadpool-test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008-09 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
#undef G_DISABLE_ASSERT
#undef G_LOG_DOMAIN
--- a/glib/tests/timeloop-basic.c Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/tests/timeloop-basic.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portions copyright (c) 2009 Nokia Corporation. All rights reserved.*/
#undef G_DISABLE_ASSERT
#undef G_LOG_DOMAIN
--- a/glib/tests/timeloop-closure.c Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/tests/timeloop-closure.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008-09 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
#undef G_DISABLE_ASSERT
#undef G_LOG_DOMAIN
--- a/glib/tests/timeloop.c Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/tests/timeloop.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008-09 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
#undef G_DISABLE_ASSERT
#undef G_LOG_DOMAIN
--- a/glib/tests/unicode-caseconv.c Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/tests/unicode-caseconv.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008-09 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
#undef G_DISABLE_ASSERT
#undef G_LOG_DOMAIN
--- a/glib/tests/unicode-collate.c Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/tests/unicode-collate.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008-09 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
#undef G_DISABLE_ASSERT
#undef G_LOG_DOMAIN
--- a/glib/tests/unicode-encoding.c Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/tests/unicode-encoding.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008-09 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
#undef G_DISABLE_ASSERT
#undef G_LOG_DOMAIN
--- a/glib/tests/unicode-normalize.c Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/tests/unicode-normalize.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008-09 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
#undef G_DISABLE_ASSERT
#undef G_LOG_DOMAIN
--- a/glib/tsrc/genatsmodules.bat Fri Jun 04 16:20:51 2010 +0100
+++ b/glib/tsrc/genatsmodules.bat Fri Jun 11 15:26:22 2010 +0300
@@ -1,18 +1,23 @@
-@rem
-@rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
-@rem All rights reserved.
-@rem This component and the accompanying materials are made available
-@rem under the terms of "Eclipse Public License v1.0"
-@rem which accompanies this distribution, and is available
-@rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
-@rem
-@rem Initial Contributors:
-@rem Nokia Corporation - initial contribution.
-@rem
-@rem Contributors:
-@rem
-@rem Description:
-@rem
+rem
+rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
+rem
+rem This library is free software; you can redistribute it and/or
+rem modify it under the terms of the GNU Lesser General Public
+rem License as published by the Free Software Foundation; either
+rem version 2 of the License, or (at your option) any later version.
+rem
+rem This library is distributed in the hope that it will be useful,
+rem but WITHOUT ANY WARRANTY; without even the implied warranty of
+rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+rem Lesser General Public License for more details.
+rem
+rem You should have received a copy of the GNU Lesser General Public
+rem License along with this library; if not, write to the
+rem Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+rem Boston, MA 02111-1307, USA.
+rem
+rem Description:
+rem
@perl -x GenATSModules.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
@goto end
--- a/lowlevellibsandfws/apputils/bsul/group/bsultests.iby Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/bsul/group/bsultests.iby Fri Jun 11 15:26:22 2010 +0300
@@ -20,9 +20,6 @@
#ifndef BSULTESTS_IBY
#define BSULTESTS_IBY
-// batch file that runs all automatic bsul tests
-data=ZSYSTEM\test\bsultests.bat TEST\bsultests.bat
-
//test datas
//ini files for testing
data=ZRESOURCE\testconfig8.ini \resource\testconfig8.ini
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lowlevellibsandfws/apputils/bsul/group/bsultests.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,62 @@
+;
+; Copyright (c) 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"
+; which accompanies this distribution, and is available
+; at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;
+; Initial Contributors:
+; Nokia Corporation - initial contribution.
+;
+; Contributors:
+;
+; Description:
+;
+
+
+;Languages
+&EN
+
+
+; Provide value for uid
+;#{"bsultests.pkg"},(0x10004c73),1,0,0
+
+; Series60 product id for S60 3.0
+;[0x101F7961], 0, 0, 0, {"Series60ProductID"}
+
+; Localised Vendor name
+%{"Nokia"}
+
+; Unique Vendor name
+:"Nokia"
+
+; Logo
+; None
+
+; Package signature - Optional
+; None
+
+; Start of Package body
+
+; Condition blocks
+; None
+
+; Options list
+; None
+
+;BATCH FILE
+;batch file that runs all automatic bsul tests
+"/epoc32/data/z/system/test/bsultests.bat"-"C:/TEST/bsultests.bat"
+
+
+; Embedded SIS
+; None
+
+; End of Package body
+
+; PKG dependencies
+; None
+
+; PKG capabilities
+; None
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lowlevellibsandfws/apputils/bsul/group/bsultests1.iby Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,49 @@
+/*
+* Copyright (c) 2009 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"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
+// bsultests.iby
+// IBY file for all BSUL tests
+
+#ifndef BSULTESTS_IBY
+#define BSULTESTS_IBY
+
+// batch file that runs all automatic bsul tests
+data=ZSYSTEM\test\bsultests.bat TEST\bsultests.bat
+
+//test datas
+//ini files for testing
+data=ZRESOURCE\testconfig8.ini \resource\testconfig8.ini
+data=ZRESOURCE\testconfig16.ini \resource\testconfig16.ini
+data=ZRESOURCE\empty8.ini \resource\empty8.ini
+data=ZRESOURCE\empty16.ini \resource\empty16.ini
+data=ZRESOURCE\corruptconfig8.ini \resource\corruptconfig8.ini
+data=ZRESOURCE\corruptconfig16.ini \resource\corruptconfig16.ini
+data=ZRESOURCE\legacy8.ini \resource\legacy8.ini
+data=ZRESOURCE\legacy16.ini \resource\legacy16.ini
+data=ZRESOURCE\big16.ini \resource\big16.ini
+
+data=ZRESOURCE\OriConfig8.ini \resource\OriConfig8.ini
+data=ZRESOURCE\ComConfig8.ini \resource\ComConfig8.ini
+
+// test executables
+file=ABI_DIR\BUILD_DIR\t_cacheddriveinfo.exe Test\t_cacheddriveinfo.exe
+file=ABI_DIR\BUILD_DIR\t_iniparser8.exe Test\t_iniparser8.exe
+file=ABI_DIR\BUILD_DIR\t_iniparser16.exe Test\t_iniparser16.exe
+file=ABI_DIR\BUILD_DIR\t_iniparserperformance.exe Test\t_iniparserperformance.exe
+file=ABI_DIR\BUILD_DIR\t_iniparserunit.exe Test\t_iniparserunit.exe
+file=ABI_DIR\BUILD_DIR\t_clientmessage.exe Test\t_clientmessage.exe
+file=ABI_DIR\BUILD_DIR\t_clientmessagetestserver.exe Test\t_clientmessagetestserver.exe
+#endif
--- a/lowlevellibsandfws/apputils/bsul/test/t_cacheddriveinfo/t_cacheddriveinfo.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/bsul/test/t_cacheddriveinfo/t_cacheddriveinfo.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -19,7 +19,7 @@
@file
*/
-TARGET t_cacheddriveinfo.exe
+TARGET t_cacheddriveinfo.exe //RTEST
CAPABILITY All -Tcb
TARGETTYPE EXE
--- a/lowlevellibsandfws/apputils/bsul/test/t_clientmessage/t_clientmessage.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/bsul/test/t_clientmessage/t_clientmessage.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,12 +13,12 @@
// Description:
//
-target t_clientmessage.exe
+target t_clientmessage.exe //RTEST
targettype exe
CAPABILITY ReadUserData WriteUserData
SECUREID 0x10285B57
-OS_LAYER_SYSTEMINCLUDE_SYMBIAN
+systeminclude /epoc32/include
SOURCEPATH .
source t_clientmessage.cpp
--- a/lowlevellibsandfws/apputils/bsul/test/t_iniparser/T_IniParser16.MMP Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/bsul/test/t_iniparser/T_IniParser16.MMP Fri Jun 11 15:26:22 2010 +0300
@@ -13,13 +13,13 @@
// Description:
//
-target t_iniparser16.exe
+target t_iniparser16.exe //RTEST
targettype EXE
UID 0x10000077
VENDORID 0x70000001
SOURCEPATH ../t_iniparser
-OS_LAYER_SYSTEMINCLUDE_SYMBIAN
+systeminclude /epoc32/include
source T_IniParser16.CPP
--- a/lowlevellibsandfws/apputils/bsul/test/t_iniparser/T_IniParser8.MMP Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/bsul/test/t_iniparser/T_IniParser8.MMP Fri Jun 11 15:26:22 2010 +0300
@@ -13,13 +13,13 @@
// Description:
//
-target t_iniparser8.exe
+target t_iniparser8.exe //RTEST
targettype EXE
UID 0x10000077
VENDORID 0x70000001
SOURCEPATH ../t_iniparser
-OS_LAYER_SYSTEMINCLUDE_SYMBIAN
+systeminclude /epoc32/include
source T_IniParser8.CPP
--- a/lowlevellibsandfws/apputils/bsul/test/t_iniparser/T_IniParserPerformance.MMP Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/bsul/test/t_iniparser/T_IniParserPerformance.MMP Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-target t_iniparserperformance.exe
+target t_iniparserperformance.exe //RTEST
targettype EXE
EPOCHEAPSIZE 0x1000 0x400000
@@ -22,7 +22,7 @@
VENDORID 0x70000001
SOURCEPATH ../t_iniparser
-OS_LAYER_SYSTEMINCLUDE_SYMBIAN
+systeminclude /epoc32/include
userinclude ../t_iniparser
source T_IniParserPerformance.CPP
--- a/lowlevellibsandfws/apputils/bsul/test/t_iniparser/T_IniParserUnit.MMP Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/bsul/test/t_iniparser/T_IniParserUnit.MMP Fri Jun 11 15:26:22 2010 +0300
@@ -13,12 +13,12 @@
// Description:
//
-target t_iniparserunit.exe
+target t_iniparserunit.exe //RTEST
targettype EXE
UID 0x10000077
VENDORID 0x70000001
-OS_LAYER_SYSTEMINCLUDE_SYMBIAN
+systeminclude /epoc32/include
USERINCLUDE ../../src ../../inc
SOURCEPATH ../t_iniparser
--- a/lowlevellibsandfws/apputils/group/BaflTests.iby Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/group/BaflTests.iby Fri Jun 11 15:26:22 2010 +0300
@@ -25,55 +25,22 @@
// Include tests for new locale initialisation mechanism
#include "initialiseLocaleTests.iby"
-
// batch file that runs all automatic bafl tests
data=ZSYSTEM\test\bafltests.bat Test\bafltests.bat
-file=ABI_DIR\BUILD_DIR\T_StringPoolTest.exe Test\T_StringPoolTest.exe
-file=ABI_DIR\BUILD_DIR\t_String.exe Test\t_String.exe
-file=ABI_DIR\BUILD_DIR\t_cell.exe Test\t_cell.exe
+
file=ABI_DIR\BUILD_DIR\t_cline.exe Test\t_cline.exe
-file=ABI_DIR\BUILD_DIR\t_clipb.exe Test\t_clipb.exe
-file=ABI_DIR\BUILD_DIR\t_cntf.exe Test\t_cntf.exe
-file=ABI_DIR\BUILD_DIR\t_desca.exe Test\t_desca.exe
-file=ABI_DIR\BUILD_DIR\t_liba.exe Test\t_liba.exe
-file=ABI_DIR\BUILD_DIR\t_match.exe Test\t_match.exe
-file=ABI_DIR\BUILD_DIR\t_ptrca.exe Test\t_ptrca.exe
-file=ABI_DIR\BUILD_DIR\t_ptrcb.exe Test\t_ptrcb.exe
-file=ABI_DIR\BUILD_DIR\T_FindFileByType.exe Test\T_FindFileByType.exe
-file=ABI_DIR\BUILD_DIR\T_NamedPlugins.exe Test\T_NamedPlugins.exe
-file=ABI_DIR\BUILD_DIR\t_rsc.exe Test\t_rsc.exe
-file=ABI_DIR\BUILD_DIR\t_rsread.exe Test\t_rsread.exe
-file=ABI_DIR\BUILD_DIR\t_sched.exe Test\t_sched.exe
-file=ABI_DIR\BUILD_DIR\t_ssnd.exe Test\t_ssnd.exe
-file=ABI_DIR\BUILD_DIR\t_ssnd1.exe Test\t_ssnd1.exe
-file=ABI_DIR\BUILD_DIR\t_baflutilsimp.exe Test\t_baflutilsimp.exe
-file=ABI_DIR\BUILD_DIR\t_resource_compression.exe Test\t_resource_compression.exe
-file=ABI_DIR\BUILD_DIR\T_RTextBuf.exe Test\T_RTextBuf.exe
-file=ABI_DIR\BUILD_DIR\T_BITFLAGS.EXE Test\T_BITFLAGS.EXE
-file=ABI_DIR\BUILD_DIR\t_rsread2.exe Test\t_rsread2.exe
-file=ABI_DIR\BUILD_DIR\t_resource_compression2.exe Test\t_resource_compression2.exe
-file=ABI_DIR\BUILD_DIR\t_rscpanic.exe Test\t_rscpanic.exe
-file=ABI_DIR\BUILD_DIR\t_rscmem.exe Test\t_rscmem.exe
-file=ABI_DIR\BUILD_DIR\T_BACKUPSRV.EXE Test\T_BACKUPSRV.EXE
-file=ABI_DIR\BUILD_DIR\T_BACKUPSRVCAP.EXE Test\T_BACKUPSRVCAP.EXE
-file=ABI_DIR\BUILD_DIR\T_COMMAND.EXE Test\T_COMMAND.EXE
-file=ABI_DIR\BUILD_DIR\T_FILEUTILS.EXE Test\T_FILEUTILS.EXE
-file=ABI_DIR\BUILD_DIR\T_StringpoolDefect.EXE Test\T_StringpoolDefect.EXE
-file=ABI_DIR\BUILD_DIR\T_BaflLang.EXE Test\T_BaflLang.EXE
-file=ABI_DIR\BUILD_DIR\t_baflutils.exe Test\t_baflutils.exe
-file=ABI_DIR\BUILD_DIR\T_BaflDefect.EXE Test\T_BaflDefect.EXE
-file=ABI_DIR\BUILD_DIR\T_BackupServerIPC.EXE Test\T_BackupServerIPC.EXE
+
file=ABI_DIR\BUILD_DIR\T_BackupServerLauncher.EXE Test\T_BackupServerLauncher.EXE
-file=ABI_DIR\BUILD_DIR\t_baassert.exe Test\t_baassert.exe
+
file=ABI_DIR\BUILD_DIR\t_processkiller.exe Test\t_processkiller.exe
// THE FOLLOWING LOCALE ENTRY IS NOW MOVED TO SYSUTILS.IBY AS THERE IS SIMILAR ENTRY
// IN ECOMTESTIBY TO PREVENT DUPLICATE ENTRY FOR THE OVERNIGHT BUILD SYSTEM
// file=ABI_DIR\BUILD_DIR\ELOCL.10 System\Libs\ELOCL.10
-file=ABI_DIR\BUILD_DIR\T_SPI.EXE Test\T_SPI.EXE
-file=ABI_DIR\BUILD_DIR\T_RSCARCHIVE.EXE Test\T_RSCARCHIVE.EXE
-file=ABI_DIR\BUILD_DIR\t_backupsrvdefects.exe Test\t_backupsrvdefects.exe
+
+
+
file=ABI_DIR\BUILD_DIR\libtst.tpr system\libs\libtst.tpr
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lowlevellibsandfws/apputils/group/BaflTests1.iby Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,144 @@
+/*
+* Copyright (c) 2009 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"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
+#ifndef __BAFLTESTS_IBY__
+#define __BAFLTESTS_IBY__
+
+REM BaflTests
+
+#include <bafl.iby>
+#include <syslibs_locale.iby>
+#include <testbed.iby>
+
+// Include tests for new locale initialisation mechanism
+#include "initialiseLocaleTests.iby"
+
+// batch file that runs all automatic bafl tests
+data=ZSYSTEM\test\bafltests.bat Test\bafltests.bat
+
+file=ABI_DIR\BUILD_DIR\T_StringPoolTest.exe Test\T_StringPoolTest.exe
+file=ABI_DIR\BUILD_DIR\t_String.exe Test\t_String.exe
+
+file=ABI_DIR\BUILD_DIR\t_cell.exe Test\t_cell.exe
+file=ABI_DIR\BUILD_DIR\t_cline.exe Test\t_cline.exe
+file=ABI_DIR\BUILD_DIR\t_clipb.exe Test\t_clipb.exe
+file=ABI_DIR\BUILD_DIR\t_cntf.exe Test\t_cntf.exe
+file=ABI_DIR\BUILD_DIR\t_desca.exe Test\t_desca.exe
+file=ABI_DIR\BUILD_DIR\t_liba.exe Test\t_liba.exe
+file=ABI_DIR\BUILD_DIR\t_match.exe Test\t_match.exe
+file=ABI_DIR\BUILD_DIR\t_ptrca.exe Test\t_ptrca.exe
+file=ABI_DIR\BUILD_DIR\t_ptrcb.exe Test\t_ptrcb.exe
+file=ABI_DIR\BUILD_DIR\T_FindFileByType.exe Test\T_FindFileByType.exe
+file=ABI_DIR\BUILD_DIR\T_NamedPlugins.exe Test\T_NamedPlugins.exe
+file=ABI_DIR\BUILD_DIR\t_rsc.exe Test\t_rsc.exe
+file=ABI_DIR\BUILD_DIR\t_rsread.exe Test\t_rsread.exe
+file=ABI_DIR\BUILD_DIR\t_sched.exe Test\t_sched.exe
+file=ABI_DIR\BUILD_DIR\t_ssnd.exe Test\t_ssnd.exe
+file=ABI_DIR\BUILD_DIR\t_ssnd1.exe Test\t_ssnd1.exe
+file=ABI_DIR\BUILD_DIR\t_baflutilsimp.exe Test\t_baflutilsimp.exe
+file=ABI_DIR\BUILD_DIR\t_resource_compression.exe Test\t_resource_compression.exe
+file=ABI_DIR\BUILD_DIR\T_RTextBuf.exe Test\T_RTextBuf.exe
+file=ABI_DIR\BUILD_DIR\T_BITFLAGS.EXE Test\T_BITFLAGS.EXE
+file=ABI_DIR\BUILD_DIR\t_rsread2.exe Test\t_rsread2.exe
+file=ABI_DIR\BUILD_DIR\t_resource_compression2.exe Test\t_resource_compression2.exe
+file=ABI_DIR\BUILD_DIR\t_rscpanic.exe Test\t_rscpanic.exe
+file=ABI_DIR\BUILD_DIR\t_rscmem.exe Test\t_rscmem.exe
+file=ABI_DIR\BUILD_DIR\T_BACKUPSRV.EXE Test\T_BACKUPSRV.EXE
+file=ABI_DIR\BUILD_DIR\T_BACKUPSRVCAP.EXE Test\T_BACKUPSRVCAP.EXE
+file=ABI_DIR\BUILD_DIR\T_COMMAND.EXE Test\T_COMMAND.EXE
+file=ABI_DIR\BUILD_DIR\T_FILEUTILS.EXE Test\T_FILEUTILS.EXE
+file=ABI_DIR\BUILD_DIR\T_StringpoolDefect.EXE Test\T_StringpoolDefect.EXE
+file=ABI_DIR\BUILD_DIR\T_BaflLang.EXE Test\T_BaflLang.EXE
+file=ABI_DIR\BUILD_DIR\t_baflutils.exe Test\t_baflutils.exe
+file=ABI_DIR\BUILD_DIR\T_BaflDefect.EXE Test\T_BaflDefect.EXE
+file=ABI_DIR\BUILD_DIR\T_BackupServerIPC.EXE Test\T_BackupServerIPC.EXE
+file=ABI_DIR\BUILD_DIR\T_BackupServerLauncher.EXE Test\T_BackupServerLauncher.EXE
+file=ABI_DIR\BUILD_DIR\t_baassert.exe Test\t_baassert.exe
+file=ABI_DIR\BUILD_DIR\t_processkiller.exe Test\t_processkiller.exe
+// THE FOLLOWING LOCALE ENTRY IS NOW MOVED TO SYSUTILS.IBY AS THERE IS SIMILAR ENTRY
+// IN ECOMTESTIBY TO PREVENT DUPLICATE ENTRY FOR THE OVERNIGHT BUILD SYSTEM
+// file=ABI_DIR\BUILD_DIR\ELOCL.10 System\Libs\ELOCL.10
+file=ABI_DIR\BUILD_DIR\T_SPI.EXE Test\T_SPI.EXE
+file=ABI_DIR\BUILD_DIR\T_RSCARCHIVE.EXE Test\T_RSCARCHIVE.EXE
+file=ABI_DIR\BUILD_DIR\t_backupsrvdefects.exe Test\t_backupsrvdefects.exe
+
+file=ABI_DIR\BUILD_DIR\libtst.tpr system\libs\libtst.tpr
+
+data=ZSYSTEM\Data\T_COMPRESSED_UNICODE_1.RSC System\data\T_COMPRESSED_UNICODE_1.RSC
+data=ZSYSTEM\Data\T_COMPRESSED_UNICODE_2.RSC System\data\T_COMPRESSED_UNICODE_2.RSC
+data=ZSYSTEM\Data\T_CALYPSO_TEST_RESOURCE_FILE_1.RSC System\data\T_CALYPSO_TEST_RESOURCE_FILE_1.RSC
+data=ZSYSTEM\Data\T_DICTIONARY_COMPRESSED_VERSIO_OF_2.RSC System\data\T_DICTIONARY_COMPRESSED_VERSIO_OF_2.RSC
+data=ZSYSTEM\Data\trsc.rsc System\data\trsc.rsc
+data=ZSYSTEM\Data\T_NotRscFile.RSC System\data\T_NotRscFile.RSC
+data=ZSYSTEM\Data\RscHeader.bin System\data\RscHeader.bin
+data=ZSYSTEM\Data\NewRscFormat.rsc System\data\NewRscFormat.rsc
+data=ZSYSTEM\Data\TRscROMCalypsoComprNewFmt.rsc System\data\TRscROMCalypsoComprNewFmt.rsc
+
+//data=ZSYSTEM\Data\TRSC_Inv1.RSC System\data\TRSC_Inv1.RSC - zero sized file can't be copied
+data=ZSYSTEM\Data\TRSC_Inv2.RSC System\data\TRSC_Inv2.RSC
+data=ZSYSTEM\Data\TRSC_Inv3.RSC System\data\TRSC_Inv3.RSC
+data=ZSYSTEM\Data\TRSC_Inv4.RSC System\data\TRSC_Inv4.RSC
+data=ZSYSTEM\Data\TRSC_Inv5.RSC System\data\TRSC_Inv5.RSC
+data=ZSYSTEM\Data\TRSC_Inv6.RSC System\data\TRSC_Inv6.RSC
+data=ZSYSTEM\Data\TRSC_Inv7.RSC System\data\TRSC_Inv7.RSC
+data=ZSYSTEM\Data\TRSC_Inv8.RSC System\data\TRSC_Inv8.RSC
+data=ZSYSTEM\Data\TRSC_Inv9.RSC System\data\TRSC_Inv9.RSC
+
+data=ZSYSTEM\Data\TRscCalypso_Inv10.RSC System\data\TRscCalypso_Inv10.RSC
+data=ZSYSTEM\Data\TRscCalypso_Inv11.RSC System\data\TRscCalypso_Inv11.RSC
+data=ZSYSTEM\Data\TRscCalypso_Inv12.RSC System\data\TRscCalypso_Inv12.RSC
+
+data=ZSYSTEM\Data\TRscComprU_Inv13.RSC System\data\TRscComprU_Inv13.RSC
+data=ZSYSTEM\Data\TRscComprU_Inv14.RSC System\data\TRscComprU_Inv14.RSC
+data=ZSYSTEM\Data\TRscComprU_Inv15.RSC System\data\TRscComprU_Inv15.RSC
+
+data=ZSYSTEM\Data\TRscCalypso_Inv16.RSC System\data\TRscCalypso_Inv16.RSC
+data=ZSYSTEM\Data\TRscCalypso_Inv17.RSC System\data\TRscCalypso_Inv17.RSC
+
+data=ZSYSTEM\Documents\BaflSortByTableTest\addcert.rsc System\Documents\BaflSortByTableTest\addcert.rsc
+data=ZSYSTEM\Documents\BaflSortByTableTest\help.rsc System\Documents\BaflSortByTableTest\help.rsc
+data=ZSYSTEM\Documents\BaflSortByTableTest\msgeditor.rsc System\Documents\BaflSortByTableTest\msgeditor.rsc
+data=ZSYSTEM\Documents\BaflSortByTableTest\smlprogress.rsc System\Documents\BaflSortByTableTest\smlprogress.rsc
+
+data=DATAZ_\Resource\Plugins\e1a01753.rsc Resource\Plugins\e1a01753.rsc
+data=DATAZ_\Resource\Plugins\e1b01753.rsc Resource\Plugins\e1b01753.rsc
+
+data=ZSYSTEM\Data\file1.txt \system\data\file1.txt
+data=ZSYSTEM\Data\file1.txt \file1.txt
+data=ZSYSTEM\Data\file1.txt \system\data\src\file1.txt
+data=ZSYSTEM\Data\file2.txt \system\data\dst\file2.txt
+data=ZSYSTEM\Data\file123456789.txt \system\data\file123456789.txt
+data=ZSYSTEM\Data\file2.txt \system\data\file2.txt
+data=ZSYSTEM\Data\file5.txt \system\data\file5.txt
+
+data=ZSYSTEM\Data\spi_ecom.spi \system\data\spi_ecom.spi
+data=ZSYSTEM\Data\spi_ecomrsc1.rsc \system\data\spi_ecomrsc1.rsc
+data=ZSYSTEM\Data\spi_ecomrsc2.rsc \system\data\spi_ecomrsc2.rsc
+data=ZSYSTEM\Data\spi_ecomrsc3.rsc \system\data\spi_ecomrsc3.rsc
+data=ZSYSTEM\Data\spi_ecom-0-0.spi \system\data\spi_ecom-0-0.spi
+data=ZSYSTEM\Data\spi_ecom-1-0.spi \system\data\spi_ecom-1-0.spi
+data=ZSYSTEM\Data\ecom-1-0.spi \system\data\ecom-1-0.spi
+data=ZSYSTEM\Data\ecom-1-0.s02 \system\data\ecom-1-0.s02
+data=ZSYSTEM\Data\ecom-2-0.spi \system\data\ecom-2-0.spi
+data=ZSYSTEM\Data\ecom-2-0.s02 \system\data\ecom-2-0.s02
+data=ZSYSTEM\Data\cecom-0-0.spi \system\data\cecom-0-0.spi
+data=ZSYSTEM\Data\cecom-1-0.spi \system\data\cecom-1-0.spi
+data=ZSYSTEM\Data\spi_ecom_case-0-0.spi \system\data\spi_ecom_case-0-0.spi
+data=ZSYSTEM\Data\spi_ecom_case-1-0.spi \system\data\spi_ecom_case-1-0.spi
+
+#include <bsultests.iby>
+
+#endif
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lowlevellibsandfws/apputils/group/baflteftests-RTEST.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,82 @@
+;
+; Copyright (c) 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"
+; which accompanies this distribution, and is available
+; at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;
+; Initial Contributors:
+; Nokia Corporation - initial contribution.
+;
+; Contributors:
+;
+; Description:
+;
+
+
+;Languages
+&EN
+
+;Bafltest-RTEST
+"/epoc32/release/armv5/urel/T_BAFLUTILS.EXE"-"C:/test/T_BAFLUTILS.EXE"
+"/epoc32/release/armv5/urel/T_CELL.EXE"-"C:/test/T_CELL.EXE"
+"/epoc32/release/armv5/urel/T_CLIPB.EXE"-"C:/test/T_CLIPB.EXE"
+"/epoc32/release/armv5/urel/T_CNTF.EXE"-"C:/test/T_CNTF.EXE"
+"/epoc32/release/armv5/urel/T_DESCA.EXE"-"C:/test/T_DESCA.EXE"
+"/epoc32/release/armv5/urel/T_LIBA.EXE"-"C:/test/T_LIBA.EXE"
+
+"/epoc32/release/armv5/urel/T_MATCH.EXE"-"C:/test/T_MATCH.EXE"
+"/epoc32/release/armv5/urel/T_PTRCA.EXE"-"C:/test/T_PTRCA.EXE"
+"/epoc32/release/armv5/urel/T_PTRCB.EXE"-"C:/test/T_PTRCB.EXE"
+"/epoc32/release/armv5/urel/T_FindFileByType.EXE"-"C:/test/T_FindFileByType.EXE"
+"/epoc32/release/armv5/urel/T_NamedPlugins.EXE"-"C:/test/T_NamedPlugins.EXE"
+"/epoc32/release/armv5/urel/T_RSC.EXE"-"C:/test/T_RSC.EXE"
+
+"/epoc32/release/armv5/urel/T_RSREAD.EXE"-"C:/test/T_RSREAD.EXE"
+"/epoc32/release/armv5/urel/T_SCHED.EXE"-"C:/test/T_SCHED.EXE"
+"/epoc32/release/armv5/urel/T_SSND.EXE"-"C:/test/T_SSND.EXE"
+"/epoc32/release/armv5/urel/T_SSND1.EXE"-"C:/test/T_SSND1.EXE"
+"/epoc32/release/armv5/urel/T_BaflUtilsImp.EXE"-"C:/test/T_BaflUtilsImp.EXE"
+"/epoc32/release/armv5/urel/T_RESOURCE_COMPRESSION.EXE"-"C:/test/T_RESOURCE_COMPRESSION.EXE"
+
+"/epoc32/release/armv5/urel/T_RTEXTBUF.EXE"-"C:/test/T_RTEXTBUF.EXE"
+"/epoc32/release/armv5/urel/T_BACKUPSRV.EXE"-"C:/test/T_BACKUPSRV.EXE"
+"/epoc32/release/armv5/urel/T_BACKUPSRVCAP.EXE"-"C:/test/T_BACKUPSRVCAP.EXE"
+"/epoc32/release/armv5/urel/T_BITFLAGS.EXE"-"C:/test/T_BITFLAGS.EXE"
+"/epoc32/release/armv5/urel/T_STRINGPOOLTEST.EXE"-"C:/test/T_STRINGPOOLTEST.EXE"
+"/epoc32/release/armv5/urel/T_RSREAD2.EXE"-"C:/test/T_RSREAD2.EXE"
+
+"/epoc32/release/armv5/urel/T_RESOURCE_COMPRESSION2.EXE"-"C:/test/T_RESOURCE_COMPRESSION2.EXE"
+"/epoc32/release/armv5/urel/T_RSCPANIC.EXE"-"C:/test/T_RSCPANIC.EXE"
+"/epoc32/release/armv5/urel/T_RSCMEM.EXE"-"C:/test/T_RSCMEM.EXE"
+"/epoc32/release/armv5/urel/T_COMMAND.EXE"-"C:/test/T_COMMAND.EXE"
+"/epoc32/release/armv5/urel/T_FILEUTILS.EXE"-"C:/test/T_FILEUTILS.EXE"
+"/epoc32/release/armv5/urel/T_StringpoolDefect.EXE"-"C:/test/T_StringpoolDefect.EXE"
+
+"/epoc32/release/armv5/urel/T_STRING.EXE"-"C:/test/T_STRING.EXE"
+"/epoc32/release/armv5/urel/T_BaflLang.EXE"-"C:/test/T_BaflLang.EXE"
+"/epoc32/release/armv5/urel/T_SPI.EXE"-"C:/test/T_SPI.EXE"
+"/epoc32/release/armv5/urel/T_RSCARCHIVE.EXE"-"C:/test/T_RSCARCHIVE.EXE"
+"/epoc32/release/armv5/urel/t_backupsrvdefects.EXE"-"C:/test/t_backupsrvdefects.EXE"
+"/epoc32/release/armv5/urel/t_baassert.EXE"-"C:/test/t_baassert.EXE"
+
+"/epoc32/release/armv5/urel/T_InitialiseLocale.EXE"-"C:/test/T_InitialiseLocale.EXE"
+"/epoc32/release/armv5/urel/T_LocaleFlexi.EXE"-"C:/test/T_LocaleFlexi.EXE"
+"/epoc32/release/armv5/urel/T_BAFLDEFECT.EXE"-"C:/test/T_BAFLDEFECT.EXE"
+"/epoc32/release/armv5/urel/T_BackupServerIPC.EXE"-"C:/test/T_BackupServerIPC.EXE"
+
+
+
+
+
+; Embedded SIS
+; None
+
+; End of Package body
+
+; PKG dependencies
+; None
+
+; PKG capabilities
+; None
--- a/lowlevellibsandfws/apputils/group/syslibs_bafl.mrp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/group/syslibs_bafl.mrp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-#
-# Copyright (c) 2009 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"
-# which accompanies this distribution, and is available
-# at the URL "http://www.eclipse.org/legal/epl-v10.html".
-#
-# Initial Contributors:
-# Nokia Corporation - initial contribution.
-#
-# Contributors:
-#
-# Description:
-#
-
component syslibs_bafl
source \sf\os\ossrv\lowlevellibsandfws\apputils
binary \sf\os\ossrv\lowlevellibsandfws\apputils\group all
--- a/lowlevellibsandfws/apputils/initLocale/group/T_InitialiseLocale.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/initLocale/group/T_InitialiseLocale.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -20,7 +20,7 @@
-TARGET t_initialiselocale.exe
+TARGET t_initialiselocale.exe //RTEST
CAPABILITY WriteDeviceData
TARGETTYPE EXE
--- a/lowlevellibsandfws/apputils/initLocale/group/T_LocaleFlexi.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/initLocale/group/T_LocaleFlexi.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET t_localeflexi.exe
+TARGET t_localeflexi.exe //RTEST
TARGETTYPE exe
VENDORID 0x70000001
--- a/lowlevellibsandfws/apputils/initLocale/group/T_LocaleFlexiNewLocaleModel.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/initLocale/group/T_LocaleFlexiNewLocaleModel.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET t_localeflexiNewLocaleModel.exe
+TARGET t_localeflexiNewLocaleModel.exe //RTEST
TARGETTYPE exe
VENDORID 0x70000001
--- a/lowlevellibsandfws/apputils/initLocale/group/T_NewLocaleModel.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/initLocale/group/T_NewLocaleModel.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
-TARGET t_NewLocaleModel.exe
+TARGET t_NewLocaleModel.exe //RTEST
CAPABILITY WriteDeviceData
TARGETTYPE EXE
--- a/lowlevellibsandfws/apputils/initLocale/group/initialiseLocaleTests.iby Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/initLocale/group/initialiseLocaleTests.iby Fri Jun 11 15:26:22 2010 +0300
@@ -19,8 +19,6 @@
#include "TestBed.iby"
-// batch file that runs all automatic bafl tests
-data=ZSYSTEM\test\initialiseLocaleTests.bat TEST\initialiselocaletests.bat
#ifndef SYMBIAN_DISTINCT_LOCALE_MODEL
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lowlevellibsandfws/apputils/initLocale/group/initialiseLocaleTests1.iby Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,51 @@
+/*
+* Copyright (c) 2009 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"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
+#ifndef __INITIALISELOCALETESTS_IBY__
+#define __INITIALISELOCALETESTS_IBY__
+
+#include "TestBed.iby"
+
+// batch file that runs all automatic bafl tests
+data=ZSYSTEM\test\initialiseLocaleTests.bat TEST\initialiselocaletests.bat
+
+
+#ifndef SYMBIAN_DISTINCT_LOCALE_MODEL
+
+
+
+// Executables for tests
+file=ABI_DIR\BUILD_DIR\T_InitialiseLocale.EXE Test\T_InitialiseLocale.EXE
+file=ABI_DIR\BUILD_DIR\T_LocaleFlexi.EXE Test\T_LocaleFlexi.EXE
+file=ABI_DIR\BUILD_DIR\T_CorruptLocale.EXE Test\T_CorruptLocale.EXE
+
+#else
+
+// Executables for tests
+file=ABI_DIR\BUILD_DIR\T_InitialiseLocale.EXE Test\T_InitialiseLocale.EXE
+file=ABI_DIR\BUILD_DIR\t_NewLocaleModel.EXE Test\t_NewLocaleModel.EXE
+file=ABI_DIR\BUILD_DIR\t_localeflexiNewLocaleModel.EXE Test\t_localeflexiNewLocaleModel.EXE
+file=ABI_DIR\BUILD_DIR\t_rebootnewlocalemodel.EXE Test\t_rebootnewlocalemodel.EXE
+file=ABI_DIR\BUILD_DIR\t_corruptlocale.EXE Test\t_corruptlocale.EXE
+
+file=ABI_DIR\BUILD_DIR\t_OldAPIOldModel.EXE Test\t_OldAPIOldModel.EXE
+file=ABI_DIR\BUILD_DIR\t_localeflexiOldLocaleModel.EXE Test\t_localeflexiOldLocaleModel.EXE
+
+#endif
+
+
+
+#endif
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lowlevellibsandfws/apputils/initLocale/group/initialiselocaletests.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,62 @@
+;
+; Copyright (c) 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"
+; which accompanies this distribution, and is available
+; at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;
+; Initial Contributors:
+; Nokia Corporation - initial contribution.
+;
+; Contributors:
+;
+; Description:
+;
+
+
+;Languages
+&EN
+
+
+; Provide value for uid
+;#{"initialiselocaletests.pkg"},(0x10004c73),1,0,0
+
+; Series60 product id for S60 3.0
+;[0x101F7961], 0, 0, 0, {"Series60ProductID"}
+
+; Localised Vendor name
+%{"Nokia"}
+
+; Unique Vendor name
+:"Nokia"
+
+; Logo
+; None
+
+; Package signature - Optional
+; None
+
+; Start of Package body
+
+; Condition blocks
+; None
+
+; Options list
+; None
+
+;BATCH FILE
+;batch file that runs all automatic bsul tests
+"/epoc32/data/z/system/test/initialiselocaletests.bat"-"C:/TEST/initialiselocaletests.bat"
+
+
+; Embedded SIS
+; None
+
+; End of Package body
+
+; PKG dependencies
+; None
+
+; PKG capabilities
+; None
--- a/lowlevellibsandfws/apputils/test/tef/group/baflteftests.iby Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/test/tef/group/baflteftests.iby Fri Jun 11 15:26:22 2010 +0300
@@ -24,8 +24,4 @@
// use data= because this exe is subject to setcap manipulation
data=ABI_DIR\BUILD_DIR\tef_ssnd.exe System\bin\tef_ssnd.exe
-data=DATAZ_\tef_bafl\baflteftests.script tef_bafl\baflteftests.script
-data=DATAZ_\tef_bafl\tef_ssnd.script tef_bafl\tef_ssnd.script
-data=DATAZ_\tef_bafl\tef_ssnd.ini tef_bafl\tef_ssnd.ini
-
#endif
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lowlevellibsandfws/apputils/test/tef/group/baflteftests.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,64 @@
+;
+; Copyright (c) 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"
+; which accompanies this distribution, and is available
+; at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;
+; Initial Contributors:
+; Nokia Corporation - initial contribution.
+;
+; Contributors:
+;
+; Description:
+;
+
+
+;Languages
+&EN
+
+
+; Provide value for uid
+;#{"baflteftests.pkg"},(0x10004c73),1,0,0
+
+; Series60 product id for S60 3.0
+;[0x101F7961], 0, 0, 0, {"Series60ProductID"}
+
+; Localised Vendor name
+%{"Nokia"}
+
+; Unique Vendor name
+:"Nokia"
+
+; Logo
+; None
+
+; Package signature - Optional
+; None
+
+; Start of Package body
+
+; Condition blocks
+; None
+
+; Options list
+; None
+
+
+;Script
+
+"/epoc32/data/z/tef_bafl/baflteftests.script"-"C:/tef_bafl/baflteftests.script"
+"/epoc32/data/z/tef_bafl/tef_ssnd.script"-"C:/tef_bafl/tef_ssnd.script"
+"/epoc32/data/z/tef_bafl/tef_ssnd.ini"-"C:/tef_bafl/tef_ssnd.ini"
+
+; Embedded SIS
+; None
+
+; End of Package body
+
+; PKG dependencies
+; None
+
+; PKG capabilities
+; None
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lowlevellibsandfws/apputils/test/tef/group/baflteftests1.iby Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,31 @@
+/*
+* Copyright (c) 2009 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"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
+#ifndef __BAFLTEFTESTS_IBY__
+#define __BAFLTEFTESTS_IBY__
+
+#include <testexecute.iby>
+#include <tefplatsec.iby>
+#include <burtestserver.iby>
+
+// use data= because this exe is subject to setcap manipulation
+data=ABI_DIR\BUILD_DIR\tef_ssnd.exe System\bin\tef_ssnd.exe
+
+data=DATAZ_\tef_bafl\baflteftests.script tef_bafl\baflteftests.script
+data=DATAZ_\tef_bafl\tef_ssnd.script tef_bafl\tef_ssnd.script
+data=DATAZ_\tef_bafl\tef_ssnd.ini tef_bafl\tef_ssnd.ini
+
+#endif
--- a/lowlevellibsandfws/apputils/tsrc/T_BackupServerIPC.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_BackupServerIPC.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-target t_backupserveripc.exe
+target t_backupserveripc.exe //RTEST
CAPABILITY ALL -TCB
targettype exe
--- a/lowlevellibsandfws/apputils/tsrc/T_BackupServerLauncher.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_BackupServerLauncher.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-target t_backupserverlauncher.exe
+target t_backupserverlauncher.exe //RTEST
CAPABILITY ProtServ
targettype exe
--- a/lowlevellibsandfws/apputils/tsrc/T_BackupSrv.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_BackupSrv.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -18,7 +18,7 @@
// T_BACKUPSRV.MMP for test component BACKUPSRV
//
-target t_backupsrv.exe
+target t_backupsrv.exe //RTEST
targettype EXE
UID 0x1000007a
--- a/lowlevellibsandfws/apputils/tsrc/T_BackupSrvCap.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_BackupSrvCap.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -18,7 +18,7 @@
// T_BACKUPSRVCAP.MMP for test component BACKUPSRV Capabilities
//
-target t_backupsrvcap.exe
+target t_backupsrvcap.exe //RTEST
targettype EXE
UID 0x1000007a
--- a/lowlevellibsandfws/apputils/tsrc/T_BaflDefect.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_BaflDefect.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-target t_bafldefect.exe
+target t_bafldefect.exe //RTEST
CAPABILITY WriteDeviceData
targettype exe
--- a/lowlevellibsandfws/apputils/tsrc/T_BaflUtils.MMP Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_BaflUtils.MMP Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-target t_baflutils.exe
+target t_baflutils.exe //RTEST
targettype EXE
UID 0x1000007a
--- a/lowlevellibsandfws/apputils/tsrc/T_BaflUtilsImp.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_BaflUtilsImp.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-target t_baflutilsimp.exe
+target t_baflutilsimp.exe //RTEST
targettype EXE
sourcepath ../src
--- a/lowlevellibsandfws/apputils/tsrc/T_BitFlags.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_BitFlags.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-TARGET t_bitflags.exe
+TARGET t_bitflags.exe //RTEST
TARGETTYPE EXE
UID 0x1000007a
VENDORID 0x70000001
--- a/lowlevellibsandfws/apputils/tsrc/T_CELL.MMP Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_CELL.MMP Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-target t_cell.exe
+target t_cell.exe //RTEST
targettype EXE
UID 0x1000007a
VENDORID 0x70000001
--- a/lowlevellibsandfws/apputils/tsrc/T_CLINE.MMP Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_CLINE.MMP Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-target t_cline.exe
+target t_cline.exe //RTEST
targettype EXE
UID 0x1000007a
VENDORID 0x70000001
--- a/lowlevellibsandfws/apputils/tsrc/T_CLIPB.MMP Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_CLIPB.MMP Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-target t_clipb.exe
+target t_clipb.exe //RTEST
targettype EXE
UID 0x1000007a
VENDORID 0x70000001
--- a/lowlevellibsandfws/apputils/tsrc/T_CNTF.MMP Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_CNTF.MMP Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-TARGET t_cntf.exe
+TARGET t_cntf.exe //RTEST
CAPABILITY WriteDeviceData
TARGETTYPE EXE
UID 0x1000007a
--- a/lowlevellibsandfws/apputils/tsrc/T_COMMAND.MMP Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_COMMAND.MMP Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-target t_command.exe
+target t_command.exe //RTEST
targettype EXE
UID 0x1000007a
VENDORID 0x70000001
--- a/lowlevellibsandfws/apputils/tsrc/T_DESCA.MMP Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_DESCA.MMP Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-target t_desca.exe
+target t_desca.exe //RTEST
targettype EXE
UID 0x1000007a
VENDORID 0x70000001
--- a/lowlevellibsandfws/apputils/tsrc/T_FindFileByType.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_FindFileByType.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-TARGET t_findfilebytype.exe
+TARGET t_findfilebytype.exe //RTEST
TARGETTYPE exe
--- a/lowlevellibsandfws/apputils/tsrc/T_LIBA.MMP Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_LIBA.MMP Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-target t_liba.exe
+target t_liba.exe //RTEST
targettype EXE
UID 0x1000007a
VENDORID 0x70000001
--- a/lowlevellibsandfws/apputils/tsrc/T_MATCH.MMP Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_MATCH.MMP Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-target t_match.exe
+target t_match.exe //RTEST
targettype EXE
UID 0x1000007a
VENDORID 0x70000001
--- a/lowlevellibsandfws/apputils/tsrc/T_NamedPlugins.MMP Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_NamedPlugins.MMP Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-TARGET t_namedplugins.exe
+TARGET t_namedplugins.exe //RTEST
TARGETTYPE exe
UID 0x1000007a
VENDORID 0x70000001
--- a/lowlevellibsandfws/apputils/tsrc/T_PTRCA.MMP Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_PTRCA.MMP Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-target t_ptrca.exe
+target t_ptrca.exe //RTEST
targettype EXE
UID 0x1000007a
VENDORID 0x70000001
--- a/lowlevellibsandfws/apputils/tsrc/T_PTRCB.MMP Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_PTRCB.MMP Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-target t_ptrcb.exe
+target t_ptrcb.exe //RTEST
targettype EXE
UID 0x1000007a
VENDORID 0x70000001
--- a/lowlevellibsandfws/apputils/tsrc/T_RESOURCE_COMPRESSION.MMP Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_RESOURCE_COMPRESSION.MMP Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-target t_resource_compression.exe
+target t_resource_compression.exe //RTEST
targettype exe
sourcepath .
source T_RESOURCE_COMPRESSION.CPP
--- a/lowlevellibsandfws/apputils/tsrc/T_RESOURCE_COMPRESSION2.MMP Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_RESOURCE_COMPRESSION2.MMP Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-target t_resource_compression2.exe
+target t_resource_compression2.exe //RTEST
targettype exe
sourcepath .
source T_RESOURCE_COMPRESSION2.CPP
--- a/lowlevellibsandfws/apputils/tsrc/T_RSC.MMP Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_RSC.MMP Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-target t_rsc.exe
+target t_rsc.exe //RTEST
targettype EXE
UID 0x1000007a
VENDORID 0x70000001
--- a/lowlevellibsandfws/apputils/tsrc/T_RSCARCHIVE.MMP Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_RSCARCHIVE.MMP Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-target t_rscarchive.exe
+target t_rscarchive.exe //RTEST
targettype EXE
UID 0x1000007a
VENDORID 0x70000001
--- a/lowlevellibsandfws/apputils/tsrc/T_RSREAD.MMP Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_RSREAD.MMP Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-target t_rsread.exe
+target t_rsread.exe //RTEST
targettype EXE
UID 0x1000007a
VENDORID 0x70000001
--- a/lowlevellibsandfws/apputils/tsrc/T_RSREAD2.MMP Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_RSREAD2.MMP Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-target t_rsread2.exe
+target t_rsread2.exe //RTEST
targettype EXE
UID 0x1000007a
VENDORID 0x70000001
--- a/lowlevellibsandfws/apputils/tsrc/T_RTextBuf.MMP Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_RTextBuf.MMP Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-target t_rtextbuf.exe
+target t_rtextbuf.exe //RTEST
targettype EXE
UID 0x1000007a
--- a/lowlevellibsandfws/apputils/tsrc/T_RscMem.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_RscMem.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-target t_rscmem.exe
+target t_rscmem.exe //RTEST
targettype EXE
UID 0x1000007a
VENDORID 0x70000001
--- a/lowlevellibsandfws/apputils/tsrc/T_RscPanic.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_RscPanic.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-target t_rscpanic.exe
+target t_rscpanic.exe //RTEST
targettype EXE
UID 0x1000007a
VENDORID 0x70000001
--- a/lowlevellibsandfws/apputils/tsrc/T_SCHED.MMP Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_SCHED.MMP Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-target t_sched.exe
+target t_sched.exe //RTEST
targettype EXE
UID 0x1000007a
VENDORID 0x70000001
--- a/lowlevellibsandfws/apputils/tsrc/T_SPI.MMP Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_SPI.MMP Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-target t_spi.exe
+target t_spi.exe //RTEST
targettype EXE
UID 0x1000007a
VENDORID 0x70000001
--- a/lowlevellibsandfws/apputils/tsrc/T_SSND.MMP Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_SSND.MMP Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
*
*/
-TARGET t_ssnd.exe
+TARGET t_ssnd.exe //RTEST
TARGETTYPE exe
--- a/lowlevellibsandfws/apputils/tsrc/T_SSND1.MMP Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/T_SSND1.MMP Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-TARGET t_ssnd1.exe
+TARGET t_ssnd1.exe //RTEST
TARGETTYPE exe
--- a/lowlevellibsandfws/apputils/tsrc/t_baassert.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/t_baassert.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET t_baassert.exe
+TARGET t_baassert.exe //RTEST
TARGETTYPE EXE
UID 0x1000007a
--- a/lowlevellibsandfws/apputils/tsrc/t_backupsrvdefects.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/t_backupsrvdefects.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -18,7 +18,7 @@
// t_backupsrvdefects.mmp for test component BACKUPSRV
//
-target t_backupsrvdefects.exe
+target t_backupsrvdefects.exe //RTEST
targettype EXE
UID 0x1000007a
--- a/lowlevellibsandfws/apputils/tsrc/t_bafllang.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/t_bafllang.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-target t_bafllang.exe
+target t_bafllang.exe //RTEST
targettype exe
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
--- a/lowlevellibsandfws/apputils/tsrc/t_fileutils.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/t_fileutils.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET t_fileutils.exe
+TARGET t_fileutils.exe //RTEST
TARGETTYPE EXE
// UID for loading
--- a/lowlevellibsandfws/apputils/tsrc/t_processkiller.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/t_processkiller.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-TARGET t_processkiller.exe
+TARGET t_processkiller.exe //RTEST
// needed to kill another process
CAPABILITY PowerMgmt
--- a/lowlevellibsandfws/apputils/tsrc/t_strings/T_StringPoolTest.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/t_strings/T_StringPoolTest.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET t_stringpooltest.exe
+TARGET t_stringpooltest.exe //RTEST
TARGETTYPE EXE
// UIDs for loading
--- a/lowlevellibsandfws/apputils/tsrc/t_strings/T_StringpoolDefect.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/t_strings/T_StringpoolDefect.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-target t_stringpooldefect.exe
+target t_stringpooldefect.exe //RTEST
targettype exe
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
--- a/lowlevellibsandfws/apputils/tsrc/t_strings/T_string.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/apputils/tsrc/t_strings/T_string.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-TARGET t_string.exe
+TARGET t_string.exe //RTEST
TARGETTYPE exe
UID 0x1000007a
--- a/lowlevellibsandfws/genericusabilitylib/group/syslibs_euserhl.mrp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/genericusabilitylib/group/syslibs_euserhl.mrp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-#
-# Copyright (c) 2009 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"
-# which accompanies this distribution, and is available
-# at the URL "http://www.eclipse.org/legal/epl-v10.html".
-#
-# Initial Contributors:
-# Nokia Corporation - initial contribution.
-#
-# Contributors:
-#
-# Description:
-#
-
component syslibs_euserhl
source \sf\os\ossrv\lowlevellibsandfws\genericusabilitylib
--- a/lowlevellibsandfws/genericusabilitylib/test/group/bld.inf Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/genericusabilitylib/test/group/bld.inf Fri Jun 11 15:26:22 2010 +0300
@@ -28,27 +28,28 @@
#ifdef SYMBIAN_EUSERHL_BUILD91
-
PRJ_TESTEXPORTS
euserhltests.bat /epoc32/data/z/system/test/euserhltests.bat
euserhltest.iby /epoc32/rom/include/euserhltest.iby
+#else // SYMBIAN_EUSERHL_BUILD91
+PRJ_TESTEXPORTS
+euserhltests.bat /epoc32/data/z/system/test/euserhltests.bat
+euserhltest.iby /epoc32/rom/include/euserhltest.iby
+
+#endif // SYMBIAN_EUSERHL_BUILD91
+
+
PRJ_TESTMMPFILES
+#ifdef SYMBIAN_EUSERHL_BUILD91
t_lstring_build91.mmp
t_lsformat_build91.mmp
t_emanaged_build91.mmp
-
#else // SYMBIAN_EUSERHL_BUILD91
-
-PRJ_TESTEXPORTS
-euserhltests.bat /epoc32/data/z/system/test/euserhltests.bat
-euserhltest.iby /epoc32/rom/include/euserhltest.iby
-
-PRJ_TESTMMPFILES
t_lstring.mmp
t_lsformat.mmp
t_emanaged.mmp
+#endif // SYMBIAN_EUSERHL_BUILD91
-#endif // SYMBIAN_EUSERHL_BUILD91
--- a/lowlevellibsandfws/genericusabilitylib/test/group/euserhltest.iby Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/genericusabilitylib/test/group/euserhltest.iby Fri Jun 11 15:26:22 2010 +0300
@@ -25,10 +25,4 @@
data=ZSYSTEM\test\euserhltests.bat test\euserhltests.bat
-// euserhl test exes
-file=ABI_DIR\BUILD_DIR\t_lstring.exe test\t_lstring.exe
-file=ABI_DIR\BUILD_DIR\t_lsformat.exe test\t_lsformat.exe
-file=ABI_DIR\BUILD_DIR\t_emanaged.exe test\t_emanaged.exe
-
-
#endif
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lowlevellibsandfws/genericusabilitylib/test/group/euserhltest1.iby Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,34 @@
+// Copyright (c) 2008-2009 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"
+// which accompanies this distribution, and is available
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+//
+
+#ifndef EUSERHLTEST_IBY__
+#define EUSERHLTEST_IBY__
+
+REM EUserHl Library Tests
+
+#include <euserhl.iby>
+
+
+// batch file that runs all automatic tests
+data=ZSYSTEM\test\euserhltests.bat test\euserhltests.bat
+
+
+// euserhl test exes
+file=ABI_DIR\BUILD_DIR\t_lstring.exe test\t_lstring.exe
+file=ABI_DIR\BUILD_DIR\t_lsformat.exe test\t_lsformat.exe
+file=ABI_DIR\BUILD_DIR\t_emanaged.exe test\t_emanaged.exe
+
+
+#endif
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lowlevellibsandfws/genericusabilitylib/test/group/genericusabilitylib-RTEST.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,36 @@
+;
+; Copyright (c) 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"
+; which accompanies this distribution, and is available
+; at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;
+; Initial Contributors:
+; Nokia Corporation - initial contribution.
+;
+; Contributors:
+;
+; Description:
+;
+
+
+;Languages
+&EN
+:RTEST
+; Install files
+"/epoc32/release/armv5/urel/t_lstring.exe"-"C:/System/Programs/t_lstring.exe"
+"/epoc32/release/armv5/urel/t_lsformat.exe"-"C:/System/Programs/t_lsformat.exe"
+"/epoc32/release/armv5/urel/t_emanaged.exe"-"C:/System/Programs/t_emanaged.exe"
+
+
+; Embedded SIS
+; None
+
+; End of Package body
+
+; PKG dependencies
+; None
+
+; PKG capabilities
+; None
--- a/lowlevellibsandfws/genericusabilitylib/test/group/t_emanaged.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/genericusabilitylib/test/group/t_emanaged.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -21,7 +21,7 @@
@SYMPurpose t_managed.exe test code for automatic resource management classes
*/
-TARGET t_emanaged.exe
+TARGET t_emanaged.exe //RTEST
TARGETTYPE EXE
CAPABILITY NONE
UID 0x1000007A 0x10285EF3
--- a/lowlevellibsandfws/genericusabilitylib/test/group/t_lsformat.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/genericusabilitylib/test/group/t_lsformat.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -21,7 +21,7 @@
@SYMPurpose t_lsformat.exe test code for LString formatting
*/
-TARGET t_lsformat.exe
+TARGET t_lsformat.exe //RTEST
TARGETTYPE EXE
CAPABILITY NONE
UID 0x1000007A 0x10285EF2
--- a/lowlevellibsandfws/genericusabilitylib/test/group/t_lstring.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/genericusabilitylib/test/group/t_lstring.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -21,7 +21,7 @@
@SYMPurpose t_lstring.exe test code for LString classes
*/
-TARGET t_lstring.exe
+TARGET t_lstring.exe //RTEST
TARGETTYPE EXE
CAPABILITY NONE
UID 0x1000007A 0x10285EF1
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/T_EComSsaDisabled.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/T_EComSsaDisabled.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -19,7 +19,7 @@
UID 0x101FB5A8 0x10009E2C
-TARGET t_ecomssadisabled.exe
+TARGET t_ecomssadisabled.exe //RTEST
TARGETTYPE exe
SOURCEPATH ../../Framework/EcomSsaDisabledTest
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/T_EComSsaEnabled.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/T_EComSsaEnabled.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -19,7 +19,7 @@
UID 0x101FB5A8 0x10009E2D
-TARGET t_ecomssaenabled.exe
+TARGET t_ecomssaenabled.exe //RTEST
TARGETTYPE exe
SOURCEPATH ../../Framework/EcomSsaEnabledTest
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/T_PlatSecEcom3.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/T_PlatSecEcom3.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
+CA// Copyright (c) 2004-2009 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"
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/T_PlatSecTest.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/T_PlatSecTest.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET t_platsectest.exe
+TARGET t_platsectest.exe //RTEST
CAPABILITY ReadUserData WriteUserData
TARGETTYPE exe
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_ServerStartupMgr.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_ServerStartupMgr.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -19,7 +19,7 @@
UID 0x101FB5A8 0x10009E2A
-TARGET t_serverstartupmgr.exe
+TARGET t_serverstartupmgr.exe //RTEST
TARGETTYPE exe
SOURCEPATH ../../Framework/ServerStartupMgrTest
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_backupnotifier.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_backupnotifier.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-TARGET t_backupnotifier.exe
+TARGET t_backupnotifier.exe //RTEST
TARGETTYPE EXE
UID 0x101FB5A8 0x10009E29
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_capcheck.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_capcheck.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET t_capcheck.exe
+TARGET t_capcheck.exe //RTEST
TARGETTYPE exe
CAPABILITY ReadUserData WriteUserData
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_defaultresolver.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_defaultresolver.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -16,7 +16,7 @@
// Uses sid of EComserver process to allow access to private dir.
UID 0x101FB5A8 0x10009D8F
-TARGET t_defaultresolver.exe
+TARGET t_defaultresolver.exe //RTEST
TARGETTYPE exe
SOURCEPATH ../../Framework/DefaultResolverTest
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_disabledrives.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_disabledrives.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -19,7 +19,7 @@
VENDORID 0x70000001
-TARGET t_disabledrives.exe
+TARGET t_disabledrives.exe //RTEST
TARGETTYPE exe
USERINCLUDE ../../Framework/frame
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_discoverer.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_discoverer.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -21,7 +21,7 @@
MACRO __ECOM_SERVER_TESTABILITY__
MACRO __ECOM_SERVER_PERFORMANCE__
-TARGET t_discoverer.exe
+TARGET t_discoverer.exe //RTEST
TARGETTYPE exe
USERINCLUDE ../../Test_Bed/inc
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_downgrade.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_downgrade.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-target t_downgrade.exe
+target t_downgrade.exe //RTEST
targettype exe
// Uses sid of EComserver process to allow access to private dir.
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_driveinfo.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_driveinfo.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -19,7 +19,7 @@
CAPABILITY DiskAdmin // For RFs::SetSubst
VENDORID 0x70000001
-TARGET t_driveinfo.exe
+TARGET t_driveinfo.exe //RTEST
TARGETTYPE exe
USERINCLUDE ../../Framework/frame
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_drivemount.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_drivemount.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -17,7 +17,7 @@
// RTest Dll recognition UID followed by the unique UID for this exe
UID 0x101FB5A8 0x10009E2F
-TARGET t_drivemount.exe
+TARGET t_drivemount.exe //RTEST
TARGETTYPE exe
USERINCLUDE ../../Test_Bed/inc
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_ecombur.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_ecombur.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET t_ecombur.exe
+TARGET t_ecombur.exe //RTEST
TARGETTYPE exe
SOURCEPATH ../../Framework/SimpleTests
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_ecomcancel.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_ecomcancel.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET t_ecomcancel.exe
+TARGET t_ecomcancel.exe //RTEST
TARGETTYPE exe
VENDORID 0x70000001
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_ecomdefect.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_ecomdefect.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET t_ecomdefect.exe
+TARGET t_ecomdefect.exe //RTEST
TARGETTYPE exe
SOURCEPATH ../../Framework/SimpleTests
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_ecomeikerrorresolver.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_ecomeikerrorresolver.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-TARGET t_ecomeikerrortest.exe
+TARGET t_ecomeikerrortest.exe //RTEST
targettype EXE
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_ecomentry.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_ecomentry.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-target t_ecomentry.exe
+target t_ecomentry.exe //RTEST
targettype exe
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_ecomswi.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_ecomswi.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET t_ecomswi.exe
+TARGET t_ecomswi.exe //RTEST
TARGETTYPE exe
SOURCEPATH ../../Framework/SimpleTests
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_extendedinterfaces.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_extendedinterfaces.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -16,7 +16,7 @@
//
//
-TARGET t_extendedinterfaces.exe
+TARGET t_extendedinterfaces.exe //RTEST
TARGETTYPE exe
USERINCLUDE ../../Framework/frame ../../Framework/inc
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_finalclose.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_finalclose.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -18,7 +18,7 @@
//
-TARGET t_finalclose.exe
+TARGET t_finalclose.exe //RTEST
TARGETTYPE exe
SOURCEPATH ../../Framework/SimpleTests
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_hashcheck.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_hashcheck.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET t_hashcheck.exe
+TARGET t_hashcheck.exe //RTEST
TARGETTYPE exe
//CAPABILITY ReadUserData WriteUserData
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_heaptest.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_heaptest.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -14,7 +14,7 @@
//
-TARGET t_heaptest.exe
+TARGET t_heaptest.exe //RTEST
TARGETTYPE exe
CAPABILITY All -TCB
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_implementationInformation.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_implementationInformation.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-target t_implementationinformation.exe
+target t_implementationinformation.exe //RTEST
targettype exe
// UIDs for loading
// RTest Dll recognition UID followed by the unique UID for this exe
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_language.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_language.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-target t_language.exe
+target t_language.exe //RTEST
targettype exe
capability WriteDeviceData
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_listimplementation.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_listimplementation.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -17,7 +17,7 @@
//
//
-TARGET t_listimplementation.exe
+TARGET t_listimplementation.exe //RTEST
TARGETTYPE exe
SOURCEPATH ../../Framework/ListImplementationTest
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_loadmanager.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_loadmanager.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -18,7 +18,7 @@
UID 0x101FB5A8 0x10009E05
VENDORID 0x70000001
-TARGET t_loadmanager.exe
+TARGET t_loadmanager.exe //RTEST
TARGETTYPE EXE
USERINCLUDE ../../Test_Bed/inc
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_makefilereadonly.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_makefilereadonly.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-TARGET t_makefilereadonly.exe
+TARGET t_makefilereadonly.exe //RTEST
// miscellaneous file operations for test harnesses
CAPABILITY TCB AllFiles
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_makefilewriteable.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_makefilewriteable.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET t_makefilewriteable.exe
+TARGET t_makefilewriteable.exe //RTEST
// miscellaneous file operations for test harnesses
CAPABILITY TCB AllFiles
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_plugindiscovery.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_plugindiscovery.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -19,7 +19,7 @@
UID 0x101FB5A8 0x10204502
VENDORID 0x70000001
-TARGET t_plugindiscovery.exe
+TARGET t_plugindiscovery.exe //RTEST
TARGETTYPE exe
USERINCLUDE ../../Test_Bed/inc
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_pluginupgrade.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_pluginupgrade.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -17,7 +17,7 @@
// RTest Dll recognition UID followed by the unique UID for this exe
UID 0x101FB5A8 0x10009E2F
-TARGET t_pluginupgrade.exe
+TARGET t_pluginupgrade.exe //RTEST
TARGETTYPE exe
USERINCLUDE ../../Test_Bed/inc
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_processfilemancopyfile.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_processfilemancopyfile.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET t_processfilemancopyfile.exe
+TARGET t_processfilemancopyfile.exe //RTEST
// needed to access file system
CAPABILITY TCB AllFiles
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_processfilemandeletedir.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_processfilemandeletedir.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET t_processfilemandeletedir.exe
+TARGET t_processfilemandeletedir.exe //RTEST
// needed to access file system
CAPABILITY TCB AllFiles
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_processfilemandeletefile.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_processfilemandeletefile.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET t_processfilemandeletefile.exe
+TARGET t_processfilemandeletefile.exe //RTEST
// needed to access all areas of file system
CAPABILITY TCB AllFiles
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_processfilemanrename.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_processfilemanrename.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET t_processfilemanrename.exe
+TARGET t_processfilemanrename.exe //RTEST
// needed to access file system
CAPABILITY TCB AllFiles
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_processkillprocess.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_processkillprocess.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET t_processkillprocess.exe
+TARGET t_processkillprocess.exe //RTEST
// needed to access all areas of file system
CAPABILITY PowerMgmt
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_processrfsdeletefile.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_processrfsdeletefile.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET t_processrfsdeletefile.exe
+TARGET t_processrfsdeletefile.exe //RTEST
// needed to access file system
CAPABILITY TCB AllFiles
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_processrfsreplacefile.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_processrfsreplacefile.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET t_processrfsreplacefile.exe
+TARGET t_processrfsreplacefile.exe //RTEST
// needed to access all areas of file system
CAPABILITY TCB AllFiles
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_processrloaderdeletefile.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_processrloaderdeletefile.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET t_processrloaderdeletefile.exe
+TARGET t_processrloaderdeletefile.exe //RTEST
// needed to access all areas of file system
CAPABILITY TCB AllFiles
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_registrar.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_registrar.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -21,7 +21,7 @@
UID 0x101FB5A8 0x10009D8F
VENDORID 0x70000001
-TARGET t_registrar.exe
+TARGET t_registrar.exe //RTEST
TARGETTYPE exe
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_registrydata.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_registrydata.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -15,7 +15,7 @@
//
//
-TARGET t_registrydata.exe
+TARGET t_registrydata.exe //RTEST
TARGETTYPE EXE
// UIDs for loading
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_resolver.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_resolver.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -23,7 +23,7 @@
MACRO __ECOMSERVER_TESTING__
-TARGET t_resolver.exe
+TARGET t_resolver.exe //RTEST
TARGETTYPE EXE
USERINCLUDE ../../Test_Bed/inc
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_resolvercache.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_resolvercache.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET t_resolvercache.exe
+TARGET t_resolvercache.exe //RTEST
TARGETTYPE EXE
// Uses sid of EComserver process to allow access to private dir.
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_resolverperf.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_resolverperf.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET t_resolverperf.exe
+TARGET t_resolverperf.exe //RTEST
TARGETTYPE exe
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_rogueplugin.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_rogueplugin.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET t_rogueplugin.exe
+TARGET t_rogueplugin.exe //RTEST
TARGETTYPE exe
SOURCEPATH ../SimpleTests
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_romonly.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_romonly.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -17,7 +17,7 @@
//
//
-TARGET t_romonly.exe
+TARGET t_romonly.exe //RTEST
TARGETTYPE exe
SOURCEPATH ../../Framework/RomOnlyTest
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_romresolver.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_romresolver.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -17,7 +17,7 @@
//
//
-TARGET t_romresolver.exe
+TARGET t_romresolver.exe //RTEST
TARGETTYPE exe
SOURCEPATH ../../Framework/RomResolverTest
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_suicide.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_suicide.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -18,7 +18,7 @@
UID 0x101FB5A8 0x10009E0B
VENDORID 0x70000001
-TARGET t_suicide.exe
+TARGET t_suicide.exe //RTEST
TARGETTYPE exe
USERINCLUDE ../../Test_Bed/inc
--- a/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_validateregistry.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_validateregistry.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -17,7 +17,7 @@
// RTest Dll recognition UID followed by the unique UID for this exe
UID 0x101FB5A8 0x10009E31
-TARGET t_validateregistry.exe
+TARGET t_validateregistry.exe //RTEST
TARGETTYPE exe
USERINCLUDE ../../Test_Bed/inc
--- a/lowlevellibsandfws/pluginfw/Group/EComTest.iby Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Group/EComTest.iby Fri Jun 11 15:26:22 2010 +0300
@@ -21,11 +21,12 @@
#include <ecomtestcommon.iby>
#include <syslibs_locale.iby>
-
// batch file that runs all automatic ECOM tests
// Note run these after the test harness tests, as they do not shut down the EComServer.
data=ZSYSTEM\test\EComTests.bat TEST\EComTests.bat
+
+
// Example plug-in that must be in ROM
//
ECOM_PLUGIN(EComExample.dll,10009db1.rsc)
@@ -197,58 +198,6 @@
// One that is not in \epoc32\data\z\ramonly.
data=ABI_DIR\BUILD_DIR\z\ramonly\cachedcustomresolver2.dll RAMONLY\cachedcustomresolver2.dll
-// ECom test EXEs
-file=ABI_DIR\BUILD_DIR\ComponentInfoTest.exe Test\ComponentInfoTest.exe
-file=ABI_DIR\BUILD_DIR\EComTests.exe Test\EComTests.exe
-file=ABI_DIR\BUILD_DIR\EComServerTest.exe Test\EComServerTest.exe
-file=ABI_DIR\BUILD_DIR\T_PlatSecTest.exe Test\T_PlatSecTest.exe
-
-// Testbed test EXEs
-file=ABI_DIR\BUILD_DIR\DefaultLogOutputTest.exe Test\DefaultLogOutputTest.exe
-file=ABI_DIR\BUILD_DIR\DataLoggerTest.exe Test\DataLoggerTest.exe
-file=ABI_DIR\BUILD_DIR\TransitionTest.exe Test\TransitionTest.exe
-file=ABI_DIR\BUILD_DIR\TestControllerTest.exe Test\TestControllerTest.exe
-file=ABI_DIR\BUILD_DIR\TestManagerTest.exe Test\TestManagerTest.exe
-file=ABI_DIR\BUILD_DIR\ComponentTesterTest.exe Test\ComponentTesterTest.exe
-file=ABI_DIR\BUILD_DIR\UnitTestTest.exe Test\UnitTestTest.exe
-
-// Simple ECom tests
-file=ABI_DIR\BUILD_DIR\t_ecomcancel.exe Test\t_ecomcancel.exe
-file=ABI_DIR\BUILD_DIR\t_romresolver.exe Test\t_romresolver.exe
-file=ABI_DIR\BUILD_DIR\t_romonly.exe Test\t_romonly.exe
-file=ABI_DIR\BUILD_DIR\T_ListImplementation.exe Test\T_ListImplementation.exe
-file=ABI_DIR\BUILD_DIR\T_ExtendedInterfaces.exe Test\T_ExtendedInterfaces.exe
-file=ABI_DIR\BUILD_DIR\t_language.exe Test\t_language.exe
-file=ABI_DIR\BUILD_DIR\t_downgrade.exe Test\t_downgrade.exe
-file=ABI_DIR\BUILD_DIR\t_defaultresolver.exe Test\t_defaultresolver.exe
-file=ABI_DIR\BUILD_DIR\t_loadmanager.exe Test\t_loadmanager.exe
-file=ABI_DIR\BUILD_DIR\t_suicide.exe Test\t_suicide.exe
-file=ABI_DIR\BUILD_DIR\t_discoverer.exe Test\t_discoverer.exe
-file=ABI_DIR\BUILD_DIR\t_registrar.exe Test\t_registrar.exe
-file=ABI_DIR\BUILD_DIR\t_registrydata.exe Test\t_registrydata.exe
-file=ABI_DIR\BUILD_DIR\t_resolver.exe Test\t_resolver.exe
-file=ABI_DIR\BUILD_DIR\t_backupnotifier.exe Test\t_backupnotifier.exe
-file=ABI_DIR\BUILD_DIR\t_finalclose.exe Test\t_finalclose.exe
-file=ABI_DIR\BUILD_DIR\t_ecomdefect.exe Test\t_ecomdefect.exe
-file=ABI_DIR\BUILD_DIR\t_ServerStartupMgr.exe Test\t_ServerStartupMgr.exe
-file=ABI_DIR\BUILD_DIR\t_EComSsaEnabled.exe Test\t_EComSsaEnabled.exe
-file=ABI_DIR\BUILD_DIR\t_EComSsaDisabled.exe Test\t_EComSsaDisabled.exe
-file=ABI_DIR\BUILD_DIR\t_pluginupgrade.exe Test\t_pluginupgrade.exe
-file=ABI_DIR\BUILD_DIR\t_drivemount.exe Test\t_drivemount.exe
-file=ABI_DIR\BUILD_DIR\t_rogueplugin.exe Test\t_rogueplugin.exe
-file=ABI_DIR\BUILD_DIR\t_ecomswi.exe Test\t_ecomswi.exe
-file=ABI_DIR\BUILD_DIR\t_ecombur.exe Test\t_ecombur.exe
-
-file=ABI_DIR\BUILD_DIR\t_ecomentry.exe Test\t_ecomentry.exe
-file=ABI_DIR\BUILD_DIR\t_plugindiscovery.exe Test\t_plugindiscovery.exe
-file=ABI_DIR\BUILD_DIR\t_capcheck.exe Test\t_capcheck.exe
-file=ABI_DIR\BUILD_DIR\t_validateRegistry.exe Test\t_validateRegistry.exe
-file=ABI_DIR\BUILD_DIR\t_driveinfo.exe Test\t_driveinfo.exe
-file=ABI_DIR\BUILD_DIR\t_ImplementationInformation.exe Test\t_ImplementationInformation.exe
-file=ABI_DIR\BUILD_DIR\t_hashcheck.exe Test\t_hashcheck.exe
-file=ABI_DIR\BUILD_DIR\t_resolverperf.exe Test\t_resolverperf.exe
-file=ABI_DIR\BUILD_DIR\t_resolvercache.exe Test\t_resolvercache.exe
-
// SPI test file
data=EPOCROOT##epoc32\data\z\Test\Data\EcomTest.spi Test\Data\EcomTest.spi
data=EPOCROOT##epoc32\data\z\Test\Data\EcomTestType3.spi Test\Data\EcomTestType3.spi
@@ -266,7 +215,7 @@
//corrupt file to replace language and drive index files for robustness tests
data=EPOCROOT##epoc32\data\z\Test\Data\corruptfile.txt Test\Data\corruptfile.txt
-file=ABI_DIR\DEBUG_DIR\t_disabledrives.exe sys\bin\t_disabledrives.exe
+
//
// The following include and macro mimic the way that ECOM production code
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lowlevellibsandfws/pluginfw/Group/EComTest1.iby Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,291 @@
+// Copyright (c) 1997-2009 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"
+// which accompanies this distribution, and is available
+// at the URL "http://www.eclipse.org/legal/epl-v10.html".
+//
+// Initial Contributors:
+// Nokia Corporation - initial contribution.
+//
+// Contributors:
+//
+// Description:
+//
+
+#ifndef __ECOMTEST_IBY__
+#define __ECOMTEST_IBY__
+
+#include <ECom.iby>
+#include <TestBed.iby>
+#include <ecomtestcommon.iby>
+#include <syslibs_locale.iby>
+
+
+// batch file that runs all automatic ECOM tests
+// Note run these after the test harness tests, as they do not shut down the EComServer.
+data=ZSYSTEM\test\EComTests.bat TEST\EComTests.bat
+
+// Example plug-in that must be in ROM
+//
+ECOM_PLUGIN(EComExample.dll,10009db1.rsc)
+
+ECOM_PLUGIN(EComExample2.dll,10009db3.rsc)
+
+ECOM_PLUGIN(EComExample3.dll,101F8477.rsc)
+
+ECOM_PLUGIN(EComExample6.dll,101F847D.rsc)
+
+ECOM_PLUGIN(EComRomOnlyExampleOnZ.dll,10009db5.rsc)
+
+ECOM_PLUGIN(EComRomRslvrExampleOnZ.dll,10009DB7.rsc)
+
+ECOM_PLUGIN(T_PlatSecECom1.dll,102026AB.rsc)
+
+ECOM_PLUGIN(T_PlatSecECom2.dll,102026AD.rsc)
+
+ECOM_PLUGIN(T_PlatSecResolverZ.dll,10777777.rsc)
+
+ECOM_PLUGIN(T_PlatSecECom3.dll,102026AF.rsc)
+ECOM_PLUGIN(T_PlatSecResolver.dll,10202777.rsc)
+
+ECOM_PLUGIN(EcomNullExample.dll,011f500e.rsc)
+
+ECOM_PLUGIN(EComUpgradeExample2.dll,10009DB9.rsc)
+ECOM_PLUGIN(EComUpgradeROExample2.dll,10009DBC.rsc)
+
+ECOM_PLUGIN(EComLoadMgrExample1.dll,EComLoadMgrExample1.rsc)
+ECOM_PLUGIN(EComLoadMgrExample2.dll,EComLoadMgrExample2.rsc)
+
+ECOM_PLUGIN(EComExample10.dll,EComExample10.rsc)
+ECOM_PLUGIN(EComExample12Invalid.dll,EComExample12Invalid.rsc)
+ECOM_PLUGIN(EComExample14Invalid.dll,EComExample14Invalid.rsc)
+
+ECOM_PLUGIN(LanguagePlugin2.dll,10009de0.RSC)
+
+ECOM_PLUGIN(dummycustomresolver2.dll, dummycustomresolver2.rsc)
+
+ECOM_PLUGIN(dummycustomresolver3.dll, dummycustomresolver3.rsc)
+
+ECOM_PLUGIN(badproxytable.dll, badproxytable.rsc)
+
+
+// THE following plugin dll and resouce entry is for SPI disable manual test in t_language.
+// Users should uncomment these following five lines and comment out one line above in order to test t_language SPI disable.
+//file=ABI_DIR\BUILD_DIR\LanguagePlugin2.dll Test\LanguagePlugin2.dll
+//data=EPOCROOT##epoc32\data\z\resource\plugins\LanguagePlugin2.rsc resource\plugins\LanguagePlugin2.rsc
+//data=EPOCROOT##epoc32\data\z\resource\plugins\LanguagePlugin2.r01 resource\plugins\LanguagePlugin2.r01
+//data=EPOCROOT##epoc32\data\z\resource\plugins\LanguagePlugin2.r02 resource\plugins\LanguagePlugin2.r02
+//data=EPOCROOT##epoc32\data\z\resource\plugins\LanguagePlugin2.r03 resource\plugins\LanguagePlugin2.r03
+
+// THE FOLLOWING LOCALE ENTRY IS NOW MOVED TO SYSUTILS.IBY AS THERE IS SIMILAR ENTRY
+// IN BAFLTESTIBY WHICH INCLUDE INITIALISELOCALETESTIBY
+// ELOCL.01 already exported
+// file=ABI_DIR\BUILD_DIR\ELOCL.02 System\Libs\ELOCL.02
+// file=ABI_DIR\BUILD_DIR\ELOCL.03 System\Libs\ELOCL.03
+// file=ABI_DIR\BUILD_DIR\ELOCL.04 System\Libs\ELOCL.04
+// file=ABI_DIR\BUILD_DIR\ELOCL.05 System\Libs\ELOCL.05
+
+// Example plug-in that must be copied from ROM to RAM
+//
+ECOM_PLUGIN(Suicidal.dll,10009DB2.rsc)
+
+ECOM_PLUGIN(EComExample4.dll,101F8479.rsc)
+
+// Helper processes to move files around when data caging enforced.
+file=ABI_DIR\BUILD_DIR\EcomTestUtils.dll System\Libs\EcomTestUtils.dll
+file=ABI_DIR\BUILD_DIR\t_processfilemancopyfile.exe System\Programs\t_processfilemancopyfile.exe
+file=ABI_DIR\BUILD_DIR\t_processfilemanrename.exe System\Programs\t_processfilemanrename.exe
+file=ABI_DIR\BUILD_DIR\t_processfilemandeletefile.exe System\Programs\t_processfilemandeletefile.exe
+file=ABI_DIR\BUILD_DIR\t_processrloaderdeletefile.exe System\Programs\t_processrloaderdeletefile.exe
+file=ABI_DIR\BUILD_DIR\t_processfilemandeletedir.exe System\Programs\t_processfilemandeletedir.exe
+file=ABI_DIR\BUILD_DIR\t_processrfsreplacefile.exe System\Programs\t_processrfsreplacefile.exe
+file=ABI_DIR\BUILD_DIR\t_processrfsdeletefile.exe System\Programs\t_processrfsdeletefile.exe
+file=ABI_DIR\BUILD_DIR\t_makefilewriteable.exe System\Programs\t_makefilewriteable.exe
+file=ABI_DIR\BUILD_DIR\t_makefilereadonly.exe System\Programs\t_makefilereadonly.exe
+file=ABI_DIR\BUILD_DIR\t_processkillprocess.exe System\Programs\t_processkillprocess.exe
+
+//Helper process and DLL to enable modification of P&S variables
+file=ABI_DIR\BUILD_DIR\tpropertymanager.dll System\Libs\tpropertymanager.dll
+file=ABI_DIR\BUILD_DIR\tpropertymanagersrv.exe System\Programs\tpropertymanagersrv.exe
+
+//data=EPOCROOT##epoc32\data\z\EComExample6.RSC EComExample6.RSC
+data=EPOCROOT##epoc32\data\z\RAMOnly\InvalidSIDPlugin.dll RAMOnly\InvalidSIDPlugin.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\InvalidSIDPlugin.rsc RAMOnly\InvalidSIDPlugin.rsc
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample5.RSC RAMOnly\EComExample5.RSC
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample12.RSC RAMOnly\EComExample12.RSC
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample12Upgraded.RSC RAMOnly\EComExample12Upgraded.RSC
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample12Downgraded.RSC RAMOnly\EComExample12Downgraded.RSC
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample14.RSC RAMOnly\EComExample14.RSC
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample14Upgraded.RSC RAMOnly\EComExample14Upgraded.RSC
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample15.RSC RAMOnly\EComExample15.RSC
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComExampleBadData.RSC RAMOnly\EComExampleBadData.RSC
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComExampleBadData1.RSC RAMOnly\EComExampleBadData1.RSC
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComExampleBadData2.RSC RAMOnly\EComExampleBadData2.RSC
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComRomRslvrExampleOnC.RSC RAMOnly\EComRomRslvrExampleOnC.RSC
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComRomOnlyExampleOnC.rsc RAMOnly\EComRomOnlyExampleOnC.rsc
+data=EPOCROOT##epoc32\data\z\HeapTestImpl.rsc HeapTestImpl.rsc
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComRomOnlyExampleOnC.dll RAMOnly\EComRomOnlyExampleOnC.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComRomRslvrExampleOnC.dll RAMOnly\EComRomRslvrExampleOnC.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\T_PlatSecResolverC.rsc RAMOnly\T_PlatSecResolverC.rsc
+data=EPOCROOT##epoc32\data\z\RAMOnly\T_PlatSecECom4.RSC RAMOnly\T_PlatSecECom4.RSC
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample3.rsc RAMOnly\EComExample3.rsc
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample2.rsc RAMOnly\EComExample2.rsc
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample.rsc RAMOnly\EComExample.rsc
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComNullExample.rsc RAMOnly\EComNullExample.rsc
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeExample1.rsc RAMOnly\EComUpgradeExample1.rsc
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeExample1.dll RAMOnly\EComUpgradeExample1.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeExample2.rsc RAMOnly\EComUpgradeExample2.rsc
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeExample2.dll RAMOnly\EComUpgradeExample2.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComRomRslvrExampleOnZ.rsc RAMOnly\EComRomRslvrExampleOnZ.rsc
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeExample3.rsc RAMOnly\EComUpgradeExample3.rsc
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeExample3.dll RAMOnly\EComUpgradeExample3.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeROExample1.rsc RAMOnly\EComUpgradeROExample1.rsc
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeROExample1.dll RAMOnly\EComUpgradeROExample1.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeROExample2.rsc RAMOnly\EComUpgradeROExample2.rsc
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeROExample2.dll RAMOnly\EComUpgradeROExample2.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeROExample3.rsc RAMOnly\EComUpgradeROExample3.rsc
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComUpgradeROExample3.dll RAMOnly\EComUpgradeROExample3.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\DefectPlugin.rsc RAMOnly\DefectPlugin.rsc
+data=EPOCROOT##epoc32\data\z\RAMOnly\DefectPlugin.dll RAMOnly\DefectPlugin.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample7.rsc RAMOnly\EComExample7.rsc
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample7.dll RAMOnly\EComExample7.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample8.rsc RAMOnly\EComExample8.rsc
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample8.dll RAMOnly\EComExample8.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\exampleNine.rsc RAMOnly\exampleNine.rsc
+data=EPOCROOT##epoc32\data\z\RAMOnly\exampleNine.dll RAMOnly\exampleNine.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComCR629Example1.rsc RAMOnly\EComCR629Example1.rsc
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComCR629Example1.dll RAMOnly\EComCR629Example1.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComCR629Example2.rsc RAMOnly\EComCR629Example2.rsc
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComCR629Example2.dll RAMOnly\EComCR629Example2.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\LanguagePlugin.dll RAMOnly\LanguagePlugin.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\LanguagePlugin.rsc RAMOnly\LanguagePlugin.rsc
+data=EPOCROOT##epoc32\data\z\RAMOnly\LanguagePlugin.r01 RAMOnly\LanguagePlugin.r01
+data=EPOCROOT##epoc32\data\z\RAMOnly\LanguagePlugin.r02 RAMOnly\LanguagePlugin.r02
+data=EPOCROOT##epoc32\data\z\RAMOnly\LanguagePlugin.r03 RAMOnly\LanguagePlugin.r03
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComHashExample.dll RAMOnly\EComHashExample.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComHashExample.rsc RAMOnly\EComHashExample.rsc
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComSwiExample.dll RAMOnly\EComSwiExample.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComSwiExample.rsc RAMOnly\EComSwiExample.rsc
+data=EPOCROOT##epoc32\data\z\RAMOnly\dummycustomresolver1.rsc RAMOnly\dummycustomresolver1.rsc
+data=EPOCROOT##epoc32\data\z\RAMOnly\cachedcustomresolver2.rsc RAMOnly\cachedcustomresolver2.rsc
+
+//Note here that the data= is used instead of file= because in T_Loadmanager this plugins needs to be copied from ROM to C
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample5.dll RAMOnly\EComExample5.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample12.dll RAMOnly\EComExample12.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample12Upgraded.dll RAMOnly\EComExample12Upgraded.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample12Downgraded.dll RAMOnly\EComExample12Downgraded.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample14.dll RAMOnly\EComExample14.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample14Upgraded.dll RAMOnly\EComExample14Upgraded.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample15.dll RAMOnly\EComExample15.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComExampleBadData.dll RAMOnly\EComExampleBadData.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComExampleBadData1.dll RAMOnly\EComExampleBadData1.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComExampleBadData2.dll RAMOnly\EComExampleBadData2.dll
+data=EPOCROOT##epoc32\data\z\HeapTestImpl.dll HeapTestImpl.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\T_PlatSecResolverC.dll RAMOnly\T_PlatSecResolverC.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\T_PlatSecECom4.dll RAMOnly\T_PlatSecECom4.dll
+
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample3.dll RAMOnly\EComExample3.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample2.dll RAMOnly\EComExample2.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComExample.dll RAMOnly\EComExample.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComNullExample.dll RAMOnly\EComNullExample.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\EComRomRslvrExampleOnZ.dll RAMOnly\EComRomRslvrExampleOnZ.dll
+data=EPOCROOT##epoc32\data\z\RAMOnly\dummycustomresolver1.dll RAMOnly\dummycustomresolver1.dll
+
+
+
+// One that is not in \epoc32\data\z\ramonly.
+data=ABI_DIR\BUILD_DIR\z\ramonly\cachedcustomresolver2.dll RAMONLY\cachedcustomresolver2.dll
+
+// ECom test EXEs
+file=ABI_DIR\BUILD_DIR\ComponentInfoTest.exe Test\ComponentInfoTest.exe
+file=ABI_DIR\BUILD_DIR\EComTests.exe Test\EComTests.exe
+file=ABI_DIR\BUILD_DIR\EComServerTest.exe Test\EComServerTest.exe
+file=ABI_DIR\BUILD_DIR\T_PlatSecTest.exe Test\T_PlatSecTest.exe
+
+// Testbed test EXEs
+file=ABI_DIR\BUILD_DIR\DefaultLogOutputTest.exe Test\DefaultLogOutputTest.exe
+file=ABI_DIR\BUILD_DIR\DataLoggerTest.exe Test\DataLoggerTest.exe
+file=ABI_DIR\BUILD_DIR\TransitionTest.exe Test\TransitionTest.exe
+file=ABI_DIR\BUILD_DIR\TestControllerTest.exe Test\TestControllerTest.exe
+file=ABI_DIR\BUILD_DIR\TestManagerTest.exe Test\TestManagerTest.exe
+file=ABI_DIR\BUILD_DIR\ComponentTesterTest.exe Test\ComponentTesterTest.exe
+file=ABI_DIR\BUILD_DIR\UnitTestTest.exe Test\UnitTestTest.exe
+
+// Simple ECom tests
+file=ABI_DIR\BUILD_DIR\t_ecomcancel.exe Test\t_ecomcancel.exe
+file=ABI_DIR\BUILD_DIR\t_romresolver.exe Test\t_romresolver.exe
+file=ABI_DIR\BUILD_DIR\t_romonly.exe Test\t_romonly.exe
+file=ABI_DIR\BUILD_DIR\T_ListImplementation.exe Test\T_ListImplementation.exe
+file=ABI_DIR\BUILD_DIR\T_ExtendedInterfaces.exe Test\T_ExtendedInterfaces.exe
+file=ABI_DIR\BUILD_DIR\t_language.exe Test\t_language.exe
+file=ABI_DIR\BUILD_DIR\t_downgrade.exe Test\t_downgrade.exe
+file=ABI_DIR\BUILD_DIR\t_defaultresolver.exe Test\t_defaultresolver.exe
+file=ABI_DIR\BUILD_DIR\t_loadmanager.exe Test\t_loadmanager.exe
+file=ABI_DIR\BUILD_DIR\t_suicide.exe Test\t_suicide.exe
+file=ABI_DIR\BUILD_DIR\t_discoverer.exe Test\t_discoverer.exe
+file=ABI_DIR\BUILD_DIR\t_registrar.exe Test\t_registrar.exe
+file=ABI_DIR\BUILD_DIR\t_registrydata.exe Test\t_registrydata.exe
+file=ABI_DIR\BUILD_DIR\t_resolver.exe Test\t_resolver.exe
+file=ABI_DIR\BUILD_DIR\t_backupnotifier.exe Test\t_backupnotifier.exe
+file=ABI_DIR\BUILD_DIR\t_finalclose.exe Test\t_finalclose.exe
+file=ABI_DIR\BUILD_DIR\t_ecomdefect.exe Test\t_ecomdefect.exe
+file=ABI_DIR\BUILD_DIR\t_ServerStartupMgr.exe Test\t_ServerStartupMgr.exe
+file=ABI_DIR\BUILD_DIR\t_EComSsaEnabled.exe Test\t_EComSsaEnabled.exe
+file=ABI_DIR\BUILD_DIR\t_EComSsaDisabled.exe Test\t_EComSsaDisabled.exe
+file=ABI_DIR\BUILD_DIR\t_pluginupgrade.exe Test\t_pluginupgrade.exe
+file=ABI_DIR\BUILD_DIR\t_drivemount.exe Test\t_drivemount.exe
+file=ABI_DIR\BUILD_DIR\t_rogueplugin.exe Test\t_rogueplugin.exe
+file=ABI_DIR\BUILD_DIR\t_ecomswi.exe Test\t_ecomswi.exe
+file=ABI_DIR\BUILD_DIR\t_ecombur.exe Test\t_ecombur.exe
+
+file=ABI_DIR\BUILD_DIR\t_ecomentry.exe Test\t_ecomentry.exe
+file=ABI_DIR\BUILD_DIR\t_plugindiscovery.exe Test\t_plugindiscovery.exe
+file=ABI_DIR\BUILD_DIR\t_capcheck.exe Test\t_capcheck.exe
+file=ABI_DIR\BUILD_DIR\t_validateRegistry.exe Test\t_validateRegistry.exe
+file=ABI_DIR\BUILD_DIR\t_driveinfo.exe Test\t_driveinfo.exe
+file=ABI_DIR\BUILD_DIR\t_ImplementationInformation.exe Test\t_ImplementationInformation.exe
+file=ABI_DIR\BUILD_DIR\t_hashcheck.exe Test\t_hashcheck.exe
+file=ABI_DIR\BUILD_DIR\t_resolverperf.exe Test\t_resolverperf.exe
+file=ABI_DIR\BUILD_DIR\t_resolvercache.exe Test\t_resolvercache.exe
+
+// SPI test file
+data=EPOCROOT##epoc32\data\z\Test\Data\EcomTest.spi Test\Data\EcomTest.spi
+data=EPOCROOT##epoc32\data\z\Test\Data\EcomTestType3.spi Test\Data\EcomTestType3.spi
+
+//multiple SPI test files
+data=EPOCROOT##epoc32\data\z\Test\Data\ecom-0-2.s02 private\10009D8F\ecom-0-2.s02
+data=EPOCROOT##epoc32\data\z\Test\Data\ecom-0-3.s03 private\10009D8F\ecom-0-3.s03
+
+//epocsrvr.ini test files
+data=EPOCROOT##epoc32\data\z\Test\Data\EComSrvr.ini Test\Data\EComSrvr.ini
+data=EPOCROOT##epoc32\data\z\Test\Data\EComTestBehaviour.ini Test\Data\EComTestBehaviour.ini
+//T_EcomEntry test file .
+data=EPOCROOT##epoc32\data\z\Test\Data\ECOMTEST.aif Test\Data\ECOMTEST.aif
+
+//corrupt file to replace language and drive index files for robustness tests
+data=EPOCROOT##epoc32\data\z\Test\Data\corruptfile.txt Test\Data\corruptfile.txt
+
+file=ABI_DIR\DEBUG_DIR\t_disabledrives.exe sys\bin\t_disabledrives.exe
+
+//
+// The following include and macro mimic the way that ECOM production code
+// handles patchable constants. The patchdata commands are copied from
+// ECom.iby (except ecomserver.exe is changed to t_disabledrives.exe).
+// To test your new constants, copy the constant and its associated
+// macro from ECom.iby to disabledrivestest.hby and add a test in t_disabledrives.cpp.
+#include <disabledrivestest.hby>
+
+#ifdef ECOM_PATCHDATA_KTESTDISCOVERYDISABLEDDRIVELIST
+ patchdata t_disabledrives.exe@KDiscoveryDisabledDriveList ECOM_PATCHDATA_KTESTDISCOVERYDISABLEDDRIVELIST
+#endif
+
+#ifdef ECOM_PATCHDATA_KCUSTOMRESOLVERCACHESIZE
+ patchdata t_disabledrives.exe@KCustomResolverCacheSize ECOM_PATCHDATA_KCUSTOMRESOLVERCACHESIZE
+#endif
+
+#ifdef ECOM_PATCHDATA_KCUSTOMRESOLVERCACHETIMEOUT
+ patchdata t_disabledrives.exe@KCustomResolverCacheTimeout ECOM_PATCHDATA_KCUSTOMRESOLVERCACHETIMEOUT
+#endif
+
+#endif //__ECOMTEST_IBY__
--- a/lowlevellibsandfws/pluginfw/Group/EcomTests.bat Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Group/EcomTests.bat Fri Jun 11 15:26:22 2010 +0300
@@ -61,3 +61,4 @@
T_RESOLVERPERF.EXE
T_RESOLVERCACHE.EXE
T_HEAPTEST.EXE
+t_ecomeikerrortest.exe
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lowlevellibsandfws/pluginfw/Group/pluginfw-EComTest-RTEST.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,91 @@
+;
+; Copyright (c) 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"
+; which accompanies this distribution, and is available
+; at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;
+; Initial Contributors:
+; Nokia Corporation - initial contribution.
+;
+; Contributors:
+;
+; Description:
+;
+
+
+;Languages
+&EN
+
+
+;RTESTS-PLUGINFW
+"/epoc32/release/armv5/urel/T_PLUGINDISCOVERY.EXE"-"C:/test/T_PLUGINDISCOVERY.EXE"
+"/epoc32/release/armv5/urel/T_CAPCHECK.EXE"-"C:/test/T_CAPCHECK.EXE"
+"/epoc32/release/armv5/urel/T_ECOMCANCEL.EXE"-"C:/test/T_ECOMCANCEL.EXE"
+"/epoc32/release/armv5/urel/T_RESOLVER.EXE"-"C:/test/T_RESOLVER.EXE"
+"/epoc32/release/armv5/urel/T_ROMRESOLVER.EXE"-"C:/test/T_ROMRESOLVER.EXE"
+"/epoc32/release/armv5/urel/T_ROMONLY.EXE"-"C:/test/T_ROMONLY.EXE"
+"/epoc32/release/armv5/urel/T_LISTIMPLEMENTATION.EXE"-"C:/test/T_LISTIMPLEMENTATION.EXE"
+"/epoc32/release/armv5/urel/T_DEFAULTRESOLVER.EXE"-"C:/test/T_DEFAULTRESOLVER.EXE"
+"/epoc32/release/armv5/urel/T_LOADMANAGER.EXE"-"C:/test/T_LOADMANAGER.EXE"
+"/epoc32/release/armv5/urel/T_SUICIDE.EXE"-"C:/test/T_SUICIDE.EXE"
+"/epoc32/release/armv5/urel/T_DISCOVERER.EXE"-"C:/test/T_DISCOVERER.EXE"
+"/epoc32/release/armv5/urel/T_REGISTRAR.EXE"-"C:/test/T_REGISTRAR.EXE"
+"/epoc32/release/armv5/urel/T_REGISTRYDATA.EXE"-"C:/test/T_REGISTRYDATA.EXE"
+"/epoc32/release/armv5/urel/T_BACKUPNOTIFIER.EXE"-"C:/test/T_BACKUPNOTIFIER.EXE"
+"/epoc32/release/armv5/urel/T_FINALCLOSE.EXE"-"C:/test/T_FINALCLOSE.EXE"
+"/epoc32/release/armv5/urel/T_PLUGINUPGRADE.EXE"-"C:/test/T_PLUGINUPGRADE.EXE"
+"/epoc32/release/armv5/urel/T_DRIVEMOUNT.EXE"-"C:/test/T_DRIVEMOUNT.EXE"
+"/epoc32/release/armv5/urel/T_ECOMDEFECT.EXE"-"C:/test/T_ECOMDEFECT.EXE"
+"/epoc32/release/armv5/urel/t_rogueplugin.EXE"-"C:/test/t_rogueplugin.EXE"
+"/epoc32/release/armv5/urel/T_SERVERSTARTUPMGR.EXE"-"C:/test/T_SERVERSTARTUPMGR.EXE"
+"/epoc32/release/armv5/urel/T_ECOMSSADISABLED.EXE"-"C:/test/T_ECOMSSADISABLED.EXE"
+"/epoc32/release/armv5/urel/T_ECOMSSAENABLED.EXE"-"C:/test/T_ECOMSSAENABLED.EXE"
+"/epoc32/release/armv5/urel/T_ECOMENTRY.EXE"-"C:/test/T_ECOMENTRY.EXE"
+"/epoc32/release/armv5/urel/COMPONENTINFOTEST.EXE"-"C:/test/COMPONENTINFOTEST.EXE"
+"/epoc32/release/armv5/urel/ECOMTESTS.EXE"-"C:/test/ECOMTESTS.EXE"
+
+"/epoc32/release/armv5/urel/ECOMSERVERTEST.EXE"-"C:/test/ECOMSERVERTEST.EXE"
+"/epoc32/release/armv5/urel/DEFAULTLOGOUTPUTTEST.EXE"-"C:/test/DEFAULTLOGOUTPUTTEST.EXE"
+"/epoc32/release/armv5/urel/DATALOGGERTEST.EXE"-"C:/test/DATALOGGERTEST.EXE"
+"/epoc32/release/armv5/urel/TRANSITIONTEST.EXE"-"C:/test/TRANSITIONTEST.EXE"
+"/epoc32/release/armv5/urel/TESTCONTROLLERTEST.EXE"-"C:/test/TESTCONTROLLERTEST.EXE"
+
+"/epoc32/release/armv5/urel/TESTMANAGERTEST.EXE"-"C:/test/TESTMANAGERTEST.EXE"
+"/epoc32/release/armv5/urel/COMPONENTTESTERTEST.EXE"-"C:/test/COMPONENTTESTERTEST.EXE"
+"/epoc32/release/armv5/urel/UNITTESTTEST.EXE"-"C:/test/UNITTESTTEST.EXE"
+"/epoc32/release/armv5/urel/T_PLATSECTEST.EXE"-"C:/test/T_PLATSECTEST.EXE"
+"/epoc32/release/armv5/urel/T_VALIDATEREGISTRY.EXE"-"C:/test/T_VALIDATEREGISTRY.EXE"
+"/epoc32/release/armv5/urel/T_DOWNGRADE.EXE"-"C:/test/T_DOWNGRADE.EXE"
+"/epoc32/release/armv5/urel/T_DRIVEINFO.EXE"-"C:/test/T_DRIVEINFO.EXE"
+"/epoc32/release/armv5/urel/T_DISABLEDRIVES.EXE"-"C:/test/T_DISABLEDRIVES.EXE"
+
+"/epoc32/release/armv5/urel/T_IMPLEMENTATIONINFORMATION.EXE"-"C:/test/T_IMPLEMENTATIONINFORMATION.EXE"
+"/epoc32/release/armv5/urel/T_LANGUAGE.EXE"-"C:/test/T_LANGUAGE.EXE"
+"/epoc32/release/armv5/urel/T_HASHCHECK.EXE"-"C:/test/T_HASHCHECK.EXE"
+"/epoc32/release/armv5/urel/T_ECOMBUR.EXE"-"C:/test/T_ECOMBUR.EXE"
+"/epoc32/release/armv5/urel/T_ECOMSWI.EXE"-"C:/test/T_ECOMSWI.EXE"
+"/epoc32/release/armv5/urel/T_ExtendedInterfaces.EXE"-"C:/test/T_ExtendedInterfaces.EXE"
+"/epoc32/release/armv5/urel/T_RESOLVERPERF.EXE"-"C:/test/T_RESOLVERPERF.EXE"
+"/epoc32/release/armv5/urel/T_RESOLVERCACHE.EXE"-"C:/test/T_RESOLVERCACHE.EXE"
+
+"/epoc32/release/armv5/urel/T_HEAPTEST.EXE"-"C:/test/T_HEAPTEST.EXE"
+"/epoc32/release/armv5/urel/t_ecomeikerrortest.EXE"-"C:/test/t_ecomeikerrortest.EXE"
+
+
+
+
+T_HEAPTEST.EXE
+t_ecomeikerrortest.exe
+
+; Embedded SIS
+; None
+
+; End of Package body
+
+; PKG dependencies
+; None
+
+; PKG capabilities
+; None
--- a/lowlevellibsandfws/pluginfw/Group/syslibs_ecom3.mrp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Group/syslibs_ecom3.mrp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-#
-# Copyright (c) 2009 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"
-# which accompanies this distribution, and is available
-# at the URL "http://www.eclipse.org/legal/epl-v10.html".
-#
-# Initial Contributors:
-# Nokia Corporation - initial contribution.
-#
-# Contributors:
-#
-# Description:
-#
-
component syslibs_ecom3
source \sf\os\ossrv\lowlevellibsandfws\pluginfw
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lowlevellibsandfws/pluginfw/TestExecute/EComPerfTest/group/Te_EComPerfTest.bat Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,1 @@
+TESTEXECUTE C:/TEF_Ecom/Te_EComPerfTest.script
\ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lowlevellibsandfws/pluginfw/TestExecute/EComPerfTest/group/Te_EComPerfTest.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,69 @@
+;
+; Copyright (c) 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"
+; which accompanies this distribution, and is available
+; at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;
+; Initial Contributors:
+; Nokia Corporation - initial contribution.
+;
+; Contributors:
+;
+; Description:
+;
+
+
+;Languages
+&EN
+
+
+; Provide value for uid
+;#{"Te_EComPerfTest.pkg"},(0x10004c73),1,0,0
+
+; Series60 product id for S60 3.0
+;[0x101F7961], 0, 0, 0, {"Series60ProductID"}
+
+; Localised Vendor name
+%{"Nokia"}
+
+; Unique Vendor name
+:"Nokia"
+
+; Logo
+; None
+
+; Package signature - Optional
+; None
+
+; Start of Package body
+
+; Condition blocks
+; None
+
+; Options list
+; None
+
+
+;Script
+
+//TEF Script Files
+"/epoc32/data/z/TEF_Ecom/Te_EComPerfTest.script"-"C:/TEF_Ecom/Te_EComPerfTest.script"
+
+//TEF INI Files
+"/epoc32/data/z/TEF_Ecom/EcomGranularityTest.ini"-"C:/TEF_Ecom/EcomGranularityTest.ini"
+
+
+
+
+; Embedded SIS
+; None
+
+; End of Package body
+
+; PKG dependencies
+; None
+
+; PKG capabilities
+; None
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lowlevellibsandfws/pluginfw/TestExecute/EComSWITests/group/TE_EComSWITestARM.bat Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,1 @@
+TESTEXECUTE C:/TEF_EComSWI/TE_EComSWITestARM.script
\ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lowlevellibsandfws/pluginfw/TestExecute/EComSWITests/group/TE_EComSWITestARM.pkg Fri Jun 11 15:26:22 2010 +0300
@@ -0,0 +1,71 @@
+;
+; Copyright (c) 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"
+; which accompanies this distribution, and is available
+; at the URL "http://www.eclipse.org/legal/epl-v10.html".
+;
+; Initial Contributors:
+; Nokia Corporation - initial contribution.
+;
+; Contributors:
+;
+; Description:
+;
+
+
+;Languages
+&EN
+
+
+; Provide value for uid
+;#{"TE_EComSWITestARM.pkg"},(0x10004c73),1,0,0
+
+; Series60 product id for S60 3.0
+;[0x101F7961], 0, 0, 0, {"Series60ProductID"}
+
+; Localised Vendor name
+%{"Nokia"}
+
+; Unique Vendor name
+:"Nokia"
+
+; Logo
+; None
+
+; Package signature - Optional
+; None
+
+; Start of Package body
+
+; Condition blocks
+; None
+
+; Options list
+; None
+
+
+;Script
+
+//TEF Script Files
+"/epoc32/data/z/TEF_EComSWI/TE_EComSWITestARM.script"-"C:/TEF_EComSWI/TE_EComSWITestARM.script"
+
+//TEF INI Files
+"/epoc32/data/z/TEF_EComSWI/ECom-SWI-Install.ini"-"C:/TEF_EComSWI/ECom-SWI-Install.ini"
+"/epoc32/data/z/TEF_EComSWI/ECom-SWI-CheckPlugin.ini"-"C:/TEF_EComSWI/ECom-SWI-CheckPlugin.ini"
+"/epoc32/data/z/TEF_EComSWI/ECom-SWI-UsePlugin.ini"-"C:/TEF_EComSWI/ECom-SWI-UsePlugin.ini"
+
+
+
+
+; Embedded SIS
+; None
+
+; End of Package body
+
+; PKG dependencies
+; None
+
+; PKG capabilities
+; None
--- a/lowlevellibsandfws/pluginfw/Test_Bed/MMPFiles/ComponentInfoTest.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Test_Bed/MMPFiles/ComponentInfoTest.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET componentinfotest.exe
+TARGET componentinfotest.exe //RTEST
TARGETTYPE EXE
// UIDs for loading
--- a/lowlevellibsandfws/pluginfw/Test_Bed/MMPFiles/ComponentTesterTest.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Test_Bed/MMPFiles/ComponentTesterTest.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET componenttestertest.exe
+TARGET componenttestertest.exe //RTEST
TARGETTYPE EXE
// UIDs for loading
--- a/lowlevellibsandfws/pluginfw/Test_Bed/MMPFiles/DefaultLogOutputTest.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Test_Bed/MMPFiles/DefaultLogOutputTest.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET defaultlogoutputtest.exe
+TARGET defaultlogoutputtest.exe //RTEST
TARGETTYPE EXE
// UIDs for loading
--- a/lowlevellibsandfws/pluginfw/Test_Bed/MMPFiles/TestControllerTest.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Test_Bed/MMPFiles/TestControllerTest.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET testcontrollertest.exe
+TARGET testcontrollertest.exe //RTEST
TARGETTYPE EXE
// UIDs for loading
--- a/lowlevellibsandfws/pluginfw/Test_Bed/MMPFiles/TestManagerTest.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Test_Bed/MMPFiles/TestManagerTest.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET testmanagertest.exe
+TARGET testmanagertest.exe //RTEST
TARGETTYPE EXE
// UIDs for loading
--- a/lowlevellibsandfws/pluginfw/Test_Bed/MMPFiles/TransitionTest.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Test_Bed/MMPFiles/TransitionTest.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET transitiontest.exe
+TARGET transitiontest.exe //RTEST
TARGETTYPE EXE
// UIDs for loading
--- a/lowlevellibsandfws/pluginfw/Test_Bed/MMPFiles/UnitTestTest.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/lowlevellibsandfws/pluginfw/Test_Bed/MMPFiles/UnitTestTest.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -13,7 +13,7 @@
// Description:
//
-TARGET unittesttest.exe
+TARGET unittesttest.exe //RTEST
TARGETTYPE EXE
// UIDs for loading
--- a/ofdbus/dbus-glib/tsrc/testapps/dbus_glib_tests/test/test-service.c Fri Jun 04 16:20:51 2010 +0100
+++ b/ofdbus/dbus-glib/tsrc/testapps/dbus_glib_tests/test/test-service.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
--- a/ofdbus/dbus/bus/selinux.c Fri Jun 04 16:20:51 2010 +0100
+++ b/ofdbus/dbus/bus/selinux.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,26 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
+ * Portion Copyright © 2008 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
+ * selinux.c SELinux security checks for D-Bus
+ *
+ * Author: Matthew Rickard <mjricka@epoch.ncsc.mil>
+ *
+ * Licensed under the Academic Free License version 2.1
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
#ifndef __SYMBIAN32__
#include <dbus/dbus-internals.h>
#include <dbus/dbus-string.h>
--- a/ofdbus/dbus/bus/selinux.h Fri Jun 04 16:20:51 2010 +0100
+++ b/ofdbus/dbus/bus/selinux.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,24 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* selinux.h SELinux security check headers for D-BUS
+ * Portion Copyright © 2008 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
+ * Author: Matthew Rickard <mjricka@epoch.ncsc.mil>
+ *
+ * Licensed under the Academic Free License version 2.1
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
--- a/ofdbus/dbus/dbus/dbus-glib-error-enum.h Fri Jun 04 16:20:51 2010 +0100
+++ b/ofdbus/dbus/dbus/dbus-glib-error-enum.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
DBUS_GERROR_FAILED,
DBUS_GERROR_NO_MEMORY,
DBUS_GERROR_SERVICE_UNKNOWN,
--- a/ofdbus/dbus/dbus/dbus-glib-error-switch.h Fri Jun 04 16:20:51 2010 +0100
+++ b/ofdbus/dbus/dbus/dbus-glib-error-switch.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
static gint
dbus_error_to_gerror_code (const char *derr)
{
--- a/ofdbus/dbus/dbus/dbus-gmarshal.c Fri Jun 04 16:20:51 2010 +0100
+++ b/ofdbus/dbus/dbus/dbus-gmarshal.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include "dbus-gmarshal.h"
#include <glib-object.h>
--- a/ofdbus/dbus/dbus/dbus-gmarshal.h Fri Jun 04 16:20:51 2010 +0100
+++ b/ofdbus/dbus/dbus/dbus-gmarshal.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#ifndef ___dbus_g_marshal_MARSHAL_H__
#define ___dbus_g_marshal_MARSHAL_H__
--- a/ofdbus/dbus/dbus/dbus-gsignature.h Fri Jun 04 16:20:51 2010 +0100
+++ b/ofdbus/dbus/dbus/dbus-gsignature.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
#ifndef DBUS_GOBJECT_SIGNATURE_H
#define DBUS_GOBJECT_SIGNATURE_H
--- a/ofdbus/dbus/dbus/dbus-gvalue.h Fri Jun 04 16:20:51 2010 +0100
+++ b/ofdbus/dbus/dbus/dbus-gvalue.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#ifndef DBUS_GOBJECT_VALUE_H
#define DBUS_GOBJECT_VALUE_H
--- a/ofdbus/dbus/dbus/dbus-sysdeps.c Fri Jun 04 16:20:51 2010 +0100
+++ b/ofdbus/dbus/dbus/dbus-sysdeps.c Fri Jun 11 15:26:22 2010 +0300
@@ -36,7 +36,7 @@
#include <locale.h>
#include <stdlib.h>
#include <string.h>
-//#include <stdio.h>
+#include <stdio.h>
#ifdef __SYMBIAN32__
#include "config.h"
--- a/ofdbus/dbus/tsrc/testapps/dbus_test_cases/name_test/test-pending-call-dispatch.c Fri Jun 04 16:20:51 2010 +0100
+++ b/ofdbus/dbus/tsrc/testapps/dbus_test_cases/name_test/test-pending-call-dispatch.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
/**
* Test to make sure we don't get stuck polling a dbus connection
* which has no data on the socket. This was an issue where
--- a/ofdbus/dbus/tsrc/testapps/dbus_test_cases/name_test/test-threads-init.c Fri Jun 04 16:20:51 2010 +0100
+++ b/ofdbus/dbus/tsrc/testapps/dbus_test_cases/name_test/test-threads-init.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
/**
* Test to make sure late thread initialization works
*/
--- a/ofdbus/dbus/tsrc/testapps/dbus_test_cases/shell-test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/ofdbus/dbus/tsrc/testapps/dbus_test_cases/shell-test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
#include <stdio.h>
#include <stdlib.h>
#define DBUS_COMPILATION
--- a/ofdbus/dbus/tsrc/testapps/dbus_test_cases/spawn-test.c Fri Jun 04 16:20:51 2010 +0100
+++ b/ofdbus/dbus/tsrc/testapps/dbus_test_cases/spawn-test.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
#include <dbus/dbus.h>
#define DBUS_COMPILATION /* cheat and use dbus-sysdeps */
--- a/ofdbus/dbus/tsrc/testapps/dbus_test_cases/test-exit.c Fri Jun 04 16:20:51 2010 +0100
+++ b/ofdbus/dbus/tsrc/testapps/dbus_test_cases/test-exit.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
/* This is a process that just exits with a failure code */
int
--- a/ofdbus/dbus/tsrc/testapps/dbus_test_cases/test-names.c Fri Jun 04 16:20:51 2010 +0100
+++ b/ofdbus/dbus/tsrc/testapps/dbus_test_cases/test-names.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
#include "test-utils.h"
#define LOG_FILE "c:\\logs\\test_names_log1.txt"
#include "std_log_result.h"
--- a/ofdbus/dbus/tsrc/testapps/dbus_test_cases/test-segfault.c Fri Jun 04 16:20:51 2010 +0100
+++ b/ofdbus/dbus/tsrc/testapps/dbus_test_cases/test-segfault.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
/* This is simply a process that segfaults */
#include <stdlib.h>
#ifndef TODO
--- a/ofdbus/dbus/tsrc/testapps/dbus_test_cases/test-service.c Fri Jun 04 16:20:51 2010 +0100
+++ b/ofdbus/dbus/tsrc/testapps/dbus_test_cases/test-service.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
#include "test-utils.h"
static DBusLoop *loop;
--- a/ofdbus/dbus/tsrc/testapps/dbus_test_cases/test-shell-service.c Fri Jun 04 16:20:51 2010 +0100
+++ b/ofdbus/dbus/tsrc/testapps/dbus_test_cases/test-shell-service.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
#include "test-utils.h"
static DBusLoop *loop;
--- a/ofdbus/dbus/tsrc/testapps/dbus_test_cases/test-sleep-forever.c Fri Jun 04 16:20:51 2010 +0100
+++ b/ofdbus/dbus/tsrc/testapps/dbus_test_cases/test-sleep-forever.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
/* This is a process that just sleeps infinitely. */
#include <unistd.h>
--- a/ofdbus/dbus/tsrc/testapps/dbus_test_cases/test-utils.c Fri Jun 04 16:20:51 2010 +0100
+++ b/ofdbus/dbus/tsrc/testapps/dbus_test_cases/test-utils.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
#include "test-utils.h"
typedef struct
--- a/ofdbus/dbus/tsrc/testapps/dbus_test_cases/test-utils.h Fri Jun 04 16:20:51 2010 +0100
+++ b/ofdbus/dbus/tsrc/testapps/dbus_test_cases/test-utils.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
#ifndef TEST_UTILS_H
#define TEST_UTILS_H
#ifndef __SYMBIAN32__
--- a/ossrv_info/ossrv_metadata/ossrv_metadata.mrp Fri Jun 04 16:20:51 2010 +0100
+++ b/ossrv_info/ossrv_metadata/ossrv_metadata.mrp Fri Jun 11 15:26:22 2010 +0300
@@ -2,6 +2,5 @@
source \sf\os\ossrv\ossrv_info\ossrv_metadata
source \sf\os\ossrv\package_definition.xml
source \sf\os\ossrv\distribution.policy.s60
-source \sf\os\ossrv\package_definition_v2.xml
notes_source \component_defs\release.src
ipr T
--- a/ossrv_plat/libutils/inc/libutils.h Fri Jun 04 16:20:51 2010 +0100
+++ b/ossrv_plat/libutils/inc/libutils.h Fri Jun 11 15:26:22 2010 +0300
@@ -49,7 +49,7 @@
IMPORT_C int CharpToTptr8(const char* aSrc, TPtr8& aDes);
-IMPORT_C int CharpToTptr16(const char* aSrc, wchar_t* wPtr, TPtr16& aDes);
+IMPORT_C int CharpToTptr16(const char* aSrc, TPtr16& aDes);
IMPORT_C int CharpToTptrc16(char* aSrc, wchar_t* cPtr, TPtrC16& aDes);
--- a/ossrv_pub/boost_apis/boost/lexical_cast.hpp Fri Jun 04 16:20:51 2010 +0100
+++ b/ossrv_pub/boost_apis/boost/lexical_cast.hpp Fri Jun 11 15:26:22 2010 +0300
@@ -217,7 +217,7 @@
typedef typename detail::array_to_pointer_decay<Source>::type NewSource;
detail::lexical_stream<Target, NewSource> interpreter;
- Target result = 0;
+ Target result ;
if(!(interpreter << arg && interpreter >> result))
throw_exception(bad_lexical_cast(typeid(NewSource), typeid(Target)));
--- a/ossrv_pub/compiler_specific_runtime_support/inc/stdapis/stlport/runtime/new.h Fri Jun 04 16:20:51 2010 +0100
+++ b/ossrv_pub/compiler_specific_runtime_support/inc/stdapis/stlport/runtime/new.h Fri Jun 11 15:26:22 2010 +0300
@@ -15,6 +15,9 @@
*
*/
+#ifndef _STLP_NEW_H
+#define _STLP_NEW_H
+
# if !defined (_STLP_OUTERMOST_HEADER_ID)
# define _STLP_OUTERMOST_HEADER_ID 0x848
# include <stl/_prolog.h>
@@ -22,11 +25,7 @@
# define _STLP_DONT_POP_0x848
# endif
-#ifndef _STLP_NEW_H
-#define _STLP_NEW_H
-
-
-# if (!(defined( _STLP_WINCE ) || defined (__SYMBIAN32__))
+# if (!(defined( _STLP_WINCE ) || defined (__SYMBIAN32__)))
# if defined (__BORLANDC__)
# include <new.>
# elif (__INTEL_COMPILER >= 800)
@@ -40,8 +39,6 @@
# endif
# endif /* STL_WINCE */
-#endif //_STLP_NEW_H
-
# if (_STLP_OUTERMOST_HEADER_ID == 0x848)
# if ! defined (_STLP_DONT_POP_0x848)
# include <stl/_epilog.h>
@@ -50,6 +47,8 @@
# undef _STLP_DONT_POP_0x848
# endif
+#endif //_STLP_NEW_H
+
// Local Variables:
// mode:C++
// End:
--- a/ossrv_pub/configuration/inc/stdapis/stlport/config/_epilog.h Fri Jun 04 16:20:51 2010 +0100
+++ b/ossrv_pub/configuration/inc/stdapis/stlport/config/_epilog.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#if defined (_STLP_MSVC) || defined (__ICL) || defined (__BORLANDC__)
# if defined (__BORLANDC__)
--- a/ossrv_pub/configuration/inc/stdapis/stlport/config/_gcc.h Fri Jun 04 16:20:51 2010 +0100
+++ b/ossrv_pub/configuration/inc/stdapis/stlport/config/_gcc.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* STLport configuration file
* It is internal STLport header - DO NOT include it directly
*/
--- a/ossrv_pub/configuration/inc/stdapis/stlport/config/_msvc_warnings_off.h Fri Jun 04 16:20:51 2010 +0100
+++ b/ossrv_pub/configuration/inc/stdapis/stlport/config/_msvc_warnings_off.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
# if (_MSC_VER > 1000)
// #pragma warning ( disable : 4251 ) // ignore template classes being exported in .dll's
/*
--- a/ossrv_pub/configuration/inc/stdapis/stlport/config/_prolog.h Fri Jun 04 16:20:51 2010 +0100
+++ b/ossrv_pub/configuration/inc/stdapis/stlport/config/_prolog.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#if defined (_STLP_MSVC) || defined (__ICL) || defined (__BORLANDC__)
--- a/ossrv_pub/configuration/inc/stdapis/stlport/config/stl_as400.h Fri Jun 04 16:20:51 2010 +0100
+++ b/ossrv_pub/configuration/inc/stdapis/stlport/config/stl_as400.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport configuration file
// It is internal STLport header - DO NOT include it directly
--- a/ossrv_pub/configuration/inc/stdapis/stlport/config/stl_gccxml.h Fri Jun 04 16:20:51 2010 +0100
+++ b/ossrv_pub/configuration/inc/stdapis/stlport/config/stl_gccxml.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,6 @@
/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+ * © Portions copyright (c) 2006-2007 Nokia Corporation. All rights reserved.
+ */
// =============================================================================
// stl_rvct.h
// This is a list of settings for STLport specific to the ARM RVCT compiler.
--- a/ossrv_pub/configuration/inc/stdapis/stlport/config/stl_msvc.h Fri Jun 04 16:20:51 2010 +0100
+++ b/ossrv_pub/configuration/inc/stdapis/stlport/config/stl_msvc.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport configuration file
// It is internal STLport header - DO NOT include it directly
// Microsoft Visual C++ 4.0, 4.1, 4.2, 5.0, 6.0, 7.0, 7.1, ICL
--- a/ossrv_pub/configuration/inc/stdapis/stlport/config/stl_mwerks.h Fri Jun 04 16:20:51 2010 +0100
+++ b/ossrv_pub/configuration/inc/stdapis/stlport/config/stl_mwerks.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport configuration file
// It is internal STLport header - DO NOT include it directly
--- a/ossrv_pub/configuration/inc/stdapis/stlport/config/stl_rvct.h Fri Jun 04 16:20:51 2010 +0100
+++ b/ossrv_pub/configuration/inc/stdapis/stlport/config/stl_rvct.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,32 @@
/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
+
+* Redistribution and use in source and binary forms, with or without
+* modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+* list of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the above copyright notice,
+* this list of conditions and the following disclaimer in the documentation
+* and/or other materials provided with the distribution.
+* Neither the name of Nokia Corporation nor the names of its contributors
+* may be used to endorse or promote products derived from this software
+* without specific prior written permission.
+
+* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
+* Description:
*
*/
-
// =============================================================================
// stl_rvct.h
--- a/ossrv_pub/configuration/inc/stdapis/stlport/config/stl_select_lib.h Fri Jun 04 16:20:51 2010 +0100
+++ b/ossrv_pub/configuration/inc/stdapis/stlport/config/stl_select_lib.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
# if !defined (_STLP_NO_OWN_IOSTREAMS)
# if ! defined (_STLP_LIB_STATIC_SUFFIX)
--- a/ossrv_pub/configuration/inc/stdapis/stlport/config/stl_watcom.h Fri Jun 04 16:20:51 2010 +0100
+++ b/ossrv_pub/configuration/inc/stdapis/stlport/config/stl_watcom.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport configuration file
// It is internal STLport header - DO NOT include it directly
--- a/ossrv_pub/crypto_utility_functions_api/inc/stdapis/openssl/ebcdic.h Fri Jun 04 16:20:51 2010 +0100
+++ b/ossrv_pub/crypto_utility_functions_api/inc/stdapis/openssl/ebcdic.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* crypto/ebcdic.h */
/*
© Portions copyright (c) 2006 Nokia Corporation. All rights reserved.
--- a/ossrv_pub/crypto_utility_functions_api/inc/stdapis/openssl/opensslv.h Fri Jun 04 16:20:51 2010 +0100
+++ b/ossrv_pub/crypto_utility_functions_api/inc/stdapis/openssl/opensslv.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#ifndef HEADER_OPENSSLV_H
#define HEADER_OPENSSLV_H
--- a/ossrv_pub/glib_closures/inc/stdapis/glib-2.0/gobject/gmarshal.h Fri Jun 04 16:20:51 2010 +0100
+++ b/ossrv_pub/glib_closures/inc/stdapis/glib-2.0/gobject/gmarshal.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008-09 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. */
#ifndef __G_MARSHAL_H__
#define __G_MARSHAL_H__
--- a/ossrv_pub/io_stream_api/inc/stdapis/stlport/stdiostream.h Fri Jun 04 16:20:51 2010 +0100
+++ b/ossrv_pub/io_stream_api/inc/stdapis/stlport/stdiostream.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008-09 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/
#ifndef _STLP_misc_stdiostream_h
# define _STLP_misc_stdiostream_h
--- a/ossrv_pub/io_stream_api/inc/stdapis/stlport/stl/_iosfwd.h Fri Jun 04 16:20:51 2010 +0100
+++ b/ossrv_pub/io_stream_api/inc/stdapis/stlport/stl/_iosfwd.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
# ifndef _STLP_INTERNAL_IOSFWD
# define _STLP_INTERNAL_IOSFWD
--- a/ossrv_pub/io_stream_api/inc/stdapis/stlport/stl/_string_io.c Fri Jun 04 16:20:51 2010 +0100
+++ b/ossrv_pub/io_stream_api/inc/stdapis/stlport/stl/_string_io.c Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,4 @@
-/*
-* Copyright (c) 2008 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
+/* Portion Copyright © 2008-09 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. */
#ifndef _STLP_STRING_IO_C
--- a/ossrv_pub/typeinfo/inc/stdapis/stlport/typeinfo.h Fri Jun 04 16:20:51 2010 +0100
+++ b/ossrv_pub/typeinfo/inc/stdapis/stlport/typeinfo.h Fri Jun 11 15:26:22 2010 +0300
@@ -46,10 +46,10 @@
{
public:
virtual ~type_info();
- bool operator==(const type_info&) const;
- IMPORT_C bool operator!=(const type_info&) const;
- bool before(const type_info&) const;
- const char* name() const;
+ IMPORT_C bool operator==(const type_info&) const;
+ IMPORT_C bool operator!=(const type_info&) const;
+ IMPORT_C bool before(const type_info&) const;
+ IMPORT_C const char* name() const;
private:
static void operator delete(void*) { /* nothing */ }
type_info& operator=(const type_info&); // Not actually defined
--- a/package_definition.xml Fri Jun 04 16:20:51 2010 +0100
+++ b/package_definition.xml Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,39 @@
<?xml version="1.0" encoding="UTF-8"?>
<SystemDefinition schema="3.0.0">
<package id="ossrv" name="Generic OS Services" levels="physical-abstraction app-libs encoding translation data-services utilities">
- <collection id="stdlibs" name="Standard Libraries" level="translation">
- <component id="libz" filter="s60" name="Z Compression Library">
- <unit bldFile="stdlibs/libz/group"/>
- </component>
- <component id="libcrypt" filter="s60" name="Crypt Library">
- <unit bldFile="stdlibs/libcrypt/group"/>
+ <collection id="utilitylibraries" name="Utility Libraries" level="encoding">
+ <component id="libutils" filter="s60" name="Utility Library">
+ <!-- this can only have one unit. Should include secondary from the main bld.inf -->
+ <unit bldFile="utilitylibraries/libutils/group"/>
+ <unit bldFile="utilitylibraries/libutils/tsrc/group"/>
+ <!-- <unit bldFile="utilitylibraries/libutils/tsrc/nft/group"/> -->
</component>
</collection>
- <collection id="ssl" name="SSL" level="data-services">
- <component id="libcrypto" filter="s60" name="Crypto Library">
- <unit bldFile="ssl/libcrypto/group"/>
+ <collection id="ofdbus" name="Open Foundation D-Bus" level="utilities">
+ <component id="dbus" filter="s60" name="D-Bus">
+ <unit bldFile="ofdbus/dbus/group"/>
+ <!-- this can only have one unit. Should include test from the main bld.inf -->
+ <unit bldFile="ofdbus/dbus/tsrc/group"/>
+ </component>
+ <component id="dbus-glib" filter="s60" name="D-Bus GLib">
+ <unit bldFile="ofdbus/dbus-glib/group"/>
+ <!-- this can only have one unit. Should include test from the main bld.inf -->
+ <unit bldFile="ofdbus/dbus-glib/tsrc/group"/>
</component>
- <component id="libssl" filter="s60" purpose="development" name="SSL Library">
- <unit bldFile="ssl/libssl/group"/>
+ <component id="ofdbus_rom" filter="s60" name="D-Bus ROM">
+ <!-- Contains IBY for for dbus. should remove #includes to above components. Consider moving IBY file to one of the above as well and removing this component entirely -->
+ <unit bldFile="ofdbus/group"/>
+ </component>
+ <component id="ofdbus_test" filter="s60" purpose="development" name="OF Dbus Test">
+ <!-- can these be put into ofdbus component? -->
+ <!-- <unit bldFile="ofdbus/tsrc/nft/idle_daemon_run/group"/> -->
+ <!-- <unit bldFile="ofdbus/tsrc/nft/g_n_messages/group"/> -->
+ <!-- <unit bldFile="ofdbus/tsrc/nft/g_file_send/group"/> -->
+ <!-- <unit bldFile="ofdbus/tsrc/nft/send_messages1/group"/> -->
+ <!-- <unit bldFile="ofdbus/tsrc/nft/stif_glib_1_simple_message/group"/> -->
+ <!-- <unit bldFile="ofdbus/tsrc/nft/file_transfer_time/group"/> -->
+ <!-- <unit bldFile="ofdbus/tsrc/nft/g_n_messages1/group"/> -->
+ <!-- <unit bldFile="ofdbus/tsrc/nft/send_messages/group"/> -->
</component>
</collection>
<collection id="glib" name="GLib" level="utilities">
@@ -33,29 +52,45 @@
<component id="libgobject" filter="s60" name="Libg Object">
<unit bldFile="glib/build/symbian/gobject/group"/>
</component>
+ <component id="glib_test" filter="s60" purpose="development" name="GLib Test">
+ <unit bldFile="glib/tsrc/group"/>
+ <!-- should #include the next unit in the above bld.inf if it's needed -->
+ <!-- <unit bldFile="glib/tsrc/bc/group"/> -->
+ </component>
+ </collection>
+ <collection id="ssl" name="SSL" level="data-services">
+ <component id="libcrypto" filter="s60" name="Crypto Library">
+ <unit bldFile="ssl/libcrypto/group"/>
+ </component>
+ <component id="ssl_test" filter="s60" purpose="development" name="SSL Test">
+ <unit bldFile="ssl/tsrc/group"/>
+ <!-- should #include the next unit in the above bld.inf if it's needed -->
+ <!-- <unit bldFile="ssl/tsrc/bc/group"/> -->
+ </component>
</collection>
<collection id="stdcpp" name="C++ Standard Library" level="translation">
- <!-- collection is really a component. Needs to be moved down a directory -->
<component id="stdcpp_build" filter="s60" name="Stdcpp">
<unit bldFile="stdcpp/group"/>
</component>
- </collection>
- <collection id="ofdbus" name="Open Foundation D-Bus" level="utilities">
- <component id="dbus" filter="s60" name="D-Bus">
- <unit bldFile="ofdbus/dbus/group"/>
- </component>
- <component id="dbus-glib" filter="s60" name="D-Bus GLib">
- <unit bldFile="ofdbus/dbus-glib/group"/>
- </component>
- <component id="ofdbus_rom" filter="s60" name="D-Bus ROM">
- <!-- Contains IBY for for dbus. Should remove #includes to above components and move this down a directory
- Consider moving IBY file to one of the above as well and removing this component entirely -->
- <unit bldFile="ofdbus/group"/>
+ <component id="stdcpp_test" filter="s60" purpose="development" name="Stdcpp Test">
+ <unit bldFile="stdcpp/tsrc/group"/>
+ <!-- these should be #included in the above bld.inf if they're needed -->
+ <!-- <unit bldFile="stdcpp/tsrc/stdcpp_test/tstdcpp/twsd_manual/group"/> -->
+ <!-- <unit bldFile="stdcpp/tsrc/stdcpp_test/tstdcpp/ood_manual/group"/> -->
+ <!-- <unit bldFile="stdcpp/tsrc/stdcpp_test/stlport/manual/group"/> -->
+ <!-- <unit bldFile="stdcpp/tsrc/boost_test/multi_array/manual/group"/> -->
+ <!-- <unit bldFile="stdcpp/tsrc/stdcpp_test/tstdcpp/io_manual/group"/> -->
+ <!-- <unit bldFile="stdcpp/tsrc/bc/group"/> -->
+ <!-- <unit bldFile="stdcpp/tsrc/boost_test/graph/manual/group"/> -->
+ <!-- <unit bldFile="stdcpp/tsrc/stdcpp_test/tstdcpp/multithread/manual/group"/> -->
</component>
</collection>
- <collection id="utilitylibraries" name="Utility Libraries" level="encoding">
- <component id="libutils" filter="s60" name="Utility Library">
- <unit bldFile="utilitylibraries/libutils/group"/>
+ <collection id="stdlibs" name="Standard Libraries" level="translation">
+ <component id="libz" filter="s60" name="Z Compression Library">
+ <unit bldFile="stdlibs/libz/group"/>
+ </component>
+ <component id="libcrypt" filter="s60" name="Crypt Library">
+ <unit bldFile="stdlibs/libcrypt/group"/>
</component>
</collection>
<collection id="genericservices" name="Generic Services" level="utilities">
@@ -120,6 +155,10 @@
</component>
</collection>
<collection id="ossrv_info" name="Generic OS Services Info" level="utilities">
+ <component id="ossrv_test" filter="s60" purpose="development" name="Generic OS Services Test">
+ <!-- is this needed? Can it be split up into tests for the individual packages? -->
+ <!-- <unit bldFile="tsrc/group"/> -->
+ </component>
<component id="ossrv_build" filter="s60" name="Generic OS Services Build">
<!-- exports should be moved to individual components -->
<unit bldFile="group"/>
@@ -129,6 +168,10 @@
</component>
<component id="ossrv_pub" filter="s60" name="Generic OS Services Public Interfaces" class="api">
<unit bldFile="ossrv_pub/group"/>
+ <!-- <unit bldFile="ossrv_pub/boost_apis/tsrc/group"/> -->
+ <!-- <unit bldFile="ossrv_pub/glib_arrays/tsrc/group"/> -->
+ <!-- <unit bldFile="ossrv_pub/ssl_general_api/tsrc/group"/> -->
+ <!-- <unit bldFile="ossrv_pub/stl/tsrc/group"/> -->
</component>
<component id="ossrv_metadata" name="Generic OS Services Metadata" class="config" introduced="^2" purpose="development" target="desktop">
<unit mrp="ossrv_info/ossrv_metadata/ossrv_metadata.mrp"/>
--- a/package_definition_v2.xml Fri Jun 04 16:20:51 2010 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,184 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<SystemDefinition schema="3.0.0">
- <package id="ossrv" name="Generic OS Services" levels="physical-abstraction app-libs encoding translation data-services utilities">
- <collection id="utilitylibraries" name="Utility Libraries" level="encoding">
- <component id="libutils" filter="s60" name="Utility Library">
- <!-- this can only have one unit. Should include secondary from the main bld.inf -->
- <unit bldFile="utilitylibraries/libutils/group"/>
- <unit bldFile="utilitylibraries/libutils/tsrc/group"/>
- <!-- <unit bldFile="utilitylibraries/libutils/tsrc/nft/group"/> -->
- </component>
- </collection>
- <collection id="ofdbus" name="Open Foundation D-Bus" level="utilities">
- <component id="dbus" filter="s60" name="D-Bus">
- <unit bldFile="ofdbus/dbus/group"/>
- <!-- this can only have one unit. Should include test from the main bld.inf -->
- <unit bldFile="ofdbus/dbus/tsrc/group"/>
- </component>
- <component id="dbus-glib" filter="s60" name="D-Bus GLib">
- <unit bldFile="ofdbus/dbus-glib/group"/>
- <!-- this can only have one unit. Should include test from the main bld.inf -->
- <unit bldFile="ofdbus/dbus-glib/tsrc/group"/>
- </component>
- <component id="ofdbus_rom" filter="s60" name="D-Bus ROM">
- <!-- Contains IBY for for dbus. should remove #includes to above components. Consider moving IBY file to one of the above as well and removing this component entirely -->
- <unit bldFile="ofdbus/group"/>
- </component>
- <component id="ofdbus_test" filter="s60" purpose="development" name="OF Dbus Test">
- <!-- can these be put into ofdbus component? -->
- <!-- <unit bldFile="ofdbus/tsrc/nft/idle_daemon_run/group"/> -->
- <!-- <unit bldFile="ofdbus/tsrc/nft/g_n_messages/group"/> -->
- <!-- <unit bldFile="ofdbus/tsrc/nft/g_file_send/group"/> -->
- <!-- <unit bldFile="ofdbus/tsrc/nft/send_messages1/group"/> -->
- <!-- <unit bldFile="ofdbus/tsrc/nft/stif_glib_1_simple_message/group"/> -->
- <!-- <unit bldFile="ofdbus/tsrc/nft/file_transfer_time/group"/> -->
- <!-- <unit bldFile="ofdbus/tsrc/nft/g_n_messages1/group"/> -->
- <!-- <unit bldFile="ofdbus/tsrc/nft/send_messages/group"/> -->
- </component>
- </collection>
- <collection id="glib" name="GLib" level="utilities">
- <component id="glibbackend" filter="s60" name="GLib Backend">
- <unit bldFile="glib/build/symbian/glibbackend/group"/>
- </component>
- <component id="libglib" filter="s60" name="GLib Library">
- <unit bldFile="glib/build/symbian/glib/group"/>
- </component>
- <component id="libgthread" filter="s60" name="Libg Thread">
- <unit bldFile="glib/build/symbian/gthread/group"/>
- </component>
- <component id="libgmodule" filter="s60" name="Libg Module">
- <unit bldFile="glib/build/symbian/gmodule/group"/>
- </component>
- <component id="libgobject" filter="s60" name="Libg Object">
- <unit bldFile="glib/build/symbian/gobject/group"/>
- </component>
- <component id="glib_test" filter="s60" purpose="development" name="GLib Test">
- <unit bldFile="glib/tsrc/group"/>
- <!-- should #include the next unit in the above bld.inf if it's needed -->
- <!-- <unit bldFile="glib/tsrc/bc/group"/> -->
- </component>
- </collection>
- <collection id="ssl" name="SSL" level="data-services">
- <component id="libcrypto" filter="s60" name="Crypto Library">
- <unit bldFile="ssl/libcrypto/group"/>
- </component>
- <component id="ssl_test" filter="s60" purpose="development" name="SSL Test">
- <unit bldFile="ssl/tsrc/group"/>
- <!-- should #include the next unit in the above bld.inf if it's needed -->
- <!-- <unit bldFile="ssl/tsrc/bc/group"/> -->
- </component>
- </collection>
- <collection id="stdcpp" name="C++ Standard Library" level="translation">
- <component id="stdcpp_build" filter="s60" name="Stdcpp">
- <unit bldFile="stdcpp/group"/>
- </component>
- <component id="stdcpp_test" filter="s60" purpose="development" name="Stdcpp Test">
- <unit bldFile="stdcpp/tsrc/group"/>
- <!-- these should be #included in the above bld.inf if they're needed -->
- <!-- <unit bldFile="stdcpp/tsrc/stdcpp_test/tstdcpp/twsd_manual/group"/> -->
- <!-- <unit bldFile="stdcpp/tsrc/stdcpp_test/tstdcpp/ood_manual/group"/> -->
- <!-- <unit bldFile="stdcpp/tsrc/stdcpp_test/stlport/manual/group"/> -->
- <!-- <unit bldFile="stdcpp/tsrc/boost_test/multi_array/manual/group"/> -->
- <!-- <unit bldFile="stdcpp/tsrc/stdcpp_test/tstdcpp/io_manual/group"/> -->
- <!-- <unit bldFile="stdcpp/tsrc/bc/group"/> -->
- <!-- <unit bldFile="stdcpp/tsrc/boost_test/graph/manual/group"/> -->
- <!-- <unit bldFile="stdcpp/tsrc/stdcpp_test/tstdcpp/multithread/manual/group"/> -->
- </component>
- </collection>
- <collection id="stdlibs" name="Standard Libraries" level="translation">
- <component id="libz" filter="s60" name="Z Compression Library">
- <unit bldFile="stdlibs/libz/group"/>
- </component>
- <component id="libcrypt" filter="s60" name="Crypt Library">
- <unit bldFile="stdlibs/libcrypt/group"/>
- </component>
- </collection>
- <collection id="genericservices" name="Generic Services" level="utilities">
- <component id="s60compatibilityheaders" name="S60 Compatibility Headers" filter="gt" purpose="optional">
- <unit version="tb101sf" bldFile="genericservices/s60compatibilityheaders/groupsymtb101sf" mrp="genericservices/s60compatibilityheaders/groupsymtb101sf/tools_s60_header_compatsymtb101sf.mrp"/>
- </component>
- <component id="mimerecognitionfw" name="MIME Recognition Framework" purpose="mandatory">
- <unit bldFile="genericservices/mimerecognitionfw/group" mrp="genericservices/mimerecognitionfw/group/app-framework_emime.mrp"/>
- </component>
- <component id="systemagent" name="System Agent" introduced="9.0" purpose="mandatory">
- <unit bldFile="genericservices/systemagent/group" mrp="genericservices/systemagent/group/syslibs_sysagent2.mrp"/>
- </component>
- <component id="taskscheduler" name="Task Scheduler" introduced="6.0" purpose="optional">
- <unit bldFile="genericservices/taskscheduler/group" mrp="genericservices/taskscheduler/group/syslibs_schsvr.mrp"/>
- </component>
- <component id="activebackupclient" name="Active Backup Client" purpose="optional">
- <unit bldFile="genericservices/activebackupclient/group" mrp="genericservices/activebackupclient/group/connectivity_abclient.mrp"/>
- </component>
- <component id="syslibsdocs" name="Syslibs Documentation" purpose="development" class="doc">
- <unit mrp="genericservices/syslibsdocs/syslibs_documentation.mrp"/>
- </component>
- <component id="httputils" name="HTTP Utilities Library" introduced="6.2" purpose="optional">
- <unit bldFile="genericservices/httputils/group" mrp="genericservices/httputils/group/application-protocols_inetprotutil.mrp"/>
- </component>
- </collection>
- <collection id="syslibsapitest" name="SysLibs API Tests" level="utilities">
- <component id="syslibssvs" name="Syslibs Verfication Suite" introduced="^2" purpose="development" filter="test">
- <unit mrp="syslibsapitest/syslibssvs/group/syslibssvs.mrp" bldFile="syslibsapitest/syslibssvs/group"/>
- </component>
- </collection>
- <collection id="compressionlibs" name="Compression Libraries" level="data-services">
- <component id="ziplib" name="Zip Compression Library" introduced="6.0" purpose="mandatory">
- <unit bldFile="compressionlibs/ziplib/group" mrp="compressionlibs/ziplib/group/syslibs_ezlib2.mrp"/>
- </component>
- </collection>
- <collection id="genericopenlibs" name="Generic Open Libraries" level="translation">
- <component id="cstdlib" name="C Standard Library" introduced="ER5" purpose="optional">
- <unit bldFile="genericopenlibs/cstdlib/group" mrp="genericopenlibs/cstdlib/group/syslibs_stdlib.mrp"/>
- </component>
- <component id="cppstdlib" name="C++ Standard Library" introduced="^3" purpose="mandatory">
- <unit bldFile="genericopenlibs/cppstdlib/group" mrp="genericopenlibs/cppstdlib/group/openenv_libstdcpp.mrp"/>
- </component>
- <component id="openenvcore" name="Open Environment Core" introduced="^2" purpose="mandatory">
- <unit bldFile="genericopenlibs/openenvcore/group" mrp="genericopenlibs/openenvcore/group/openenv.mrp"/>
- </component>
- <component id="pluggableauthenticationmodulefw" name="Pluggable Authentication Module Framework" introduced="^4" purpose="optional">
- <unit bldFile="genericopenlibs/pluggableauthenticationmodulefw/group" mrp="genericopenlibs/pluggableauthenticationmodulefw/group/oeaddons_libpam.mrp"/>
- </component>
- <component id="posixrealtimeextensions" name="POSIX Realtime Extensions" introduced="^3" purpose="optional">
- <unit bldFile="genericopenlibs/posixrealtimeextensions/group" mrp="genericopenlibs/posixrealtimeextensions/group/oeaddons_librt.mrp"/>
- </component>
- <component id="liboil" name="Liboil" introduced="^4" purpose="optional">
- <unit bldFile="genericopenlibs/liboil/group" mrp="genericopenlibs/liboil/group/oeaddons_liboil.mrp"/>
- </component>
- </collection>
- <collection id="lowlevellibsandfws" name="Low Level Libraries and Frameworks" level="app-libs">
- <component id="pluginfw" name="Plugin Framework" introduced="6.2" purpose="mandatory">
- <unit version="3" bldFile="lowlevellibsandfws/pluginfw/Group" mrp="lowlevellibsandfws/pluginfw/Group/syslibs_ecom3.mrp"/>
- </component>
- <component id="apputils" name="Application Utilities" introduced="ER5" purpose="mandatory">
- <unit bldFile="lowlevellibsandfws/apputils/group" mrp="lowlevellibsandfws/apputils/group/syslibs_bafl.mrp"/>
- </component>
- <component id="genericusabilitylib" name="Generic Usability Library" introduced="^3" purpose="mandatory">
- <unit bldFile="lowlevellibsandfws/genericusabilitylib/group" mrp="lowlevellibsandfws/genericusabilitylib/group/syslibs_euserhl.mrp"/>
- </component>
- </collection>
- <collection id="ossrv_info" name="Generic OS Services Info" level="utilities">
- <component id="ossrv_test" filter="s60" purpose="development" name="Generic OS Services Test">
- <!-- is this needed? Can it be split up into tests for the individual packages? -->
- <!-- <unit bldFile="tsrc/group"/> -->
- </component>
- <component id="ossrv_build" filter="s60" name="Generic OS Services Build">
- <!-- exports should be moved to individual components -->
- <unit bldFile="group"/>
- </component>
- <component id="ossrv_plat" filter="s60" name="Generic OS Services Platform Interfaces" class="api">
- <unit bldFile="ossrv_plat/libutils/group"/>
- </component>
- <component id="ossrv_pub" filter="s60" name="Generic OS Services Public Interfaces" class="api">
- <unit bldFile="ossrv_pub/group"/>
- <!-- <unit bldFile="ossrv_pub/boost_apis/tsrc/group"/> -->
- <!-- <unit bldFile="ossrv_pub/glib_arrays/tsrc/group"/> -->
- <!-- <unit bldFile="ossrv_pub/ssl_general_api/tsrc/group"/> -->
- <!-- <unit bldFile="ossrv_pub/stl/tsrc/group"/> -->
- </component>
- <component id="ossrv_metadata" name="Generic OS Services Metadata" class="config" introduced="^2" purpose="development" target="desktop">
- <unit mrp="ossrv_info/ossrv_metadata/ossrv_metadata.mrp"/>
- </component>
- </collection>
- </package>
-</SystemDefinition>
--- a/rom/stdlibs.iby Fri Jun 04 16:20:51 2010 +0100
+++ b/rom/stdlibs.iby Fri Jun 11 15:26:22 2010 +0300
@@ -48,7 +48,7 @@
//openc Data files
//data=\epoc32\Data\z\resource\services RESOURCE_FILES_DIR\services
//data=\epoc32\Data\z\resource\locales.txt RESOURCE_FILES_DIR\locales.txt
-data=\epoc32\release\armv5\urel\pipelib.ldd \sys\bin\pipelib.ldd
+data=KERNEL_DIR\DEBUG_DIR\pipelib.ldd \sys\bin\pipelib.ldd
//openc_stdlibs stub
//data=ZSYSTEM\INSTALL\openc_stdlibs_stub.sis System\Install\openc_stdlibs_stub.sis
data=ZSYSTEM\INSTALL\openc_liblogger_stub.sis System\Install\openc_liblogger_stub.sis
--- a/ssl/libcrypto/group/libcrypto.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/ssl/libcrypto/group/libcrypto.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -184,3 +184,4 @@
END
SMPSAFE
+PAGED
--- a/ssl/libssl/group/libssl.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/ssl/libssl/group/libssl.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -148,3 +148,4 @@
SMPSAFE
+PAGED
--- a/stdcpp/group/libstdcpp.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/group/libstdcpp.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -82,3 +82,4 @@
SMPSAFE
+PAGED
--- a/stdcpp/include/mmemory.h Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/include/mmemory.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,18 +1,1 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
CAUUSE A SYNTAX ERROR
--- a/stdcpp/include/rlocks.h Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/include/rlocks.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
#ifndef _STLP_misc_rlocks_h
# define _STLP_misc_rlocks_h
# if (__SUNPRO_CC >= 0x500 )
--- a/stdcpp/src/aligned_buffer.h Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/src/aligned_buffer.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
# ifndef ALIGNED_BUFFER_H
# define ALIGNED_BUFFER_H
--- a/stdcpp/src/mwerks_prefix.h Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/src/mwerks_prefix.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,2 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
#define __BUILDING_STLPORT 1
#define _STLP_OWN_IOSTREAMS 1
--- a/stdcpp/src/mwerks_x86_prefix.h Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/src/mwerks_x86_prefix.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// #define __BUILDING_STLPORT 1
#define _STLP_OWN_IOSTREAMS 1
// #define _DLL
--- a/stdcpp/src/string_w.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/src/string_w.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
#include "stlport_prefix.h"
#include <stl/_string.h>
--- a/stdcpp/src/uint64.h Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/src/uint64.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// uint64.h
// minimal double precision unsigned int arithmetics for numeric_facets support.
// Written by Tsutomu Yoshida, Minokamo, Japan. 03/25/2000
--- a/stdcpp/src/vc_warning_disable.h Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/src/vc_warning_disable.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// vc_warning_disable.h
#pragma warning( disable : 4786 ) // identifier truncated to 255 characters
#pragma warning( disable : 4244 ) // implicit conversion: possible loss of data
--- a/stdcpp/tsrc/Stdcpp_test/stdcxx/testengine/src/driver.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stdcxx/testengine/src/driver.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -698,10 +698,22 @@
if (_rw_opt_no_stdout (0, 0) && file_name) {
char fname [256] = "C:\\";
+
+ char* temp_ret = strchr (file_name, '/');
+
+ if(temp_ret != NULL)
+ {
+ const char* const slash = strrchr (file_name, '/');
- const char* const slash = strrchr (file_name, _RWSTD_PATH_SEP);
- strcat (fname, slash ? slash + 1 : file_name);
+ strcat (fname, slash ? slash + 1 : file_name);
+ }
+ else
+ {
+ const char* const slash = strrchr (file_name, _RWSTD_PATH_SEP);
+ strcat (fname, slash ? slash + 1 : file_name);
+ }
+
char* const dot = strchr (fname, '.');
if (dot)
strcpy (dot, ".out");
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_accum/src/accum1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_accum/src/accum1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_accum/src/accum2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_accum/src/accum2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_adjdiff/src/adjdiff0.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_adjdiff/src/adjdiff0.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_adjdiff/src/adjdiff1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_adjdiff/src/adjdiff1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_adjdiff/src/adjdiff2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_adjdiff/src/adjdiff2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_adjfind/src/adjfind0.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_adjfind/src/adjfind0.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_adjfind/src/adjfind1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_adjfind/src/adjfind1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_adjfind/src/adjfind2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_adjfind/src/adjfind2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_advance/src/advance.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_advance/src/advance.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_alg/src/alg1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_alg/src/alg1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_alg/src/alg2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_alg/src/alg2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_alg/src/alg3.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_alg/src/alg3.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_alg/src/alg4.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_alg/src/alg4.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_alg/src/alg5.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_alg/src/alg5.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_bcompos/src/bcompos1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_bcompos/src/bcompos1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_bcompos/src/bcompos2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_bcompos/src/bcompos2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_bind/src/bind1st1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_bind/src/bind1st1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_bind/src/bind1st2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_bind/src/bind1st2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_bind/src/bind2nd1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_bind/src/bind2nd1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_bind/src/bind2nd2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_bind/src/bind2nd2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_binsert/src/binsert1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_binsert/src/binsert1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_binsert/src/binsert2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_binsert/src/binsert2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_binsrch/src/binsrch1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_binsrch/src/binsrch1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_binsrch/src/binsrch2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_binsrch/src/binsrch2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_bitset/src/bitset1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_bitset/src/bitset1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_bnegate/src/bnegate1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_bnegate/src/bnegate1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_bnegate/src/bnegate2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_bnegate/src/bnegate2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_bvec/src/bvec1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_bvec/src/bvec1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_c_test/src/c_test.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_c_test/src/c_test.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
#include <string>
#include <iostream>
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_copy/src/copy1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_copy/src/copy1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_copy/src/copy2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_copy/src/copy2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_copy/src/copy3.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_copy/src/copy3.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_copy/src/copy4.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_copy/src/copy4.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_copy/src/copyb.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_copy/src/copyb.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_copy/src/copyb0.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_copy/src/copyb0.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_count/src/count0.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_count/src/count0.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_count/src/count1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_count/src/count1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_count/src/countif1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_count/src/countif1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_deque/src/deque1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_deque/src/deque1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_divides/src/divides.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_divides/src/divides.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_equal/src/equal0.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_equal/src/equal0.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_equal/src/equal1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_equal/src/equal1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_equal/src/equal2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_equal/src/equal2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_equal/src/equalto.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_equal/src/equalto.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_fill/src/fill1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_fill/src/fill1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_fill/src/filln1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_fill/src/filln1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_find/src/find0.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_find/src/find0.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_find/src/find1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_find/src/find1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_find/src/findif0.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_find/src/findif0.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_find/src/findif1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_find/src/findif1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_finsert/src/finsert1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_finsert/src/finsert1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_finsert/src/finsert2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_finsert/src/finsert2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_foreach/src/foreach0.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_foreach/src/foreach0.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_foreach/src/foreach1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_foreach/src/foreach1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_fstream/src/fstream1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_fstream/src/fstream1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// Regression test for STL seekg
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_func/src/func1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_func/src/func1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_func/src/func2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_func/src/func2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_func/src/func3.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_func/src/func3.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_gener/src/gener1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_gener/src/gener1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_gener/src/gener2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_gener/src/gener2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_gener/src/genern1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_gener/src/genern1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_gener/src/genern2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_gener/src/genern2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_great/src/greateq.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_great/src/greateq.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_great/src/greater.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_great/src/greater.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_hmap/src/hmap1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_hmap/src/hmap1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_hmap/src/hmmap1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_hmap/src/hmmap1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_hset/src/hmset1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_hset/src/hmset1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_hset/src/hset2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_hset/src/hset2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_incl/src/incl0.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_incl/src/incl0.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_incl/src/incl1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_incl/src/incl1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_incl/src/incl2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_incl/src/incl2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_inplmrg/src/inplmrg1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_inplmrg/src/inplmrg1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_inplmrg/src/inplmrg2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_inplmrg/src/inplmrg2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_inrprod/src/inrprod0.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_inrprod/src/inrprod0.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_inrprod/src/inrprod1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_inrprod/src/inrprod1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_inrprod/src/inrprod2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_inrprod/src/inrprod2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_insert/src/insert1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_insert/src/insert1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_insert/src/insert2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_insert/src/insert2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_iota/src/iota1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_iota/src/iota1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_iter/src/iter1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_iter/src/iter1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_iter/src/iter2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_iter/src/iter2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_iter/src/iter3.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_iter/src/iter3.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_iter/src/iter4.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_iter/src/iter4.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_iterswp/src/iterswp0.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_iterswp/src/iterswp0.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_iterswp/src/iterswp1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_iterswp/src/iterswp1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_less/src/less.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_less/src/less.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_less/src/lesseq.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_less/src/lesseq.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_lexcmp/src/lexcmp1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_lexcmp/src/lexcmp1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_lexcmp/src/lexcmp2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_lexcmp/src/lexcmp2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_list/src/list1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_list/src/list1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_list/src/list2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_list/src/list2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_list/src/list3.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_list/src/list3.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_list/src/list4.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_list/src/list4.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_logic/src/logicand.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_logic/src/logicand.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_logic/src/logicnot.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_logic/src/logicnot.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_logic/src/logicor.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_logic/src/logicor.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_lwrbnd/src/lwrbnd1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_lwrbnd/src/lwrbnd1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_lwrbnd/src/lwrbnd2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_lwrbnd/src/lwrbnd2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_map/src/map1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_map/src/map1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_max/src/max1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_max/src/max1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_max/src/max2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_max/src/max2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_max/src/maxelem1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_max/src/maxelem1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_max/src/maxelem2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_max/src/maxelem2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_merge/src/merge0.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_merge/src/merge0.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_merge/src/merge1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_merge/src/merge1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_merge/src/merge2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_merge/src/merge2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_min/src/min1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_min/src/min1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_min/src/min2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_min/src/min2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_min/src/minelem1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_min/src/minelem1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_min/src/minelem2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_min/src/minelem2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_minus/src/minus.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_minus/src/minus.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_mismtch/src/mismtch0.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_mismtch/src/mismtch0.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_mismtch/src/mismtch1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_mismtch/src/mismtch1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_mismtch/src/mismtch2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_mismtch/src/mismtch2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_mkheap/src/mkheap0.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_mkheap/src/mkheap0.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_mkheap/src/mkheap1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_mkheap/src/mkheap1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_mmap/src/mmap1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_mmap/src/mmap1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_mmap/src/mmap2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_mmap/src/mmap2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_modulus/src/modulus.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_modulus/src/modulus.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_mset/src/mset1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_mset/src/mset1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_mset/src/mset3.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_mset/src/mset3.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_mset/src/mset4.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_mset/src/mset4.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_mset/src/mset5.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_mset/src/mset5.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_negate/src/negate.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_negate/src/negate.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_nequal/src/nequal.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_nequal/src/nequal.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_nextprm/src/nextprm0.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_nextprm/src/nextprm0.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_nextprm/src/nextprm1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_nextprm/src/nextprm1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_nextprm/src/nextprm2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_nextprm/src/nextprm2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_nthelem/src/nthelem0.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_nthelem/src/nthelem0.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_nthelem/src/nthelem1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_nthelem/src/nthelem1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_nthelem/src/nthelem2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_nthelem/src/nthelem2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_ostmit/src/ostmit.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_ostmit/src/ostmit.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_parsrt/src/parsrt0.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_parsrt/src/parsrt0.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_parsrt/src/parsrt1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_parsrt/src/parsrt1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_parsrt/src/parsrt2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_parsrt/src/parsrt2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_parsrtc/src/parsrtc0.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_parsrtc/src/parsrtc0.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_parsrtc/src/parsrtc1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_parsrtc/src/parsrtc1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_parsrtc/src/parsrtc2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_parsrtc/src/parsrtc2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_partsrt/src/partsrt0.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_partsrt/src/partsrt0.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_partsum/src/partsum0.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_partsum/src/partsum0.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_partsum/src/partsum1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_partsum/src/partsum1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_partsum/src/partsum2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_partsum/src/partsum2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_pheap/src/pheap1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_pheap/src/pheap1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_pheap/src/pheap2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_pheap/src/pheap2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_plus/src/plus.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_plus/src/plus.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_pqueue/src/pqueue1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_pqueue/src/pqueue1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_prevprm/src/prevprm0.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_prevprm/src/prevprm0.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_prevprm/src/prevprm1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_prevprm/src/prevprm1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_prevprm/src/prevprm2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_prevprm/src/prevprm2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_ptition/src/ptition0.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_ptition/src/ptition0.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_ptition/src/ptition1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_ptition/src/ptition1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_ptrbinf/src/ptrbinf1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_ptrbinf/src/ptrbinf1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_ptrbinf/src/ptrbinf2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_ptrbinf/src/ptrbinf2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_ptrunf/src/ptrunf1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_ptrunf/src/ptrunf1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_ptrunf/src/ptrunf2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_ptrunf/src/ptrunf2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_queue/src/queue1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_queue/src/queue1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_rawiter/src/rawiter.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_rawiter/src/rawiter.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_rawiter/src/rawiter.hpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_rawiter/src/rawiter.hpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
class X
{
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_remcopy/src/remcopy1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_remcopy/src/remcopy1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_remcpif/src/remcpif1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_remcpif/src/remcpif1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_remif/src/remif1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_remif/src/remif1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_remove/src/remove1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_remove/src/remove1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_repcpif/src/repcpif1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_repcpif/src/repcpif1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_replace/src/replace0.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_replace/src/replace0.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_replace/src/replace1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_replace/src/replace1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_replcpy/src/replcpy1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_replcpy/src/replcpy1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_replif/src/replif1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_replif/src/replif1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_revbit/src/revbit1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_revbit/src/revbit1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_revbit/src/revbit2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_revbit/src/revbit2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_revcopy/src/revcopy1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_revcopy/src/revcopy1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_reverse/src/reverse1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_reverse/src/reverse1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_reviter/src/reviter1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_reviter/src/reviter1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_reviter/src/reviter2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_reviter/src/reviter2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_rndshuf/src/rndshuf0.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_rndshuf/src/rndshuf0.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_rndshuf/src/rndshuf1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_rndshuf/src/rndshuf1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_rndshuf/src/rndshuf2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_rndshuf/src/rndshuf2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_rotate/src/rotate0.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_rotate/src/rotate0.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_rotate/src/rotate1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_rotate/src/rotate1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_rotcopy/src/rotcopy0.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_rotcopy/src/rotcopy0.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_rotcopy/src/rotcopy1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_rotcopy/src/rotcopy1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_search/src/search0.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_search/src/search0.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_search/src/search1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_search/src/search1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_search1/src/search2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_search1/src/search2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_seek/src/seek.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_seek/src/seek.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// Regression test for STL seekg
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_set/src/set1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_set/src/set1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_set/src/set2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_set/src/set2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_setdiff/src/setdiff0.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_setdiff/src/setdiff0.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_setdiff/src/setdiff1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_setdiff/src/setdiff1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_setdiff/src/setdiff2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_setdiff/src/setdiff2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_setintr/src/setintr0.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_setintr/src/setintr0.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_setintr/src/setintr1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_setintr/src/setintr1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_setintr/src/setintr2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_setintr/src/setintr2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_setsymd/src/setsymd0.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_setsymd/src/setsymd0.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_setsymd/src/setsymd1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_setsymd/src/setsymd1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_setsymd/src/setsymd2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_setsymd/src/setsymd2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_setunon/src/setunon0.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_setunon/src/setunon0.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_setunon/src/setunon1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_setunon/src/setunon1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_setunon/src/setunon2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_setunon/src/setunon2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_slist/src/slist1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_slist/src/slist1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_sort/src/sort1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_sort/src/sort1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_sort/src/sort2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_sort/src/sort2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_sstream/src/sstream1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_sstream/src/sstream1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_stack/src/stack1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_stack/src/stack1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_stack/src/stack2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_stack/src/stack2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_stblptn/src/stblptn0.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_stblptn/src/stblptn0.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_stblptn/src/stblptn1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_stblptn/src/stblptn1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_stblsrt/src/stblsrt1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_stblsrt/src/stblsrt1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_stblsrt/src/stblsrt2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_stblsrt/src/stblsrt2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_strass/src/strass1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_strass/src/strass1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,21 +1,10 @@
/*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+*
+* © Portions copyright (c) 2006 Nokia Corporation.
* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of "Eclipse Public License v1.0"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
*
*/
-
#include <string>
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_string/src/string1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_string/src/string1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_string/src/string_mt.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_string/src/string_mt.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// -*- C++ -*- Time-stamp: <04/01/16 21:32:26 ptr>
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_swap/src/swap1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_swap/src/swap1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_swprnge/src/swprnge1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_swprnge/src/swprnge1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_times/src/times.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_times/src/times.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_trnsfrm/src/trnsfrm1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_trnsfrm/src/trnsfrm1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_trnsfrm/src/trnsfrm2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_trnsfrm/src/trnsfrm2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_tstdeq/src/tstdeq.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_tstdeq/src/tstdeq.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,20 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
#include <algorithm>
#include <cstring>
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_ucompos/src/ucompos1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_ucompos/src/ucompos1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_ucompos/src/ucompos2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_ucompos/src/ucompos2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_unegate/src/unegate1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_unegate/src/unegate1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_unegate/src/unegate2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_unegate/src/unegate2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_uniqcpy/src/uniqcpy1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_uniqcpy/src/uniqcpy1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_uniqcpy/src/uniqcpy2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_uniqcpy/src/uniqcpy2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_unique/src/unique1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_unique/src/unique1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_unique/src/unique2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_unique/src/unique2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_uprbnd/src/uprbnd1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_uprbnd/src/uprbnd1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_uprbnd/src/uprbnd2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_uprbnd/src/uprbnd2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_vec/src/vec1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_vec/src/vec1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_vec/src/vec2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_vec/src/vec2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_vec/src/vec3.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_vec/src/vec3.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_vec/src/vec4.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_vec/src/vec4.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_vec/src/vec5.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_vec/src/vec5.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_vec/src/vec6.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_vec/src/vec6.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_vec/src/vec7.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_vec/src/vec7.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
--- a/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_vec/src/vec8.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdcpp/tsrc/Stdcpp_test/stlport/auto/stlport_vec/src/vec8.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
// STLport regression testsuite component.
// To compile as a separate example, please #define MAIN.
--- a/stdlibs/libcrypt/group/libcrypt.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdlibs/libcrypt/group/libcrypt.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -70,3 +70,4 @@
SMPSAFE
+PAGED
--- a/stdlibs/libz/group/libz.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdlibs/libz/group/libz.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -63,3 +63,4 @@
#endif //GCCXML
SMPSAFE
+PAGED
--- a/stdlibs/libz/group/libzcore.mmp Fri Jun 04 16:20:51 2010 +0100
+++ b/stdlibs/libz/group/libzcore.mmp Fri Jun 11 15:26:22 2010 +0300
@@ -67,3 +67,4 @@
DEFFILE ../~/libzcore.def
SMPSAFE
+PAGED
--- a/stdlibs/libz/zlib/trees.h Fri Jun 04 16:20:51 2010 +0100
+++ b/stdlibs/libz/zlib/trees.h Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 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"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
/* header created automatically with -DGEN_TREES_H */
local const ct_data static_ltree[L_CODES+2] = {
--- a/syslibsapitest/syslibssvs/group/syslibssvs.mrp Fri Jun 04 16:20:51 2010 +0100
+++ b/syslibsapitest/syslibssvs/group/syslibssvs.mrp Fri Jun 11 15:26:22 2010 +0300
@@ -1,19 +1,3 @@
-#
-# Copyright (c) 2009 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"
-# which accompanies this distribution, and is available
-# at the URL "http://www.eclipse.org/legal/epl-v10.html".
-#
-# Initial Contributors:
-# Nokia Corporation - initial contribution.
-#
-# Contributors:
-#
-# Description:
-#
-
component syslibssvs
source \sf\os\ossrv\syslibsapitest\syslibssvs
notes_source \sf\os\ossrv\syslibsapitest\syslibssvs\group\release.txt
--- a/utilitylibraries/libutils/bwins/libutilsu.def Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/bwins/libutilsu.def Fri Jun 11 15:26:22 2010 +0300
@@ -5,7 +5,7 @@
?CharToRbuf8@@YAHPBDAAVRBuf8@@@Z @ 4 NONAME ; int CharToRbuf8(char const *, class RBuf8 &)
?CharToTbuf16@@YAHPBDAAVTDes16@@@Z @ 5 NONAME ; int CharToTbuf16(char const *, class TDes16 &)
?CharToTbuf8@@YAHPBDAAVTDes8@@@Z @ 6 NONAME ; int CharToTbuf8(char const *, class TDes8 &)
- ?CharpToTptr16@@YAHPBDPAGAAVTPtr16@@@Z @ 7 NONAME ; int CharpToTptr16(char const *, unsigned short *, class TPtr16 &)
+ ?CharpToTptr16@@YAHPBDAAVTPtr16@@@Z @ 7 NONAME ; int CharpToTptr16(char const *, class TPtr16 &)
?CharpToTptr8@@YAHPBDAAVTPtr8@@@Z @ 8 NONAME ; int CharpToTptr8(char const *, class TPtr8 &)
?CharpToTptrc16@@YAHPADPAGAAVTPtrC16@@@Z @ 9 NONAME ; int CharpToTptrc16(char *, unsigned short *, class TPtrC16 &)
?CharpToTptrc8@@YAHPBDAAVTPtrC8@@@Z @ 10 NONAME ; int CharpToTptrc8(char const *, class TPtrC8 &)
--- a/utilitylibraries/libutils/eabi/libutilsu.def Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/eabi/libutilsu.def Fri Jun 11 15:26:22 2010 +0300
@@ -18,7 +18,7 @@
_Z12WcharToRbuf8PKwR5RBuf8 @ 17 NONAME
_Z12WcharToTbuf8PKwR5TDes8 @ 18 NONAME
_Z13CharToHbufc16PKcP7HBufC16 @ 19 NONAME
- _Z13CharpToTptr16PKcPwR6TPtr16 @ 20 NONAME
+ _Z13CharpToTptr16PKcR6TPtr16 @ 20 NONAME
_Z13CharpToTptrc8PKcR6TPtrC8 @ 21 NONAME
_Z13HBufc8ToWcharP6HBufC8PwRi @ 22 NONAME
_Z13Rbuf16ToWcharR6TDes16PwRi @ 23 NONAME
--- a/utilitylibraries/libutils/inc/libutils.h Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/inc/libutils.h Fri Jun 11 15:26:22 2010 +0300
@@ -49,7 +49,7 @@
IMPORT_C int CharpToTptr8(const char* aSrc, TPtr8& aDes);
-IMPORT_C int CharpToTptr16(const char* aSrc, wchar_t* wPtr, TPtr16& aDes);
+IMPORT_C int CharpToTptr16(const char* aSrc, TPtr16& aDes);
IMPORT_C int CharpToTptrc16(char* aSrc, wchar_t* cPtr, TPtrC16& aDes);
--- a/utilitylibraries/libutils/src/chartodescriptor16.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/src/chartodescriptor16.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -24,7 +24,7 @@
* Converts a character stream to TBuf16
*
* @param aSrc is char*, aDes is the reference to the descriptor
- * @return Status code (0 is ESuccess, -1 is EInsufficientMemory, -4 is EInvalidPointer)
+ * @return Status code (0 is ESuccess, -1 is EInsufficientMemory, -4 is EInvalidPointer, -7 is EInvalidMBSSequence)
*/
EXPORT_C int CharToTbuf16(const char* aSrc, TDes16& aDes)
@@ -46,7 +46,7 @@
return EInsufficientMemory;
}
}
- wchar_t *WcharString = new wchar_t[ilen];
+ wchar_t *WcharString = new wchar_t[ilen+1];
if(!WcharString)
{
return EInsufficientSystemMemory;
@@ -69,7 +69,7 @@
* Converts a character stream to HBufc16
*
* @param aSrc is char*, aDes is the reference to the descriptor
- * @return Status code (0 is ESuccess, -1 is EInsufficientMemory, -4 is EInvalidPointer)
+ * @return Status code (0 is ESuccess, -1 is EInsufficientMemory, -4 is EInvalidPointer, -6 is EUseNewMaxL, -7 is EInvalidMBSSequence)
*/
EXPORT_C int CharToHbufc16(const char* aSrc, HBufC16* aDes)
@@ -121,17 +121,17 @@
/**
* Converts a character stream to TPtr16
*
- * @param aSrc is char*, aDes is the reference to the descriptor
- * @return Status code (0 is ESuccess, -1 is EInsufficientMemory, -4 is EInvalidPointer)
+ * @param aSrc is char*, wPtr is wchar_t*, aDes is the reference to the descriptor
+ * @return Status code (0 is ESuccess, -1 is EInsufficientMemory, -4 is EInvalidPointer, -7 is EInvalidMBSSequence)
*/
-EXPORT_C int CharpToTptr16(const char* aSrc, wchar_t *wPtr, TPtr16& aDes)
+EXPORT_C int CharpToTptr16(const char* aSrc, TPtr16& aDes)
{
int retval = ESuccess;
unsigned int ilen =0 , ilendes = 0;
int minusone = -1;
- if (!aSrc || !wPtr)
+ if (!aSrc)
{
return EInvalidPointer;
}
@@ -140,29 +140,37 @@
ilen = strlen(aSrc);
ilendes = aDes.MaxLength();
- if (ilendes < ilen )
+ if (ilendes < ilen)
{
return EInsufficientMemory;
}
}
+ wchar_t *wPtr = new wchar_t[ilen+1];
+
+ if (!wPtr)
+ {
+ return EInsufficientMemory;
+ }
+
if(minusone != mbstowcs((wchar_t *)wPtr, (const char*)aSrc, ilen ))
{
- aDes.Set((unsigned short *)wPtr, ilen , ilendes);
+ aDes.Copy((unsigned short *)wPtr, ilen);
}
else
{
retval = EInvalidMBSSequence;
}
+ delete[] wPtr;
return retval;
}
/**
* Converts a character stream to TPtrc16
*
- * @param aSrc is char*, aDes is the reference to the descriptor
- * @return Status code (0 is ESuccess, -1 is EInsufficientMemory, -4 is EInvalidPointer)
+ * @param aSrc is char*, cPtr is wchar_t*, aDes is the reference to the descriptor
+ * @return Status code (0 is ESuccess, -1 is EInsufficientMemory, -4 is EInvalidPointer, -7 is EInvalidMBSSequence)
*/
EXPORT_C int CharpToTptrc16(char* aSrc ,wchar_t* cPtr, TPtrC16& aDes)
@@ -194,7 +202,7 @@
* Converts a character stream to RBuf16
*
* @param aSrc is char*, aDes is the reference to the descriptor
- * @return Status code (0 is ESuccess, -1 is EInsufficientMemory, -4 is EInvalidPointer)
+ * @return Status code (0 is ESuccess, -1 is EInsufficientMemory, -4 is EInvalidPointer, -7 is EInvalidMBSSequence)
*/
@@ -217,10 +225,7 @@
if(minusone != mbstowcs(buf, aSrc, ilen))
{
- if (KErrNone == aDes.Create(ilen))
- {
- aDes.Copy((const unsigned short *)buf, ilen);
- }
+ aDes.Copy((const unsigned short *)buf, ilen);
}
else
{
--- a/utilitylibraries/libutils/src/chartodescriptor8.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/src/chartodescriptor8.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -29,6 +29,8 @@
* the result of conversion.aDes needs to be allocated with sufficient amount
* of memory before being passed to function. This Descriptor should have
* a allocation that is equal to or greater than char*
+ *
+ * @return Status code (0 is ESuccess, -1 is EInsufficientMemory, -4 is EInvalidPointer)
*/
EXPORT_C int CharToTbuf8 (const char* aSrc, TDes8& aDes)
@@ -57,6 +59,8 @@
* the result of conversion.aDes needs to be allocated with sufficient amount
* of memory before being passed to function. This Descriptor should have
* a allocation that is equal to or greater than char*
+ *
+ * @return Status code (0 is ESuccess, -1 is EInsufficientMemory, -4 is EInvalidPointer, -6 is EUseNewMaxL)
*/
EXPORT_C int CharToHbufc8(const char* aSrc, HBufC8* aDes)
@@ -91,6 +95,8 @@
* the result of conversion.aDes needs to be allocated with sufficient amount
* of memory before being passed to function. This Descriptor should have
* a allocation that is equal to or greater than char*
+ *
+ * @return Status code (0 is ESuccess, -1 is EInsufficientMemory, -4 is EInvalidPointer)
*/
EXPORT_C int CharpToTptr8( const char* aSrc, TPtr8& aDes )
@@ -121,6 +127,8 @@
* the result of conversion.aDes needs to be allocated with sufficient amount
* of memory before being passed to function. This Descriptor should have
* a allocation that is equal to or greater than char*
+ *
+ * @return Status code (0 is ESuccess, -4 is EInvalidPointer)
*/
EXPORT_C int CharpToTptrc8(const char* aSrc, TPtrC8& aDes)
@@ -142,27 +150,19 @@
* the result of conversion.aDes needs to be allocated with sufficient amount
* of memory before being passed to function. This Descriptor should have
* a allocation that is equal to or greater than char*
+ *
+ * @return Status code (0 is ESuccess, -1 is EInsufficientMemory, -4 is EInvalidPointer)
*/
EXPORT_C int CharToRbuf8(const char* aSrc, RBuf8& aDes)
-{
- int retval = ESuccess, ilen = 0;
-
- if ( !aSrc )
- {
- return EInvalidPointer;
- }
-
- ilen = strlen(aSrc);
-
- if (KErrNone == aDes.Create(ilen))
- {
- aDes.Copy((const unsigned char *)aSrc, ilen);
- }
- else
- {
- retval = EInsufficientSystemMemory;
- }
+{
+ if ( !aSrc )
+ {
+ return EInvalidPointer;
+ }
+
+ aDes.Copy((const unsigned char *)aSrc, strlen(aSrc));
- return retval;
+ return ESuccess;
}
+
--- a/utilitylibraries/libutils/src/descriptor16tochar.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/src/descriptor16tochar.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -28,7 +28,7 @@
* reference to the character sream where the result of conversion
* is stored , n_size specifies the conversion size of the string
* @return Status code (0 is ESuccess, -1 is EInsufficientMemory,
- * -2 is EInvalidSize , -4 is EInvalidPointer)
+ * -2 is EInvalidSize , -4 is EInvalidPointer, -8 is EInvalidWCSSequence)
*/
EXPORT_C int Tbuf16ToChar(TDes16& aSrc, char* aDes, int& n_size)
{
@@ -81,7 +81,8 @@
* reference to the character sream where the result of conversion
* is stored , n_size specifies the conversion size of the string
* @return Status code (0 is ESuccess, -1 is EInsufficientMemory,
- * -2 is EInvalidSize , -4 is EInvalidPointer)
+ * -2 is EInvalidSize , -4 is EInvalidPointer, -5 is EDescriptorNoData
+ * -8 is EInvalidWCSSequence)
*/
EXPORT_C int Tbufc16ToChar(TDesC& aSrc, char* aDes, int& n_size)
{
@@ -134,7 +135,7 @@
* reference to the character sream where the result of conversion
* is stored , n_size specifies the conversion size of the string
* @return Status code (0 is ESuccess, -1 is EInsufficientMemory, -2 is EInvalidSize
- * -3 is EDescriptorNoData , -4 is EInvalidPointer)
+ * -3 is EDescriptorNoData , -4 is EInvalidPointer, -8 is EInvalidWCSSequence)
*/
EXPORT_C int Tlitc16ToChar(const TDesC16& aSrc, char* aDes, int& n_size)
@@ -189,7 +190,7 @@
* reference to the character sream where the result of conversion
* is stored , n_size specifies the conversion size of the string
* @return Status code (0 is ESuccess, -1 is EInsufficientMemory,
- * -2 is EInvalidSize , -4 is EInvalidPointer)
+ * -2 is EInvalidSize , -4 is EInvalidPointer, -8 is EInvalidWCSSequence)
*/
EXPORT_C int Tptr16ToCharp (const TDes16& aSrc, char* aDes, int& n_size)
--- a/utilitylibraries/libutils/src/descriptor16tostring.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/src/descriptor16tostring.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -37,10 +37,16 @@
int minusone = -1;
char* charString = new char[ilen*2+1];
+ if (!charString)
+ {
+ return EInsufficientSystemMemory;
+ }
+
wchar_t *wcharString = new wchar_t[ilen+1];
- if (!charString || !wcharString)
+ if (!wcharString)
{
+ delete []charString;
return EInsufficientSystemMemory;
}
@@ -77,10 +83,17 @@
int ilen = aSrc.Length(), retval = ESuccess;
int minusone = -1;
char* charString = new char[ilen*2+1];
+
+ if (!charString)
+ {
+ return EInsufficientSystemMemory;
+ }
+
wchar_t *wcharString = new wchar_t[ilen+1];
- if (!charString || !wcharString)
+ if (!wcharString)
{
+ delete []charString;
return EInsufficientSystemMemory;
}
@@ -118,10 +131,16 @@
unsigned int ilen= aSrc.Length();
int minusone = -1;
char* charString = new char[ilen*2+1];
+
+ if (!charString)
+ {
+ return EInsufficientSystemMemory;
+ }
wchar_t *wcharString = new wchar_t[ilen+1];
- if (!charString || !wcharString)
+ if (!wcharString)
{
+ delete []charString;
return EInsufficientSystemMemory;
}
@@ -158,12 +177,19 @@
{
int retval = ESuccess;
int ilen= aSrc.Length();
- int minusone = -1;
+ int minusone = -1;
char* buf = new char[ilen*2 +1];
+
+ if (!buf)
+ {
+ return EInsufficientSystemMemory;
+ }
+
wchar_t *wcharString = new wchar_t[ilen+1];
- if (!buf || !wcharString)
+ if (!wcharString)
{
+ delete []buf;
return EInsufficientSystemMemory;
}
@@ -220,11 +246,18 @@
}
}
- char* buf = new char[ilen*2 +1];
+ char* buf = new char[ilen*2 +1];
+
+ if (!buf)
+ {
+ return EInsufficientSystemMemory;
+ }
+
wchar_t *wcharString = new wchar_t[ilen+1];
- if (!buf || !wcharString)
+ if (!wcharString)
{
+ delete []buf;
return EInsufficientSystemMemory;
}
@@ -235,7 +268,7 @@
if(minusone != wcstombs(buf, wcharString, ilen*2))
{
buf[ilen*2] = '\0';
- aDes.append(buf, ilen*2);
+ aDes.assign(buf, ilen*2);
}
else
@@ -270,10 +303,17 @@
}
char* buf = new char[ilen*2 +1];
+
+ if (!buf)
+ {
+ return EInsufficientSystemMemory;
+ }
+
wchar_t *wcharString = new wchar_t[ilen+1];
- if (!buf || !wcharString)
+ if (!wcharString)
{
+ delete []buf;
return EInsufficientSystemMemory;
}
@@ -321,10 +361,17 @@
}
char* buf = new char[ilen*2 +1];
+
+ if (!buf)
+ {
+ return EInsufficientSystemMemory;
+ }
+
wchar_t *wcharString = new wchar_t[ilen+1];
- if (!buf || !wcharString)
+ if (!wcharString)
{
+ delete []buf;
return EInsufficientSystemMemory;
}
--- a/utilitylibraries/libutils/src/descriptor8tostring.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/src/descriptor8tostring.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -235,7 +235,8 @@
* @param aSrc is the descriptor to be converted , aDes is the
* reference to the string to which the result of conversion
* is stored , n_size specifies the conversion size of the string
- * @return Status code (0 is ESuccess, -5 is EDescriptorNoData)
+ * @return Status code (0 is ESuccess, -5 is EDescriptorNoData
+ * -9 is EInsufficientSystemMemory)
*/
EXPORT_C int Tlit8ToString(const TDesC8& aSrc, string& aDes)
--- a/utilitylibraries/libutils/src/descriptor8towstring.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/src/descriptor8towstring.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -236,7 +236,7 @@
* reference to the wstring array where the result of conversion
* is stored
* @return Status code (0 is ESuccess, -1 is EInsufficientMemory,
- * -4 is EInvalidPointer , -5 is EDescriptorNoData)
+ * -4 is EInvalidPointer , -5 is EDescriptorNoData, -7 is EInvalidMBSSequence)
*/
EXPORT_C int Hbufc8ToWstring(HBufC8* aSrc, wstring& aDes)
@@ -285,7 +285,7 @@
* reference to the wstring array where the result of conversion
* is stored
* @return Status code (0 is ESuccess, -1 is EInsufficientMemory,
- * -5 is EDescriptorNoData)
+ * -5 is EDescriptorNoData, -7 is EInvalidMBSSequence)
*/
EXPORT_C int Tlitc8ToWstring(TDes8& aSrc, wstring& aDes)
--- a/utilitylibraries/libutils/src/stringtodescriptor16.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/src/stringtodescriptor16.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -28,7 +28,7 @@
* reference to the descriptor where the result of conversion
* is stored,n_size specifies the conversion size of the char array
* @return Status code (0 is ESuccess, -1 is EInsufficientMemory,
- * -3 is EStringNoData)
+ * -3 is EStringNoData, -9 is EInsufficientSystemMemory)
*/
EXPORT_C int StringToTbuf16(string& aSrc, TDes16& aDes)
{
@@ -164,7 +164,8 @@
* reference to the descriptor where the result of conversion
* is stored
* @return Status code (0 is ESuccess, -1 is EInsufficientMemory,
- * -3 is EStringNoData)
+ * -3 is EStringNoData, -4 is EInvalidPointer, -6 is EUseNewMaxL,
+ * -9 is EInsufficientSystemMemory)
*/
EXPORT_C int StringToHbufc16(string& aSrc , HBufC16* aDes)
@@ -223,7 +224,7 @@
* reference to the descriptor where the result of conversion
* is stored
* @return Status code (0 is ESuccess, -1 is EInsufficientMemory,
- * -3 is EStringNoData )
+ * -3 is EStringNoData, -7 is EInvalidMBSSequence, -9 is EInsufficientSystemMemory)
*/
EXPORT_C int StringToRbuf16(const string& aSrc, RBuf16& aDes)
@@ -250,23 +251,13 @@
if(minusone != mbstowcs(buf, charString, ilen))
{
- int ret = aDes.Create(ilen);
- if (KErrNone == ret)
- {
- aDes.Copy((const unsigned short *)buf, ilen);
- }
- else
- {
- retval = EInsufficientSystemMemory;
- }
-
+ aDes.Copy((const unsigned short *)buf, ilen);
}
else
{
- retval = EInvalidMBSSequence;
-
+ retval = EInvalidMBSSequence;
}
delete []buf;
- return retval;
+ return retval;
}
--- a/utilitylibraries/libutils/src/stringtodescriptor8.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/src/stringtodescriptor8.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -79,7 +79,7 @@
* @param aSrc is the string to be converted , aDes is the
* reference to the descriptor where the result of conversion
* is stored
- * @return Status code (0 is ESuccess, -3 is EStringNoData)
+ * @return Status code (0 is ESuccess, -3 is EStringNoData, -1 is EInsufficientMemory)
*/
EXPORT_C int StringToTptr8 (string& aSrc, TPtr8& aDes)
@@ -110,7 +110,7 @@
* reference to the descriptor where the result of conversion
* is stored
* @return Status code (0 is ESuccess, -1 is EInsufficientMemory,
- * -3 is EStringNoData , -5 is EUSENEWMAXL )
+ * -3 is EStringNoData , -5 is EUseNewMaxL , -4 is EInvalidPointer )
*/
EXPORT_C int StringToHbufc8(string& aSrc , HBufC8* aDes)
@@ -148,7 +148,7 @@
* @param aSrc is the string to be converted , aDes is the
* reference to the descriptor where the result of conversion
* is stored
- * @return Status code (0 is ESuccess,-3 is EStringNoData)
+ * @return Status code (0 is ESuccess,-3 is EStringNoData, -9 is EInsufficientSystemMemory)
*/
EXPORT_C int StringToRbuf8(const string& aSrc, RBuf8& aDes)
@@ -161,15 +161,8 @@
}
int ilen = strlen(charString);
-
- if (KErrNone == aDes.Create(ilen))
- {
- aDes.Copy((const unsigned char *)charString, ilen);
- }
- else
- {
- retval = EInsufficientSystemMemory;
- }
+
+ aDes.Copy((const unsigned char *)charString, ilen);
- return retval;
+ return retval;
}
--- a/utilitylibraries/libutils/src/wchartodescriptor16.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/src/wchartodescriptor16.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -57,7 +57,7 @@
* reference to the descriptor where the result of conversion
* is stored
* @return Status code (0 is ESuccess, -1 is EInsufficientMemory,
- * -3 is EStringNoData )
+ * -3 is EStringNoData, -6 is EUseNewMaxL )
*/
EXPORT_C int WcharToHbufc16 (const wchar_t* aSrc ,HBufC16* aDes )
@@ -143,7 +143,8 @@
* @param aSrc is the wchar to be converted , aDes is the
* reference to the descriptor where the result of conversion
* is stored
- * @return Status code (0 is ESuccess ,-1 is EInsufficientMemory -3 is EStringNoData )
+ * @return Status code (0 is ESuccess ,-1 is EInsufficientMemory,
+ * -3 is EStringNoData, -4 is EInvalidPointer )
*/
EXPORT_C int WcharToRbuf16(const wchar_t* aSrc, RBuf16& aDes)
@@ -157,15 +158,8 @@
}
wlen = wcslen(aSrc);
-
- if (KErrNone == aDes.Create(wlen))
- {
- aDes.Copy((const unsigned short *)aSrc, wlen);
- }
- else
- {
- retval = EInsufficientSystemMemory;
- }
-
+
+ aDes.Copy((const unsigned short *)aSrc, wlen);
+
return retval;
}
--- a/utilitylibraries/libutils/src/wchartodescriptor8.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/src/wchartodescriptor8.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -230,14 +230,7 @@
if(minusone != wcstombs(buf, (const wchar_t*)aSrc, wlen*2))
{
- if (KErrNone == aDes.Create(wlen*2))
- {
- aDes.Copy((const unsigned char *)buf, wlen*2);
- }
- else
- {
- retval = EInsufficientSystemMemory;
- }
+ aDes.Copy((const unsigned char *)buf, wlen*2);
}
else
{
--- a/utilitylibraries/libutils/src/wstringtodescriptor16.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/src/wstringtodescriptor16.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -59,7 +59,7 @@
* @param aSrc is the wstring to be converted , aDes is the
* reference to the descriptor where the result of conversion
* is stored
- * @return Status code (0 is ESuccess, -3 is EStringNoData)
+ * @return Status code (0 is ESuccess, -3 is EStringNoData, -1 is EInsufficientMemory)
*/
EXPORT_C int WstringToTptr16(wstring& aSrc, TPtr16& aDes )
@@ -114,7 +114,7 @@
* reference to the descriptor where the result of conversion
* is stored
* @return Status code (0 is ESuccess, -1 is EInsufficientMemory,
- * -3 is EStringNoData )
+ * -3 is EStringNoData, -4 is EInvalidPointer )
*/
EXPORT_C int WstringToHbufc16(wstring& aSrc, HBufC16* aDes)
@@ -168,15 +168,8 @@
}
wlen = wcslen(wcharString);
-
- if (KErrNone == aDes.Create(wlen))
- {
- aDes.Copy((const unsigned short *)wcharString, wlen);
- }
- else
- {
- retval = EInsufficientSystemMemory;
- }
-
- return retval;
+
+ aDes.Copy((const unsigned short *)wcharString, wlen);
+
+ return retval;
}
--- a/utilitylibraries/libutils/src/wstringtodescriptor8.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/src/wstringtodescriptor8.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -28,7 +28,8 @@
* reference to the descriptor where the result of conversion
* is stored
* @return Status code (0 is ESuccess,-1 is EInsufficientMemory,
- * -3 is EStringNoData, -4 is EInvalidPointer )
+ * -3 is EStringNoData, -4 is EInvalidPointer, -8 is EInvalidWCSSequence
+ * -9 is EInsufficientSystemMemory)
*/
EXPORT_C int WstringToTbuf8(wstring& aSrc, TDes8& aDes)
@@ -243,15 +244,7 @@
if(minusone != wcstombs(buf, (const wchar_t*)wcharString, wlen*2))
{
- int ret = aDes.Create(wlen*2);
- if (KErrNone == ret)
- {
- aDes.Copy((const unsigned char *)buf, wlen*2);
- }
- else
- {
- retval = EInsufficientSystemMemory;
- }
+ aDes.Copy((const unsigned char *)buf, wlen*2);
}
else
{
--- a/utilitylibraries/libutils/tsrc/src/integration_test_scenario10.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/integration_test_scenario10.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -32,6 +32,7 @@
char *src2= des1;
RBuf8 des2;
+ des2.CreateL(30);
retval2= CharToRbuf8(src2,des2);
printf("retval2 value is %d\n", retval2);
--- a/utilitylibraries/libutils/tsrc/src/integration_test_scenario12.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/integration_test_scenario12.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -34,6 +34,7 @@
char *src2=des1;
RBuf16 des2;
+ des2.CreateL(30);
retval2=CharToRbuf16(src2,des2);
printf("retval2 value is %d\n", retval2);
@@ -55,6 +56,7 @@
char* src6=des5;
RBuf8 des6;
+ des6.CreateL(30);
retval6= CharToRbuf8(src6,des6);
printf("retval6 value is %d\n", retval6);
--- a/utilitylibraries/libutils/tsrc/src/integration_test_scenario15.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/integration_test_scenario15.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -38,7 +38,7 @@
char * src3= des2;
TPtr16 des3((unsigned short*)"",30);
wchar_t *aPtr1 = new wchar_t[20];
- retval3= CharpToTptr16(src3,aPtr1,des3);
+ retval3= CharpToTptr16(src3,des3);
printf("retval3 value is %d\n", retval3);
TPtr16 src4= des3;
--- a/utilitylibraries/libutils/tsrc/src/integration_test_scenario16.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/integration_test_scenario16.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -27,6 +27,7 @@
int retval[10];
wchar_t* mycharstring = L"hellohello";
RBuf16 buf;
+ buf.CreateL(30);
retval[0]= WcharToRbuf16(mycharstring,buf);
printf("The first value in retval array is %d\n", retval[0]);
--- a/utilitylibraries/libutils/tsrc/src/integration_test_scenario17.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/integration_test_scenario17.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -27,6 +27,7 @@
int retval[10];
wchar_t* mycharstring = L"HelloHello";
RBuf8 buf;
+ buf.CreateL(20);
retval[1]=WcharToRbuf8(mycharstring,buf);
wstring str;
--- a/utilitylibraries/libutils/tsrc/src/integration_test_scenario18.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/integration_test_scenario18.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -27,6 +27,7 @@
wchar_t* mycharstring = L"hellohello";
int retval[10];
RBuf8 buf;
+ buf.CreateL(20);
retval[1]= WcharToRbuf8(mycharstring,buf);
wstring str;
--- a/utilitylibraries/libutils/tsrc/src/integration_test_scenario19.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/integration_test_scenario19.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -27,6 +27,7 @@
wchar_t* mycharstring = L"hellohello";
int retval[10];
RBuf16 buf;
+ buf.CreateL(30);
retval[1]= WcharToRbuf16(mycharstring,buf);
wstring str;
@@ -41,6 +42,7 @@
retval[4]= Tbuf16ToWchar(tbuf,myfinalstring,size);
RBuf8 buf8;
+ buf8.CreateL(50);
retval[5]= WcharToRbuf8(myfinalstring,buf8);
wstring str1;
--- a/utilitylibraries/libutils/tsrc/src/integration_test_scenario20.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/integration_test_scenario20.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -27,6 +27,7 @@
int retval[10];
wchar_t* mycharstring = L"hello";
RBuf16 buf;
+ buf.CreateL(30);
retval[0]= WcharToRbuf16(mycharstring,buf);
wstring str;
--- a/utilitylibraries/libutils/tsrc/src/integration_test_scenario27.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/integration_test_scenario27.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -31,6 +31,7 @@
retval[0] = Tlitc16ToWchar(myTlitc,myWchar,size);
RBuf8 buf;
+ buf.CreateL(60);
retval[1] = WcharToRbuf8(myWchar,buf);
wstring str;
--- a/utilitylibraries/libutils/tsrc/src/integration_test_scenario28.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/integration_test_scenario28.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -31,6 +31,7 @@
retval[0] = Tlitc16ToWchar(myTlitc,myWchar,size);
RBuf8 buf;
+ buf.CreateL(60);
retval[1] = WcharToRbuf8(myWchar,buf);
wstring str;
--- a/utilitylibraries/libutils/tsrc/src/integration_test_scenario29.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/integration_test_scenario29.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -73,6 +73,7 @@
string src11=des10;
RBuf16 des11;
+ des11.CreateL(30);
retval[10]= StringToRbuf16(src11,des11);
RBuf16 src12;
@@ -85,6 +86,7 @@
char *src13=des12;
RBuf16 des13;
+ des13.CreateL(30);
retval[12]=CharToRbuf16(src13,des13);
string des14;
@@ -92,6 +94,7 @@
string src15=des14;
RBuf8 des15;
+ des15.CreateL(30);
retval[14]= StringToRbuf8(src15,des15);
RBuf8 src16;
@@ -101,6 +104,7 @@
char *src17=des16;
RBuf16 des17;
+ des17.CreateL(30);
retval[16]=CharToRbuf16(src17,des17);
RBuf16 src18;
@@ -110,6 +114,7 @@
wchar_t *src19=des18;
RBuf8 des19;
+ des19.CreateL(50);
retval[18]=WcharToRbuf8(src19,des19);
wstring src20;
@@ -123,6 +128,7 @@
retval[21] = Tbuf16ToWchar(des20,src21,size_new);
RBuf16 des21;
+ des21.CreateL(30);
retval[22]= WcharToRbuf16(src21,des21);
wstring src22;
@@ -136,6 +142,7 @@
retval[25]= Tbuf16ToWchar(des22,src23,size);
RBuf8 des23;
+ des23.CreateL(50);
retval[26]= WcharToRbuf8(src23,des23);
wstring src24;
--- a/utilitylibraries/libutils/tsrc/src/integration_test_scenario6.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/integration_test_scenario6.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -28,6 +28,7 @@
RBuf8 des1;
int ret,retval1,retval2,retval3,retval4,retval5,retval6;
int size1=39;
+ des1.CreateL(30);
retval1= CharToRbuf8(src1,des1);
printf("retval1 value is %d\n", retval1);
--- a/utilitylibraries/libutils/tsrc/src/integration_test_scenario8.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/integration_test_scenario8.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -33,7 +33,7 @@
char * src2= des1;
TPtr16 des2 ((unsigned short*)" ",30);
wchar_t *aPtr = new wchar_t[50];
- retval2= CharpToTptr16(src2,aPtr,des2);
+ retval2= CharpToTptr16(src2,des2);
printf("retval2 value is %d\n", retval2);
TPtr16 src3= des2;
@@ -43,6 +43,7 @@
string src4= des3;
RBuf16 des4;
+ des4.CreateL(30);
retval4= StringToRbuf16(src4,des4);
printf("retval4 value is %d\n", retval4);
--- a/utilitylibraries/libutils/tsrc/src/integration_test_scenario9.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/integration_test_scenario9.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -32,6 +32,7 @@
char *src2= des1;
RBuf8 des2;
+ des2.CreateL(30);
retval2= CharToRbuf8(src2,des2);
printf("retval2 value is %d\n", retval2);
--- a/utilitylibraries/libutils/tsrc/src/test_charptotptr16_boundary1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_charptotptr16_boundary1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -29,7 +29,7 @@
TBufC16<30> buf;
TPtr16 myTptr = buf.Des();
wchar_t* temp = new wchar_t[30];
- retval = CharpToTptr16(mycharstring,temp, myTptr);
+ retval = CharpToTptr16(mycharstring, myTptr);
int buf_len = myTptr.Length();
if (retval ==ESuccess &&\
--- a/utilitylibraries/libutils/tsrc/src/test_charptotptr16_boundary2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_charptotptr16_boundary2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -29,7 +29,7 @@
TBufC16<17> buf;
TPtr16 myTptr = buf.Des();
wchar_t* temp = new wchar_t[30];
- retval = CharpToTptr16(mycharstring,temp, myTptr);
+ retval = CharpToTptr16(mycharstring, myTptr);
int buf_len = myTptr.Length();
if (retval ==ESuccess &&\
--- a/utilitylibraries/libutils/tsrc/src/test_charptotptr16_content_check.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_charptotptr16_content_check.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -29,7 +29,7 @@
TBufC16<30> buf;
TPtr16 myTptr = buf.Des();
wchar_t* temp = new wchar_t[30];
- retval = CharpToTptr16(mycharstring,temp, myTptr);
+ retval = CharpToTptr16(mycharstring, myTptr);
int buf_len = myTptr.Length();
if (retval ==ESuccess &&\
--- a/utilitylibraries/libutils/tsrc/src/test_charptotptr16_negative1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_charptotptr16_negative1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -28,7 +28,7 @@
TBufC16<10> buf;
TPtr16 myTptr = buf.Des();
wchar_t* temp = new wchar_t[30];
- retval = CharpToTptr16(mycharstring,temp,myTptr);
+ retval = CharpToTptr16(mycharstring, myTptr);
if (retval == EInsufficientMemory)
{
--- a/utilitylibraries/libutils/tsrc/src/test_charptotptr16_negative2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_charptotptr16_negative2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -28,7 +28,7 @@
TBufC16<30> buf;
TPtr16 myTptr = buf.Des();
wchar_t* temp = new wchar_t[30];
- retval = CharpToTptr16(mycharstring,temp, myTptr);
+ retval = CharpToTptr16(mycharstring, myTptr);
if (retval == EInvalidPointer)
{
--- a/utilitylibraries/libutils/tsrc/src/test_charptotptr16_positive1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_charptotptr16_positive1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -28,7 +28,7 @@
TBufC16<30> buf;
TPtr16 myTptr = buf.Des();
wchar_t* temp = new wchar_t[30];
- retval = CharpToTptr16(mycharstring,temp,myTptr);
+ retval = CharpToTptr16(mycharstring, myTptr);
if (retval ==ESuccess)
{
--- a/utilitylibraries/libutils/tsrc/src/test_charptotptr16_positive2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_charptotptr16_positive2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -28,7 +28,7 @@
TBufC16<1> buf;
TPtr16 myTptr= buf.Des();
wchar_t* temp = new wchar_t[30];
- retval = CharpToTptr16(mycharstring,temp,myTptr);
+ retval = CharpToTptr16(mycharstring, myTptr);
if (retval ==ESuccess)
{
--- a/utilitylibraries/libutils/tsrc/src/test_charptotptrc16_boundary1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_charptotptrc16_boundary1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -28,7 +28,7 @@
int char_length= strlen(mycharstring);
TPtrC myTptrc;
wchar_t* myptr= new wchar_t[strlen(mycharstring)+1];
- retval = CharpToTptrc16(mycharstring,myptr, myTptrc);
+ retval = CharpToTptrc16(mycharstring, myptr, myTptrc);
int buf_len = myTptrc.Length();
if (retval ==ESuccess &&\
--- a/utilitylibraries/libutils/tsrc/src/test_charptotptrc16_boundary2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_charptotptrc16_boundary2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -28,7 +28,7 @@
int char_length= strlen(mycharstring);
TPtrC myTptrc;
wchar_t* myptr= new wchar_t[strlen(mycharstring)+1];
- retval = CharpToTptrc16(mycharstring,myptr, myTptrc);
+ retval = CharpToTptrc16(mycharstring, myptr , myTptrc);
int buf_len = myTptrc.Length();
if (retval ==ESuccess &&\
--- a/utilitylibraries/libutils/tsrc/src/test_charptotptrc16_content_check.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_charptotptrc16_content_check.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -28,7 +28,7 @@
int char_length= strlen(mycharstring);
TPtrC myTptrc;
wchar_t* myptr= new wchar_t[strlen(mycharstring)+1];
- retval = CharpToTptrc16(mycharstring,myptr, myTptrc);
+ retval = CharpToTptrc16(mycharstring, myptr, myTptrc);
int buf_len = myTptrc.Length();
if (retval ==ESuccess &&\
@@ -43,6 +43,7 @@
printf("charptotptrc16 content check Failed\n");
}
free(myptr);
+ __UHEAP_MARKEND;
testResultXml("test_charptotptrc16_content_check");
return 0;
}
--- a/utilitylibraries/libutils/tsrc/src/test_charptotptrc16_negative2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_charptotptrc16_negative2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -27,7 +27,7 @@
char* mycharstring = NULL;
TPtrC myTptrc;
wchar_t* myptr= new wchar_t[10];
- retval = CharpToTptrc16(mycharstring,myptr, myTptrc);
+ retval = CharpToTptrc16(mycharstring, myptr, myTptrc);
if (retval == EInvalidPointer)
{
--- a/utilitylibraries/libutils/tsrc/src/test_chartorbuf16_boundary2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_chartorbuf16_boundary2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -28,6 +28,7 @@
char* mycharstring = "Hello Char String";
int char_length= strlen(mycharstring);
RBuf16 myRBuf;
+ myRBuf.CreateL(30);
myRBuf.CleanupClosePushL();
retval = CharToRbuf16(mycharstring, myRBuf);
--- a/utilitylibraries/libutils/tsrc/src/test_chartorbuf16_content_check.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_chartorbuf16_content_check.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -28,6 +28,7 @@
char* mycharstring = "Hello Char String";
int char_length= strlen(mycharstring);
RBuf16 myRBuf;
+ myRBuf.CreateL(30);
myRBuf.CleanupClosePushL();
retval = CharToRbuf16(mycharstring, myRBuf);
--- a/utilitylibraries/libutils/tsrc/src/test_chartorbuf16_negative1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_chartorbuf16_negative1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -27,6 +27,7 @@
int retval =ESuccess;
char* mycharstring = NULL;
RBuf16 myRBuf;
+ myRBuf.CreateL(30);
myRBuf.CleanupClosePushL();
retval = CharToRbuf16(mycharstring, myRBuf);
--- a/utilitylibraries/libutils/tsrc/src/test_chartorbuf16_negative2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_chartorbuf16_negative2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -27,6 +27,7 @@
int retval =ESuccess;
char* mycharstring = NULL;
RBuf16 myRBuf;
+ myRBuf.CreateL(30);
myRBuf.CleanupClosePushL();
retval = CharToRbuf16(mycharstring, myRBuf);
--- a/utilitylibraries/libutils/tsrc/src/test_chartorbuf16_positive1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_chartorbuf16_positive1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -27,6 +27,7 @@
int retval =ESuccess;
char* mycharstring = "Hello Char String";
RBuf16 myRBuf;
+ myRBuf.CreateL(30);
myRBuf.CleanupClosePushL();
retval = CharToRbuf16(mycharstring, myRBuf);
--- a/utilitylibraries/libutils/tsrc/src/test_chartorbuf16_positive2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_chartorbuf16_positive2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -27,6 +27,7 @@
int retval =ESuccess;
char* mycharstring = "";
RBuf16 myRBuf;
+ myRBuf.CreateL(30);
myRBuf.CleanupClosePushL();
retval = CharToRbuf16(mycharstring, myRBuf);
--- a/utilitylibraries/libutils/tsrc/src/test_chartorbuf8_boundary1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_chartorbuf8_boundary1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -28,6 +28,7 @@
char* mycharstring = "Hello Char String";
int char_length= strlen(mycharstring);
RBuf8 myRBuf;
+ myRBuf.CreateL(30);
myRBuf.CleanupClosePushL();
retval = CharToRbuf8 (mycharstring, myRBuf);
--- a/utilitylibraries/libutils/tsrc/src/test_chartorbuf8_boundary2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_chartorbuf8_boundary2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -28,6 +28,7 @@
char* mycharstring = "Hello Char String";
int char_length= strlen(mycharstring);
RBuf8 myRBuf;
+ myRBuf.CreateL(30);
myRBuf.CleanupClosePushL();
retval = CharToRbuf8 (mycharstring, myRBuf);
--- a/utilitylibraries/libutils/tsrc/src/test_chartorbuf8_content_check.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_chartorbuf8_content_check.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -28,6 +28,7 @@
char* mycharstring = "Hello Char String";
int char_length= strlen(mycharstring);
RBuf8 myRBuf;
+ myRBuf.CreateL(30);
myRBuf.CleanupClosePushL();
retval = CharToRbuf8 (mycharstring, myRBuf);
--- a/utilitylibraries/libutils/tsrc/src/test_chartorbuf8_negative1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_chartorbuf8_negative1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -27,6 +27,7 @@
int retval =ESuccess;
char* mycharstring = NULL;
RBuf8 myRBuf;
+ myRBuf.CreateL(5);
myRBuf.CleanupClosePushL();
retval = CharToRbuf8 (mycharstring, myRBuf);
--- a/utilitylibraries/libutils/tsrc/src/test_chartorbuf8_negative2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_chartorbuf8_negative2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -27,6 +27,7 @@
int retval =ESuccess;
char* mycharstring = NULL;
RBuf8 myRBuf;
+ myRBuf.CreateL(5);
myRBuf.CleanupClosePushL();
retval = CharToRbuf8 (mycharstring, myRBuf);
--- a/utilitylibraries/libutils/tsrc/src/test_chartorbuf8_positive1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_chartorbuf8_positive1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -27,6 +27,7 @@
int retval =ESuccess;
char* mycharstring = "Hello Char String";
RBuf8 myRBuf;
+ myRBuf.CreateL(30);
myRBuf.CleanupClosePushL();
retval = CharToRbuf8(mycharstring, myRBuf);
--- a/utilitylibraries/libutils/tsrc/src/test_chartorbuf8_positive2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_chartorbuf8_positive2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -27,6 +27,7 @@
int retval =ESuccess;
char* mycharstring = "";
RBuf8 myRBuf;
+ myRBuf.CreateL(5);
myRBuf.CleanupClosePushL();
retval = CharToRbuf8(mycharstring, myRBuf);
--- a/utilitylibraries/libutils/tsrc/src/test_stringtorbuf16_negative1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_stringtorbuf16_negative1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -27,6 +27,7 @@
__UHEAP_MARK;
int retval =ESuccess;
RBuf16 buff;
+ buff.CreateL(30);
buff.CleanupClosePushL();
wchar_t *wptr = new wchar_t[15];
retval = StringToRbuf16(s, buff);
--- a/utilitylibraries/libutils/tsrc/src/test_stringtorbuf16_positive.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_stringtorbuf16_positive.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -26,6 +26,7 @@
__UHEAP_MARK;
int retval =ESuccess;
RBuf16 buf;
+ buf.CreateL(30);
retval = StringToRbuf16(s, buf);
if (retval == ESuccess)
--- a/utilitylibraries/libutils/tsrc/src/test_stringtorbuf8_negative.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_stringtorbuf8_negative.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -26,6 +26,7 @@
string str;
__UHEAP_MARK;
RBuf8 buf;
+ buf.CreateL(30);
buf.CleanupClosePushL();
int retval =ESuccess;
retval = StringToRbuf8(str, buf);
--- a/utilitylibraries/libutils/tsrc/src/test_stringtorbuf8_positive.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_stringtorbuf8_positive.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -25,6 +25,7 @@
string str("Hello World");
__UHEAP_MARK;
RBuf8 buf;
+ buf.CreateL(30);
int retval =ESuccess;
retval = StringToRbuf8(str, buf);
--- a/utilitylibraries/libutils/tsrc/src/test_wchartorbuf16_boundary1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_wchartorbuf16_boundary1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -28,6 +28,7 @@
wchar_t* mywcharstring = L"Hello Widechar String";
int wchar_length= wcslen(mywcharstring);
RBuf16 myRBuf;
+ myRBuf.CreateL(30);
myRBuf.CleanupClosePushL();
retval = WcharToRbuf16 (mywcharstring, myRBuf);
--- a/utilitylibraries/libutils/tsrc/src/test_wchartorbuf16_content_check.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_wchartorbuf16_content_check.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -28,6 +28,7 @@
wchar_t* mywcharstring = L"Hello Widechar String";
int wchar_length= wcslen(mywcharstring);
RBuf16 myRBuf;
+ myRBuf.CreateL(30);
myRBuf.CleanupClosePushL();
retval = WcharToRbuf16(mywcharstring, myRBuf);
--- a/utilitylibraries/libutils/tsrc/src/test_wchartorbuf16_negative1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_wchartorbuf16_negative1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -27,6 +27,7 @@
int retval =ESuccess;
wchar_t* mywcharstring = L"Hello Widechar String";
RBuf16 myRBuf;
+ myRBuf.CreateL(30);
myRBuf.CleanupClosePushL();
retval = WcharToRbuf16(mywcharstring, myRBuf);
--- a/utilitylibraries/libutils/tsrc/src/test_wchartorbuf16_negative2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_wchartorbuf16_negative2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -27,6 +27,7 @@
int retval =ESuccess;
wchar_t* mywcharstring = NULL;
RBuf16 myRBuf;
+ myRBuf.CreateL(30);
myRBuf.CleanupClosePushL();
retval = WcharToRbuf16(mywcharstring, myRBuf);
--- a/utilitylibraries/libutils/tsrc/src/test_wchartorbuf16_positive1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_wchartorbuf16_positive1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -27,6 +27,7 @@
int retval =ESuccess;
wchar_t* mywcharstring = L"Hello Widechar String";
RBuf16 myRBuf;
+ myRBuf.CreateL(30);
myRBuf.CleanupClosePushL();
retval = WcharToRbuf16(mywcharstring, myRBuf);
--- a/utilitylibraries/libutils/tsrc/src/test_wchartorbuf16_positive2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_wchartorbuf16_positive2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -27,6 +27,7 @@
int retval =ESuccess;
wchar_t* mywcharstring = L"";
RBuf16 myRBuf;
+ myRBuf.CreateL(30);
myRBuf.CleanupClosePushL();
retval = WcharToRbuf16(mywcharstring, myRBuf);
--- a/utilitylibraries/libutils/tsrc/src/test_wchartorbuf8_boundary1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_wchartorbuf8_boundary1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -28,6 +28,7 @@
wchar_t* mywcharstring = L"Hello Widechar String";
int wchar_length= wcslen(mywcharstring);
RBuf8 myRBuf;
+ myRBuf.CreateL(50);
myRBuf.CleanupClosePushL();
retval = WcharToRbuf8 (mywcharstring, myRBuf);
--- a/utilitylibraries/libutils/tsrc/src/test_wchartorbuf8_content_check.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_wchartorbuf8_content_check.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -28,6 +28,7 @@
wchar_t* mywcharstring = L"Hello Widechar String";
int wchar_length= wcslen(mywcharstring);
RBuf8 myRBuf;
+ myRBuf.CreateL(50);
myRBuf.CleanupClosePushL();
retval = WcharToRbuf8 (mywcharstring, myRBuf);
--- a/utilitylibraries/libutils/tsrc/src/test_wchartorbuf8_negative1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_wchartorbuf8_negative1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -27,6 +27,7 @@
int retval =ESuccess;
wchar_t* mywcharstring = NULL;
RBuf8 myRBuf;
+ myRBuf.CreateL(10);
myRBuf.CleanupClosePushL();
retval = WcharToRbuf8 (mywcharstring, myRBuf);
--- a/utilitylibraries/libutils/tsrc/src/test_wchartorbuf8_negative2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_wchartorbuf8_negative2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -27,6 +27,7 @@
int retval =ESuccess;
wchar_t* mywcharstring = NULL;
RBuf8 myRBuf;
+ myRBuf.CreateL(10);
myRBuf.CleanupClosePushL();
retval = WcharToRbuf8 (mywcharstring, myRBuf);
--- a/utilitylibraries/libutils/tsrc/src/test_wchartorbuf8_positive1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_wchartorbuf8_positive1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -27,6 +27,7 @@
int retval =ESuccess;
wchar_t* mywcharstring = L"Hello Widechar String";
RBuf8 myRBuf;
+ myRBuf.CreateL(50);
myRBuf.CleanupClosePushL();
retval = WcharToRbuf8(mywcharstring, myRBuf);
--- a/utilitylibraries/libutils/tsrc/src/test_wchartorbuf8_positive2.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_wchartorbuf8_positive2.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -27,6 +27,7 @@
int retval =ESuccess;
wchar_t* mywcharstring = L"";
RBuf8 myRBuf;
+ myRBuf.CreateL(10);
myRBuf.CleanupClosePushL();
retval = WcharToRbuf8(mywcharstring, myRBuf);
--- a/utilitylibraries/libutils/tsrc/src/test_wstringtorbuf16_negative.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_wstringtorbuf16_negative.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -25,6 +25,7 @@
wstring str;
__UHEAP_MARK;
RBuf16 buf;
+ buf.CreateL(30);
int retval =ESuccess;
retval = WstringToRbuf16(str, buf);
@@ -37,6 +38,7 @@
assert_failed = true;
printf("wstringtorbuf16 Failed");
}
+ buf.Close();
__UHEAP_MARKEND;
testResultXml("test_wstringtorbuf16_negative");
return 0;
--- a/utilitylibraries/libutils/tsrc/src/test_wstringtorbuf16_positive.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_wstringtorbuf16_positive.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -26,6 +26,7 @@
wstring str(L"Hello World");
__UHEAP_MARK;
RBuf16 buf;
+ buf.CreateL(30);
buf.CleanupClosePushL();
int retval =ESuccess;
retval = WstringToRbuf16(str, buf);
--- a/utilitylibraries/libutils/tsrc/src/test_wstringtorbuf8_negative1.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_wstringtorbuf8_negative1.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -25,6 +25,7 @@
wstring str(L"");
__UHEAP_MARK;
RBuf8 buf;
+ buf.CreateL(10);
int retval =ESuccess;
retval = WstringToRbuf8(str, buf);
--- a/utilitylibraries/libutils/tsrc/src/test_wstringtorbuf8_positive.cpp Fri Jun 04 16:20:51 2010 +0100
+++ b/utilitylibraries/libutils/tsrc/src/test_wstringtorbuf8_positive.cpp Fri Jun 11 15:26:22 2010 +0300
@@ -25,6 +25,7 @@
wstring str(L"Hello World");
__UHEAP_MARK;
RBuf8 buf;
+ buf.CreateL(30);
int retval =ESuccess;
retval = WstringToRbuf8(str, buf);