installationservices/switestfw/inc/installtestframework.iby
changeset 0 ba25891c3a9e
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 * commonutilstest.iby
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef __COMMONUTILSTEST_IBY__
       
    21 #define __COMMONUTILSTEST_IBY__
       
    22 
       
    23 REM Common test code
       
    24 
       
    25 file=ABI_DIR\BUILD_DIR\tsecurityutils.exe			sys\bin\tsecurityutils.exe
       
    26 file=ABI_DIR\BUILD_DIR\oomtestbase.dll				sys\bin\oomtestbase.dll
       
    27 
       
    28 REM tsecurityutils tests
       
    29 
       
    30 define ZDRIVE \epoc32\data\Z
       
    31 
       
    32 data=ZDRIVE\tsecurityutils\tsecurityutils.ini			\tsecurityutils\tsecurityutils.ini
       
    33 data=ZDRIVE\tsecurityutils\tsecurityutils.script			\tsecurityutils\tsecurityutils.script
       
    34 
       
    35 file=ABI_DIR\BUILD_DIR\aprcaptestframework.exe	sys\bin\aprcaptestframework.exe
       
    36 data=ABI_DIR\BUILD_DIR\aprcaptestframeworkhelper.exe	sys\bin\aprcaptestframeworkhelper.exe
       
    37 file=ABI_DIR\BUILD_DIR\aprcaptestframeworkutil.dll sys\bin\aprcaptestframeworkutil.dll
       
    38 
       
    39 #endif
       
    40