adaptationlayer/tsy/nokiatsy_dll/internal/test/nokiatsy_test_tool/sim/group/bld.inf
changeset 4 510c70acdbf6
parent 3 1972d8c2e329
child 5 8ccc39f9d787
equal deleted inserted replaced
3:1972d8c2e329 4:510c70acdbf6
     1 /*
       
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <non_foundation_paths.hrh>
       
    21 
       
    22 PRJ_PLATFORMS
       
    23 // specify the platforms your component needs to be built for here
       
    24 // defaults to WINS MARM so you can ignore this if you just build these
       
    25 DEFAULT
       
    26 
       
    27 PRJ_TESTEXPORTS
       
    28 // NOTE: If using ARS requirements all export operations should be done under this.
       
    29 // 'abld test export'
       
    30 
       
    31 PRJ_EXPORTS
       
    32 ../group/sim.cfg             /epoc32/winscw/c/TestFramework/sim.cfg
       
    33 ../group/sim_simulate.cfg    /epoc32/winscw/c/TestFramework/sim_simulate.cfg
       
    34 ../group/sim_en.cfg          /epoc32/winscw/c/TestFramework/sim_en.cfg
       
    35 ../group/sim_en_simulate.cfg /epoc32/winscw/c/TestFramework/sim_en_simulate.cfg
       
    36 ../group/sim_on.cfg          /epoc32/winscw/c/TestFramework/sim_on.cfg
       
    37 ../group/sim_on_simulate.cfg /epoc32/winscw/c/TestFramework/sim_on_simulate.cfg
       
    38 ../group/sim_pb.cfg          /epoc32/winscw/c/TestFramework/sim_pb.cfg
       
    39 ../group/sim_pb_simulate.cfg /epoc32/winscw/c/TestFramework/sim_pb_simulate.cfg
       
    40 ../group/nokiatsy_sim.xml    /epoc32/winscw/c/TestFramework/isctestcontrol/nokiatsy_sim.xml
       
    41 
       
    42 PRJ_TESTMMPFILES
       
    43 // NOTE: If using ARS requirements .mmp file operation should be done under this.
       
    44 // 'abld test build'
       
    45 
       
    46 PRJ_MMPFILES
       
    47 // Specify the .mmp files required for building the important component
       
    48 // releasables.
       
    49 //
       
    50 // Specify "tidy" if the component you need to build doesn't need to be
       
    51 // released. Specify "ignore" if the MMP file exists but should be
       
    52 // ignored.
       
    53 // Example:
       
    54 /*
       
    55 /agnmodel/group/agnmodel.mmp
       
    56 #if defined(MARM)
       
    57 /agnmodel/group/agsvexe.mmp
       
    58 #endif
       
    59 */
       
    60 SIM.mmp
       
    61 
       
    62 //  End of File