testexecmgmt/ucc/SampleScripts/create_package_for_70_lubbock.bat
changeset 0 3da2a79470a7
equal deleted inserted replaced
-1:000000000000 0:3da2a79470a7
       
     1 @rem
       
     2 @rem Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 @rem All rights reserved.
       
     4 @rem This component and the accompanying materials are made available
       
     5 @rem under the terms of "Eclipse Public License v1.0"
       
     6 @rem which accompanies this distribution, and is available
       
     7 @rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 @rem
       
     9 @rem Initial Contributors:
       
    10 @rem Nokia Corporation - initial contribution.
       
    11 @rem
       
    12 @rem Contributors:
       
    13 @rem
       
    14 @rem Description: 
       
    15 @rem
       
    16 @@rem
       
    17 @@rem
       
    18 
       
    19 @echo off
       
    20 
       
    21 echo ----------------------------------------------------------------------------------------
       
    22 echo .
       
    23 echo Creating a package with all the required files to run Sample4 on Hurricane/Lubbock
       
    24 echo .
       
    25 echo ----------------------------------------------------------------------------------------
       
    26 
       
    27 mkdir cf_70_lubbock_4
       
    28 
       
    29 xcopy sti.0004.ini			.\cf_70_lubbock_4
       
    30 xcopy sts.0004.script			.\cf_70_lubbock_4
       
    31 
       
    32 xcopy ..\ConfigurationFiles\cdb.70.lubbock.cfg	.\cf_70_lubbock_4
       
    33 
       
    34 copy \epoc32\release\arm4\urel\scheduletest.exe			.\cf_70_lubbock_4
       
    35 copy \epoc32\release\arm4\urel\CINIDATA.DLL			.\cf_70_lubbock_4
       
    36 copy \epoc32\release\arm4\urel\INTEGRATIONTESTUTILS.DLL		.\cf_70_lubbock_4
       
    37 copy \epoc32\release\arm4\urel\NetworkEmulatorControl.dll	.\cf_70_lubbock_4
       
    38 copy \epoc32\release\arm4\urel\NEControlST.dll			.\cf_70_lubbock_4
       
    39 copy \epoc32\release\arm4\urel\pingeng.dll			.\cf_70_lubbock_4
       
    40 copy \epoc32\release\arm4\urel\InetUtilsST.dll			.\cf_70_lubbock_4
       
    41 copy \epoc32\release\arm4\urel\ced.exe				.\cf_70_lubbock_4