contenthandling/webrecognisers/Test/Group/recogniserstest.iby
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef __RECOGNISERSTEST_IBY__
       
    17 #define __RECOGNISERSTEST_IBY__
       
    18 
       
    19 REM Application Protocol recognisers test
       
    20 
       
    21 #include <recognisers.iby>
       
    22 
       
    23 REM recogniser test framework
       
    24 file=ABI_DIR\BUILD_DIR\T_RECOGTEST.exe	 System\Programs\T_RECOGTEST.exe	stack=0x8000
       
    25 
       
    26 REM t_ebookmark test module
       
    27 ECOM_PLUGIN(t_ebookmark.dll,101fd8d3.rsc)
       
    28 
       
    29 REM t_weburlrec test module
       
    30 ECOM_PLUGIN(t_weburlrec.dll,101fd8d1.rsc)
       
    31 
       
    32 REM t_recweb test module
       
    33 ECOM_PLUGIN(t_recweb.dll,101fd8d5.rsc)
       
    34 
       
    35 REM t_recwap test module
       
    36 ECOM_PLUGIN(t_recwap.dll,10272E63.rsc)
       
    37 
       
    38 REM test data
       
    39 data=\epoc32\data\z\recogtestdata\1.ebm			recogtestdata\1.ebm
       
    40 data=\epoc32\data\z\recogtestdata\2.ebm			recogtestdata\2.ebm
       
    41 data=\epoc32\data\z\recogtestdata\3.ebm			recogtestdata\3.ebm
       
    42 data=\epoc32\data\z\recogtestdata\4.notebm		recogtestdata\4.notebm
       
    43 data=\epoc32\data\z\recogtestdata\sample1		recogtestdata\sample1
       
    44 data=\epoc32\data\z\recogtestdata\sample1.html		recogtestdata\sample1.html
       
    45 data=\epoc32\data\z\recogtestdata\sample2		recogtestdata\sample2
       
    46 data=\epoc32\data\z\recogtestdata\sample2.htm		recogtestdata\sample2.htm
       
    47 data=\epoc32\data\z\recogtestdata\sample3		recogtestdata\sample3
       
    48 data=\epoc32\data\z\recogtestdata\sample3.xhtml		recogtestdata\sample3.xhtml
       
    49 data=\epoc32\data\z\recogtestdata\sample4		recogtestdata\sample4
       
    50 data=\epoc32\data\z\recogtestdata\sample4.xml		recogtestdata\sample4.xml
       
    51 
       
    52 data=\epoc32\data\z\recogtestdata\a.wml			recogtestdata\a.wml
       
    53 data=\epoc32\data\z\recogtestdata\a.wmlc		recogtestdata\a.wmlc
       
    54 data=\epoc32\data\z\recogtestdata\a.wmlsc		recogtestdata\a.wmlsc
       
    55 data=\epoc32\data\z\recogtestdata\a.wmls		recogtestdata\a.wmls
       
    56 data=\epoc32\data\z\recogtestdata\a.dtd			recogtestdata\a.dtd	
       
    57 data=\epoc32\data\z\recogtestdata\a.wbxml		recogtestdata\a.wbxml
       
    58 #endif