sl@0
|
1 |
// Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
2 |
// All rights reserved.
|
sl@0
|
3 |
// This component and the accompanying materials are made available
|
sl@0
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
sl@0
|
5 |
// which accompanies this distribution, and is available
|
sl@0
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
7 |
//
|
sl@0
|
8 |
// Initial Contributors:
|
sl@0
|
9 |
// Nokia Corporation - initial contribution.
|
sl@0
|
10 |
//
|
sl@0
|
11 |
// Contributors:
|
sl@0
|
12 |
//
|
sl@0
|
13 |
// Description:
|
sl@0
|
14 |
// For all Techview tests (TEF + RTest).
|
sl@0
|
15 |
//
|
sl@0
|
16 |
|
sl@0
|
17 |
#ifndef __FEATMGR_TEST_IBY__
|
sl@0
|
18 |
#define __FEATMGR_TEST_IBY__
|
sl@0
|
19 |
|
sl@0
|
20 |
// Make sure that the feature manager production code is included in the ROM.
|
sl@0
|
21 |
#include "featmgr.iby"
|
sl@0
|
22 |
|
sl@0
|
23 |
// Techview RTests.
|
sl@0
|
24 |
file=ABI_DIR\BUILD_DIR\t_fmgrbackupresponse.exe test\t_fmgrbackupresponse.exe
|
sl@0
|
25 |
file=ABI_DIR\BUILD_DIR\t_fmgrrestoreresponse.exe test\t_fmgrrestoreresponse.exe
|
sl@0
|
26 |
|
sl@0
|
27 |
//main efm test script
|
sl@0
|
28 |
data=DATAZ_\test\efm\scripts\tef_featmgr.script test\efm\scripts\tef_featmgr.script
|
sl@0
|
29 |
|
sl@0
|
30 |
//tef tests .iby files
|
sl@0
|
31 |
#include "efm_configured_testserver.iby"
|
sl@0
|
32 |
#include "efm_normal_testserver.iby"
|
sl@0
|
33 |
#include "efm_unit_testserver.iby"
|
sl@0
|
34 |
#include "tef_feature_generator.iby"
|
sl@0
|
35 |
#include "tef_efm_bursuite.iby"
|
sl@0
|
36 |
|
sl@0
|
37 |
// helper .iby files
|
sl@0
|
38 |
#include "test_efm.iby"
|
sl@0
|
39 |
#include "pluginhelper.iby"
|
sl@0
|
40 |
#include "test_plugins.iby"
|
sl@0
|
41 |
#include "dummyswi.iby"
|
sl@0
|
42 |
#include "helping_exe.iby"
|
sl@0
|
43 |
|
sl@0
|
44 |
#endif //__FEATMGR_TEST_IBY__
|