# HG changeset patch # User Dremov Kirill (Nokia-D-MSW/Tampere) # Date 1283489701 -10800 # Node ID 6edeef394eb7a0b0c98e453ca7eb748094d29e02 # Parent 20abbd3957619c8851dce6356c026f9bbd7e2a22 Revision: 201035 Kit: 201035 diff -r 20abbd395761 -r 6edeef394eb7 hti/hti_plat/hti_api/inc/HtiVersion.h --- 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 diff -r 20abbd395761 -r 6edeef394eb7 layers.sysdef.xml --- 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 @@ + + + + + + + + - + \ No newline at end of file diff -r 20abbd395761 -r 6edeef394eb7 symbianunittestfw/rom/sut.iby --- 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__ diff -r 20abbd395761 -r 6edeef394eb7 symbianunittestfw/sutfw/sis/symbianunittest.pkg --- 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. diff -r 20abbd395761 -r 6edeef394eb7 symbianunittestfw/sutfw/sutfwexamples/sutfwkernelexample/tsrc/group/ABLD.BAT --- 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