featuremgmt/featuremgr/test/group/featmgr_techview_test.iby
branchRCL_3
changeset 8 fa9941cf3867
child 23 26645d81f48d
equal deleted inserted replaced
6:5ffdb8f2067f 8:fa9941cf3867
       
     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 // For all Techview tests (TEF + RTest).
       
    15 //
       
    16 
       
    17 #ifndef __FEATMGR_TEST_IBY__
       
    18 #define __FEATMGR_TEST_IBY__
       
    19 
       
    20 // Make sure that the feature manager production code is included in the ROM.
       
    21 #include "featmgr.iby"
       
    22 
       
    23 // Techview RTests.
       
    24 file=ABI_DIR\BUILD_DIR\t_fmgrbackupresponse.exe     test\t_fmgrbackupresponse.exe
       
    25 file=ABI_DIR\BUILD_DIR\t_fmgrrestoreresponse.exe    test\t_fmgrrestoreresponse.exe
       
    26 
       
    27 //main efm test script
       
    28 data=DATAZ_\test\efm\scripts\tef_featmgr.script		test\efm\scripts\tef_featmgr.script
       
    29 
       
    30 //tef tests .iby files
       
    31 #include "efm_configured_testserver.iby"
       
    32 #include "efm_normal_testserver.iby"
       
    33 #include "efm_unit_testserver.iby"
       
    34 #include "tef_feature_generator.iby"
       
    35 #include "tef_efm_bursuite.iby"
       
    36 
       
    37 // helper .iby files
       
    38 #include "test_efm.iby"
       
    39 #include "pluginhelper.iby"
       
    40 #include "test_plugins.iby"
       
    41 #include "dummyswi.iby"
       
    42 #include "helping_exe.iby" 
       
    43 
       
    44 #endif //__FEATMGR_TEST_IBY__