os/persistentdata/featuremgmt/featureregistry/test/compositeromtesting/group/bld.inf
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 // Build information for all feature registry composite rom manual testing
    15 // 
    16 //
    17 
    18 PRJ_PLATFORMS
    19 DEFAULT
    20 
    21 PRJ_TESTEXPORTS
    22 //corrupt featreg.cfg files for testing
    23 ../testfiles/featreg_ok.cfg			z:/featregcomposite/featreg.cfg
    24 ../testfiles/featreg_corrupt.cfg	z:/featregcomposite/featreg.cfg[1-0]
    25 
    26 // pre-generetated config files for WINSCW testing ONLY
    27 ../testfiles/featreg.cfg			/epoc32/release/winscw/udeb/z/featregtest/featreg.cfg
    28 ../testfiles/featreg.cfg			/epoc32/release/winscw/urel/z/featregtest/featreg.cfg
    29 ../testfiles/featreg.cfg{2-0}		/epoc32/release/winscw/udeb/z/featregtest/featreg.cfg[2-0]
    30 ../testfiles/featreg.cfg{2-0}		/epoc32/release/winscw/urel/z/featregtest/featreg.cfg[2-0]
    31 ../testfiles/featreg.cfg{3-0}		/epoc32/release/winscw/udeb/z/featregtest/featreg.cfg[3-0]
    32 ../testfiles/featreg.cfg{3-0}		/epoc32/release/winscw/urel/z/featregtest/featreg.cfg[3-0]
    33 
    34 ./rofs2.iby				/epoc32/rom/include/rofs2.iby
    35 ./rofs3.iby				/epoc32/rom/include/rofs3.iby
    36 ./featregsetupTest.iby	/epoc32/rom/include/featregsetuptest.iby 
    37 
    38 ../testfiles/testfeatureUIDs2.xml	/epoc32/rom/include/testfeatureuids2.xml
    39 ../testfiles/testfeatureUIDs3.xml	/epoc32/rom/include/testfeatureuids3.xml
    40 ../testfiles/featregtest_rombuild.bat /epoc32/rom/tools/featregtest_rombuild.bat
    41 
    42 PRJ_TESTMMPFILES
    43 // Emulator test can make use of the pregenerated files
    44 // Hardware test should rely on the buildrom generated files(and hence manual)
    45 #ifndef SYMBIAN_FEATURE_MANAGER
    46 ./featregsetupTest.mmp manual
    47 
    48 #endif