filehandling/fileconverterfw/group/ConarcTest.iby
changeset 0 2e3d3ce01487
child 81 676b6116ca93
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /*
       
     2 * Copyright (c) 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 "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 *
       
    16 */
       
    17 
       
    18 #ifndef __CONARCTEST_IBY__
       
    19 #define __CONARCTEST_IBY__
       
    20 
       
    21 #ifndef __APPFWK_TEST_FRAMEWORK_IBY__
       
    22 	#include <appfwk_test_framework.iby>
       
    23 #endif
       
    24 
       
    25 REM Test code for the Conarc component
       
    26 
       
    27 define CONARCTESTPATH Resource\test\conarc
       
    28 data=ZRESOURCE\test\conarc\w7allchr.doc				CONARCTESTPATH\w7allchr.doc
       
    29 data=ZRESOURCE\test\conarc\w7allchr.doc.b64			CONARCTESTPATH\w7allchr.doc.b64
       
    30 data=ZRESOURCE\test\conarc\w7allchr.doc.qp			CONARCTESTPATH\w7allchr.doc.qp
       
    31 data=ZRESOURCE\test\conarc\w7allchrwosplchr.doc.qp		CONARCTESTPATH\w7allchrwosplchr.doc.qp
       
    32 data=ZRESOURCE\test\conarc\release.txt				CONARCTESTPATH\release.txt
       
    33 data=ZRESOURCE\test\conarc\release.txt.etext		CONARCTESTPATH\release.txt.etext
       
    34 
       
    35 data=EPOCROOT##epoc32\data\z\resource\convert\1871e.rsc		resource\convert\1871e.rsc
       
    36 ECOM_PLUGIN(ttestecomconverter.dll,10001111.rsc)
       
    37 
       
    38 data=EPOCROOT##epoc32\data\z\resource\convert\10207F6A.rsc	resource\convert\10207F6A.rsc
       
    39 ECOM_PLUGIN(tcon1.dll,10004c60.rsc)
       
    40 
       
    41 data=EPOCROOT##epoc32\data\z\resource\convert\10207F6B.rsc	resource\convert\10207F6B.rsc
       
    42 ECOM_PLUGIN(tcon2.dll,10004c61.rsc)
       
    43 
       
    44 data=EPOCROOT##epoc32\data\z\resource\convert\10207F6C.rsc	resource\convert\10207F6C.rsc
       
    45 ECOM_PLUGIN(tcon3.dll,10004c62.rsc)
       
    46 
       
    47 data=EPOCROOT##epoc32\data\z\resource\convert\10004c41.rsc	resource\convert\10004c41.rsc
       
    48 ECOM_PLUGIN(t_conV2.dll,10004c63.rsc)
       
    49 
       
    50 data=EPOCROOT##epoc32\data\z\resource\convert\10004c43.rsc	resource\convert\10004c43.rsc
       
    51 ECOM_PLUGIN(t_convBadUid.dll,10004c64.rsc)
       
    52 
       
    53 file=ABI_DIR\BUILD_DIR\TConArcTestServer.exe	       	System\libs\TConArcTestServer.exe
       
    54 
       
    55 data=DATAZ_\conarctest\conarctest_run.bat              \conarctest_run.bat
       
    56 data=DATAZ_\conarctest\conarctest_t_b64cnv.script      \conarctest\conarctest_t_b64cnv.script
       
    57 data=DATAZ_\conarctest\conarctest_t_cnf.script         \conarctest\conarctest_t_cnf.script
       
    58 data=DATAZ_\conarctest\conarctest_t_loadecomcnv.script \conarctest\conarctest_t_loadecomcnv.script
       
    59 
       
    60 REM The language dlls are included as part by apparctest.iby.
       
    61 REM The macro __APPARCTEST_IBY__ is added to avoid duplication during rombuild.
       
    62 #ifndef __APPARCTEST_IBY__
       
    63 
       
    64 #ifdef SYMBIAN_DISTINCT_LOCALE_MODEL
       
    65 file=ABI_DIR\BUILD_DIR\elocl_lan.002			Sys\bin\elocl_lan.002
       
    66 #else
       
    67 file=ABI_DIR\BUILD_DIR\ELOCL.01					Sys\bin\ELOCL.01
       
    68 file=ABI_DIR\BUILD_DIR\ELOCL.02					Sys\bin\ELOCL.02
       
    69 #endif
       
    70 
       
    71 #endif
       
    72 
       
    73 
       
    74 #endif