diff -r 000000000000 -r 3da2a79470a7 testexecmgmt/ucc/SampleScripts/create_package_for_70_lubbock.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/testexecmgmt/ucc/SampleScripts/create_package_for_70_lubbock.bat Mon Mar 08 15:04:18 2010 +0800 @@ -0,0 +1,41 @@ +@rem +@rem Copyright (c) 2005-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 + +@echo off + +echo ---------------------------------------------------------------------------------------- +echo . +echo Creating a package with all the required files to run Sample4 on Hurricane/Lubbock +echo . +echo ---------------------------------------------------------------------------------------- + +mkdir cf_70_lubbock_4 + +xcopy sti.0004.ini .\cf_70_lubbock_4 +xcopy sts.0004.script .\cf_70_lubbock_4 + +xcopy ..\ConfigurationFiles\cdb.70.lubbock.cfg .\cf_70_lubbock_4 + +copy \epoc32\release\arm4\urel\scheduletest.exe .\cf_70_lubbock_4 +copy \epoc32\release\arm4\urel\CINIDATA.DLL .\cf_70_lubbock_4 +copy \epoc32\release\arm4\urel\INTEGRATIONTESTUTILS.DLL .\cf_70_lubbock_4 +copy \epoc32\release\arm4\urel\NetworkEmulatorControl.dll .\cf_70_lubbock_4 +copy \epoc32\release\arm4\urel\NEControlST.dll .\cf_70_lubbock_4 +copy \epoc32\release\arm4\urel\pingeng.dll .\cf_70_lubbock_4 +copy \epoc32\release\arm4\urel\InetUtilsST.dll .\cf_70_lubbock_4 +copy \epoc32\release\arm4\urel\ced.exe .\cf_70_lubbock_4 \ No newline at end of file