adaptationlayer/tsy/nokiatsy_dll/internal/test/nokiatsy_test_tool/uicc/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 PRJ_PLATFORMS
       
    20 // specify the platforms your component needs to be built for here
       
    21 // defaults to WINS MARM so you can ignore this if you just build these
       
    22 DEFAULT
       
    23 
       
    24 PRJ_TESTEXPORTS
       
    25 // NOTE: If using ARS requirements all export operations should be done under this.
       
    26 // 'abld test export'
       
    27 
       
    28 PRJ_EXPORTS
       
    29 ../group/uicc_simulate.cfg /epoc32/winscw/c/TestFramework/uicc_simulate.cfg
       
    30 ../group/nokiatsy_uicc.xml /epoc32/winscw/c/TestFramework/isctestcontrol/nokiatsy_uicc.xml
       
    31 
       
    32 PRJ_TESTMMPFILES
       
    33 // NOTE: If using ARS requirements .mmp file operation should be done under this.
       
    34 // 'abld test build'
       
    35 
       
    36 PRJ_MMPFILES
       
    37 // Specify the .mmp files required for building the important component
       
    38 // releasables.
       
    39 //
       
    40 // Specify "tidy" if the component you need to build doesn't need to be
       
    41 // released. Specify "ignore" if the MMP file exists but should be
       
    42 // ignored.
       
    43 // Example:
       
    44 /*
       
    45 /agnmodel/group/agnmodel.mmp
       
    46 #if defined(MARM)
       
    47 /agnmodel/group/agsvexe.mmp
       
    48 #endif
       
    49 */
       
    50 uicc.mmp
       
    51 
       
    52 //  End of File