121
|
1 |
// Copyright (c) 2010 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 |
// Includes the required openwftest files.
|
|
15 |
|
|
16 |
#if !defined (__OPENWFTEST_IBY__)
|
|
17 |
#define __OPENWFTEST_IBY__
|
|
18 |
|
|
19 |
// OWF test exe and script
|
|
20 |
file=ABI_DIR\DEBUG_DIR\openwftestserver.exe \sys\bin\openwftestserver.exe
|
|
21 |
data=DATAZ_\openwftest\openwftest.script openwftest\openwftest.script
|
|
22 |
|
|
23 |
// if OPENWFTEST_INI is not defined, use the default
|
|
24 |
#if !defined (OPENWFTEST_INI)
|
|
25 |
#define OPENWFTEST_INI openwftest.ini
|
|
26 |
#endif //OPENWFTEST_INI
|
|
27 |
|
|
28 |
data=DATAZ_\openwftest\OPENWFTEST_INI openwftest\openwftest.ini
|
|
29 |
|
|
30 |
#endif //__OPENWFTEST_IBY__
|