xml/xmlfw/test/rtest/group/xmlframeworktests.iby
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:37:34 +0100
branchRCL_3
changeset 21 604ca70b6235
parent 20 889504eac4fb
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201014 Kit: 201035

// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
//

#ifndef __XMLFRAMEWORKTESTS_IBY__
#define __XMLFRAMEWORKTESTS_IBY__

REM XML Framework Tests

#include <xmlframework.iby>
#include <testbed.iby>
#include <xmlcustomresolvertests.iby>

// batch file that runs all automatic Framework tests
data=ZSYSTEM\test\xmlframeworktests.bat						test\xmlframeworktests.bat

// Framework test exe
file=ABI_DIR\BUILD_DIR\t_xmlcore.exe						test\t_xmlcore.exe

// Framework components test exe
file=ABI_DIR\BUILD_DIR\t_xmlmisc.exe						test\t_xmlmisc.exe

// CMatchData unit test exe
file=ABI_DIR\BUILD_DIR\tu_xmlcmatchdataunittests.exe		test\tu_xmlcmatchdataunittests.exe

// API performance test exe
file=ABI_DIR\BUILD_DIR\tp_xmlframeworkperftests.exe 		test\tp_xmlframeworkperftests.exe

// Access to file system helper exe
file=ABI_DIR\BUILD_DIR\t_xmlprocessfilemancopyfile.exe		test\t_xmlprocessfilemancopyfile.exe

file=ABI_DIR\BUILD_DIR\t_parserucs4test.exe					test\t_parserucs4test.exe


// Z: to C:
data=EPOCROOT##epoc32\data\z\XmlRAMOnly\tu_xmlramparserplugins.dll	XmlRAMOnly\tu_xmlramparserplugins.dll
data=EPOCROOT##epoc32\data\z\XmlRAMOnly\tu_xmlramparserplugins.rsc	XmlRAMOnly\tu_xmlramparserplugins.rsc

// Test plugin

// Test resources
//
// Test Validator
ECOM_PLUGIN(t_validator.dll,101faa0f.rsc)

// Test Parser
ECOM_PLUGIN(t_parser.dll,101fadcd.rsc)

// Test String Dictionary
ECOM_PLUGIN(t_stringdictionary00.dll,101fcabf.rsc)

// Unit test plugin pack - ROM only
ECOM_PLUGIN(tu_xmlromparserplugins.dll,10273869.rsc)

#endif