os/persistentdata/featuremgmt/featuremgr/test/group/featmgr_techview_test.iby
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/persistentdata/featuremgmt/featuremgr/test/group/featmgr_techview_test.iby	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,44 @@
     1.4 +// Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// For all Techview tests (TEF + RTest).
    1.18 +// 
    1.19 +
    1.20 +#ifndef __FEATMGR_TEST_IBY__
    1.21 +#define __FEATMGR_TEST_IBY__
    1.22 +
    1.23 +// Make sure that the feature manager production code is included in the ROM.
    1.24 +#include "featmgr.iby"
    1.25 +
    1.26 +// Techview RTests.
    1.27 +file=ABI_DIR\BUILD_DIR\t_fmgrbackupresponse.exe     test\t_fmgrbackupresponse.exe
    1.28 +file=ABI_DIR\BUILD_DIR\t_fmgrrestoreresponse.exe    test\t_fmgrrestoreresponse.exe
    1.29 +
    1.30 +//main efm test script
    1.31 +data=DATAZ_\test\efm\scripts\tef_featmgr.script		test\efm\scripts\tef_featmgr.script
    1.32 +
    1.33 +//tef tests .iby files
    1.34 +#include "efm_configured_testserver.iby"
    1.35 +#include "efm_normal_testserver.iby"
    1.36 +#include "efm_unit_testserver.iby"
    1.37 +#include "tef_feature_generator.iby"
    1.38 +#include "tef_efm_bursuite.iby"
    1.39 +
    1.40 +// helper .iby files
    1.41 +#include "test_efm.iby"
    1.42 +#include "pluginhelper.iby"
    1.43 +#include "test_plugins.iby"
    1.44 +#include "dummyswi.iby"
    1.45 +#include "helping_exe.iby" 
    1.46 +
    1.47 +#endif //__FEATMGR_TEST_IBY__