2
|
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 |
* bld.inf Toplevel build information for STF test modules.
|
|
17 |
*/
|
|
18 |
//scripter test module
|
|
19 |
#include "../scriptermod/group/bld.inf"
|
|
20 |
#if defined(__S60_)
|
|
21 |
// StifKernelTestClassBase
|
|
22 |
#include "../kerneltestmod/group/bld.inf"
|
|
23 |
#endif // __S60_
|
|
24 |
|
|
25 |
//TEF test module
|
|
26 |
//#include "../teftestmod/group/bld.inf"
|
|
27 |
|
|
28 |
//Test Combiner test module
|
|
29 |
#include "../testcombiner/group/bld.inf"
|
|
30 |
|
|
31 |
//TEF Test Module
|
|
32 |
#include "../teftestmod/group/bld.inf"
|
|
33 |
|
|
34 |
|