Revision: 201035
authorDremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 03 Sep 2010 07:55:01 +0300
changeset 1 6edeef394eb7
parent 0 20abbd395761
child 2 73b88125830c
child 3 9397a16b6eb8
Revision: 201035 Kit: 201035
hti/hti_plat/hti_api/inc/HtiVersion.h
layers.sysdef.xml
symbianunittestfw/rom/sut.iby
symbianunittestfw/sutfw/sis/symbianunittest.pkg
symbianunittestfw/sutfw/sutfwexamples/sutfwkernelexample/tsrc/group/ABLD.BAT
--- a/hti/hti_plat/hti_api/inc/HtiVersion.h	Wed Aug 25 15:52:14 2010 +0300
+++ b/hti/hti_plat/hti_api/inc/HtiVersion.h	Fri Sep 03 07:55:01 2010 +0300
@@ -25,12 +25,12 @@
 // CONSTANTS
 
 const TUint8 KHtiVersionMajor = 2;
-const TUint8 KHtiVersionMinor = 27;
+const TUint8 KHtiVersionMinor = 28;
 const TUint8 KHtiVersionBuild = 0;
 
 const TUint16 KHtiVersionYear  = 2010;
-const TUint8  KHtiVersionMonth = 7;
-const TUint8  KHtiVersionWeek  = 27;
+const TUint8  KHtiVersionMonth = 8;
+const TUint8  KHtiVersionWeek  = 31;
 const TUint8  KHtiVersionDay   = 9;
 
 //  MACROS
--- a/layers.sysdef.xml	Wed Aug 25 15:52:14 2010 +0300
+++ b/layers.sysdef.xml	Fri Sep 03 07:55:01 2010 +0300
@@ -13,5 +13,13 @@
         <unit unitID="testtools.stif" mrp="" bldFile="&layer_real_source_path;/stif/group" name="stif" />
       </module>
     </layer>
+    <layer name="os">
+      <module name="testexecmdw">
+        <unit unitID="testtools.tef" mrp="" bldFile="&layer_real_source_path;/testexecmdw/tef/group" name="tef" />
+      </module>
+      <module name="symbianunittestfw">
+        <unit unitID="testtools.sutfw" mrp="" bldFile="&layer_real_source_path;/symbianunittestfw/group" name="sutfw" />
+      </module>
+    </layer>
   </systemModel>
-</SystemDefinition>
+</SystemDefinition>
\ No newline at end of file
--- a/symbianunittestfw/rom/sut.iby	Wed Aug 25 15:52:14 2010 +0300
+++ b/symbianunittestfw/rom/sut.iby	Fri Sep 03 07:55:01 2010 +0300
@@ -28,7 +28,7 @@
 file=ABI_DIR\BUILD_DIR\symbianunittest.exe                  sys\bin\symbianunittest.exe
 
 // unit test example
-file=ABI_DIR\BUILD_DIR\ut_racecar.dll                       sys\bin\ut_racecar.dll
+//file=ABI_DIR\BUILD_DIR\ut_racecar.dll                       sys\bin\ut_racecar.dll
 
 #endif __SUT_IBY__
 
--- a/symbianunittestfw/sutfw/sis/symbianunittest.pkg	Wed Aug 25 15:52:14 2010 +0300
+++ b/symbianunittestfw/sutfw/sis/symbianunittest.pkg	Fri Sep 03 07:55:01 2010 +0300
@@ -2,9 +2,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 the License "Symbian Foundation License v1.0"
+; under the terms of the License "Eclipse Public License v1.0"
 ; which accompanies this distribution, and is available
-; at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
+; at the URL "http://www.eclipse.org/legal/epl-v10.html".
 ;
 ; Initial Contributors:
 ; Nokia Corporation - initial contribution.
--- a/symbianunittestfw/sutfw/sutfwexamples/sutfwkernelexample/tsrc/group/ABLD.BAT	Wed Aug 25 15:52:14 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-@ECHO OFF
-
-REM Bldmake-generated batch file - ABLD.BAT
-REM ** DO NOT EDIT **
-
-perl -S ABLD.PL "\symbianunittestfw\branches\ITE-295\sutfw\sutfwexamples\sutfwkernelexample\tsrc\group\\" %1 %2 %3 %4 %5 %6 %7 %8 %9
-if errorlevel==1 goto CheckPerl
-goto End
-
-:CheckPerl
-perl -v >NUL
-if errorlevel==1 echo Is Perl, version 5.003_07 or later, installed?
-goto End
-
-:End