featuremgmt/featureregistry/test/tef/group/featregteftests.iby
changeset 0 08ec8eefde2f
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 // Copyright (c) 2005-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 FEATREGTEFTESTS_IBY
       
    17 #define FEATREGTEFTESTS_IBY
       
    18 
       
    19 #include <testexecute.iby>
       
    20 
       
    21 // tefplatsec.iby includes setcap.exe. The latter is used to set capabilities
       
    22 // of featreg_testpublish.exe for platsec tests.
       
    23 // Cannot use setcap.iby directly because that will conflict with components
       
    24 // that use TefPlatSec to set capabilities.
       
    25 #include <tefplatsec.iby>
       
    26 
       
    27 #include <featregtesthelper.iby>
       
    28 
       
    29 // featreg TEF harnesses - exe and script for each
       
    30 data=ABI_DIR\BUILD_DIR\te_featreg.exe					system\programs\te_featreg.exe
       
    31 data=EPOCROOT##epoc32\data\z\testdata\featreg\dummy.ini             		testdata\featreg\dummy.ini
       
    32 
       
    33 #ifndef SYMBIAN_FEATURE_MANAGER
       
    34 // Feature Registry Main TEF script - runs the above scripts
       
    35 data=EPOCROOT##epoc32\data\z\testdata\featreg\featregteftests.script		testdata\featreg\featregteftests.script
       
    36 data=EPOCROOT##epoc32\data\z\testdata\featreg\te_featreg.script		testdata\featreg\te_featreg.script
       
    37 data=EPOCROOT##epoc32\data\z\testdata\featreg\te_featreg_perf.script        	testdata\featreg\te_featreg_perf.script
       
    38 #else
       
    39 #include "tef_feature_generator.iby"
       
    40 #include "test_efm.iby"
       
    41 // Regression tests for the feature registry wrapper layer
       
    42 data=EPOCROOT##epoc32\data\z\testdata\featreg\te_efm_regression.script        	testdata\featreg\te_efm_regression.script
       
    43 data=EPOCROOT##epoc32\data\z\testdata\featreg\te_efm_regression.ini        	testdata\featreg\te_efm_regression.ini
       
    44 #endif
       
    45 
       
    46 #endif