featuremgmt/featuremgr/test/group/featmgr_test.iby
branchRCL_3
changeset 10 31a8f755b7fe
parent 9 667e88a979d7
child 11 211563e4b919
equal deleted inserted replaced
9:667e88a979d7 10:31a8f755b7fe
     1 // Copyright (c) 2007-2009 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 //
       
    15 
       
    16 #ifndef __FEATMGR_TEST_IBY__
       
    17 #define __FEATMGR_TEST_IBY__
       
    18 
       
    19 // Make sure that the feature manager production code is included in the ROM.
       
    20 #include "featmgr.iby"
       
    21 
       
    22 //main efm test script
       
    23 data=DATAZ_\test\efm\scripts\tef_featmgr.script		test\efm\scripts\tef_featmgr.script
       
    24 
       
    25 //rtest tests .iby files
       
    26 //#include "featmgr_rtest.iby"
       
    27 
       
    28 //tef tests .iby files
       
    29 #include "efm_configured_testserver.iby"
       
    30 #include "efm_normal_testserver.iby"
       
    31 #include "efm_unit_testserver.iby"
       
    32 #include "tef_feature_generator.iby"
       
    33 #include "tef_efm_bursuite.iby"
       
    34 
       
    35 // helper .iby files
       
    36 #include "test_efm.iby"
       
    37 #include "pluginhelper.iby"
       
    38 #include "test_plugins.iby"
       
    39 #include "dummyswi.iby"
       
    40 #include "helping_exe.iby" 
       
    41 
       
    42 #endif //__FEATMGR_TEST_IBY__