os/persistentdata/featuremgmt/featuremgr/test/group/bld.inf
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
// Copyright (c) 2007-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
//
sl@0
    15
sl@0
    16
//helper test components
sl@0
    17
#include "../helper/configured_efm/group/bld.inf"
sl@0
    18
#include "../helper/test_plugins/group/bld.inf"
sl@0
    19
#include "../helper/pluginhelper/group/bld.inf"
sl@0
    20
#include "../helper/dummyswi/group/bld.inf"
sl@0
    21
#include "../helper/helping_exe/group/bld.inf" 
sl@0
    22
sl@0
    23
PRJ_TESTMMPFILES
sl@0
    24
//Rtest project files
sl@0
    25
// These backup and restore tests are techview tests, therefore need to be marked as manual for ONB purpose.  
sl@0
    26
../rtest/group/t_fmgrbackupresponse.mmp manual
sl@0
    27
../rtest/group/t_fmgrrestoreresponse.mmp manual
sl@0
    28
sl@0
    29
// RTest for Textshell
sl@0
    30
../rtest/group/t_fmgrapi.mmp
sl@0
    31
../rtest/group/t_fmgroom.mmp
sl@0
    32
../rtest/group/t_fmgrstartup.mmp
sl@0
    33
../rtest/group/t_fmgrpanic.mmp
sl@0
    34
../rtest/group/t_fmgrbadclient.mmp
sl@0
    35
../rtest/group/t_fmgrsecurity1.mmp
sl@0
    36
../rtest/group/t_fmgrnotify.mmp
sl@0
    37
../rtest/group/t_fmgrperformance.mmp
sl@0
    38
../rtest/group/t_fmgrswi.mmp
sl@0
    39
../rtest/group/t_fmgrunitrefcount.mmp
sl@0
    40
sl@0
    41
//TEF project files
sl@0
    42
../tef/tef_feature_generator/group/tef_feature_generator.mmp manual
sl@0
    43
../tef/tef_efm_normal/group/efm_normal_testserver.mmp manual
sl@0
    44
../tef/tef_efm_configured/group/efm_configured_testserver.mmp manual
sl@0
    45
../tef/tef_efm_unit/group/efm_unit_testserver.mmp manual
sl@0
    46
../tef/tef_efm_bursuite/group/tef_efm_bursuite.mmp manual
sl@0
    47
sl@0
    48
PRJ_TESTEXPORTS
sl@0
    49
//TEF script files
sl@0
    50
../tef/group/tef_featmgr.script 							z:/test/efm/scripts/tef_featmgr.script
sl@0
    51
../tef/tef_efm_normal/scripts/tef_efm_normal.script 		z:/test/efm/scripts/tef_efm_normal.script
sl@0
    52
../tef/tef_efm_normal/scripts/tef_efm_normal.ini			z:/test/efm/scripts/tef_efm_normal.ini
sl@0
    53
../tef/tef_efm_normal/scripts/tef_efm_normal_hardware.ini	z:/test/efm/scripts/tef_efm_normal_hardware.ini
sl@0
    54
../tef/tef_efm_normal/scripts/tef_efm_fullcap.script	 	z:/test/efm/scripts/tef_efm_fullcap.script
sl@0
    55
../tef/tef_efm_normal/scripts/tef_efm_lowcap.script 		z:/test/efm/scripts/tef_efm_lowcap.script
sl@0
    56
../tef/tef_efm_configured/scripts/tef_efm_configured.script z:/test/efm/scripts/tef_efm_configured.script
sl@0
    57
../tef/tef_efm_configured/scripts/tef_efm_performance.script z:/test/efm/scripts/tef_efm_performance.script
sl@0
    58
../tef/tef_efm_unit/scripts/tef_efm_unit.script 			z:/test/efm/scripts/tef_efm_unit.script
sl@0
    59
../tef/tef_efm_unit/scripts/tef_efm_unit.ini				z:/test/efm/scripts/tef_efm_unit.ini
sl@0
    60
../tef/tef_efm_bursuite/scripts/tef_efm_bursuite.script		z:/test/efm/scripts/tef_efm_bursuite.script
sl@0
    61
sl@0
    62
// .ini file for characterisation testing.
sl@0
    63
../tef/tef_efm_configured/scripts/characterise.ini 		z:/test/efm/scripts/characterise.ini
sl@0
    64
sl@0
    65
//feature definition files for TEF feature generator
sl@0
    66
../tef/tef_feature_generator/config/reconciliation_features.ini	z:/test/efm/scripts/reconciliation_features.ini
sl@0
    67
../tef/tef_feature_generator/config/persistence_features.ini  	z:/test/efm/scripts/persistence_features.ini
sl@0
    68
../tef/tef_feature_generator/config/dsr_features.ini			z:/test/efm/scripts/dsr_features.ini
sl@0
    69
../tef/tef_feature_generator/config/plugin_features.ini			z:/test/efm/scripts/plugin_features.ini
sl@0
    70
../tef/tef_feature_generator/config/unit_features.ini			z:/test/efm/scripts/unit_features.ini
sl@0
    71
../tef/tef_feature_generator/config/unit_runtime_features.ini	z:/test/efm/scripts/unit_runtime_features.ini
sl@0
    72
../tef/tef_feature_generator/config/corruptdat.ini				z:/test/efm/scripts/corruptdat.ini
sl@0
    73
sl@0
    74
// TestExecute additional files (urel & udeb)
sl@0
    75
../tef/tef_efm_bursuite/scripts/tef_efm_bursuite.ini	z:/test/efm/scripts/tef_efm_bursuite.ini
sl@0
    76
sl@0
    77
// 1200 feature data file for characterisation testing.
sl@0
    78
../tef/tef_efm_configured/data/fs_1200.dat 		z:/test/efm/scripts/fs_1200.dat
sl@0
    79
sl@0
    80
//corrupt features file
sl@0
    81
../tef/tef_efm_configured/data/noheader.dat	z:/test/efm/scripts/noheader.dat
sl@0
    82
../tef/tef_efm_configured/data/partial.dat	z:/test/efm/scripts/partial.dat
sl@0
    83
sl@0
    84
//iby files for the test components
sl@0
    85
featmgr_techview_test.iby                                       /epoc32/rom/include/featmgr_techview_test.iby
sl@0
    86
featmgr_techview_rtest.iby                                      /epoc32/rom/include/featmgr_techview_rtest.iby
sl@0
    87
featmgr_textshell_test.iby                                      /epoc32/rom/include/featmgr_textshell_test.iby
sl@0
    88
../tef/tef_efm_configured/group/efm_configured_testserver.iby   /epoc32/rom/include/efm_configured_testserver.iby
sl@0
    89
../tef/tef_efm_normal/group/efm_normal_testserver.iby 			/epoc32/rom/include/efm_normal_testserver.iby
sl@0
    90
../tef/tef_efm_unit/group/efm_unit_testserver.iby 				/epoc32/rom/include/efm_unit_testserver.iby
sl@0
    91
../tef/tef_feature_generator/group/tef_feature_generator.iby	/epoc32/rom/include/tef_feature_generator.iby
sl@0
    92
../tef/tef_efm_bursuite/group/tef_efm_bursuite.iby           	/epoc32/rom/include/tef_efm_bursuite.iby
sl@0
    93
sl@0
    94
//iby file for manual patchable data test
sl@0
    95
patch_featmgr_timeout_constant.iby 		/epoc32/rom/include/patch_featmgr_timeout_constant.iby
sl@0
    96
sl@0
    97