common/tools/ats/smoketest/IM/group/Bld.inf
changeset 756 736214c0060b
child 872 17498133d9ad
equal deleted inserted replaced
755:cdb4af7acafc 756:736214c0060b
       
     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 "Symbian Foundation License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  STIF TestFramework's IMApiTest
       
    15 *
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 /*
       
    22 -------------------------------------------------------------------------------
       
    23 
       
    24     DESCRIPTION
       
    25 
       
    26     Build information for STIF Test Framework's IMApiTest.
       
    27 
       
    28 -------------------------------------------------------------------------------
       
    29 */
       
    30 
       
    31 
       
    32 PRJ_PLATFORMS
       
    33 // specify the platforms your component needs to be built for here
       
    34 // defaults to WINS MARM so you can ignore this if you just build these
       
    35 DEFAULT
       
    36 
       
    37 PRJ_TESTEXPORTS
       
    38 // NOTE: If using ARS requirements all export operations should be done under this.
       
    39 // 'abld test export'
       
    40 ../init/imapitest.ini c:/smoketest/imapitest.ini
       
    41 //../init/TestFramework.ini /epoc32/winscw/c/TestFramework/TestFramework_im.ini
       
    42 
       
    43 PRJ_EXPORTS
       
    44 // Specify the source file followed by its destination here
       
    45 // copy will be used to copy the source file to its destination
       
    46 // If there's no destination then the source file will be copied
       
    47 // to the same name in /epoc32/include
       
    48 // Example: 
       
    49 /*
       
    50 /agnmodel/inc/AGMCOMON.H
       
    51 */
       
    52 
       
    53 PRJ_TESTMMPFILES
       
    54 // NOTE: If using ARS requirements .mmp file operation should be done under this.
       
    55 // 'abld test build'
       
    56 IMApiTest.mmp
       
    57 
       
    58 
       
    59 PRJ_MMPFILES
       
    60 // Specify the .mmp files required for building the important component
       
    61 // releasables.
       
    62 //
       
    63 // Specify "tidy" if the component you need to build doesn't need to be
       
    64 // released. Specify "ignore" if the MMP file exists but should be
       
    65 // ignored.
       
    66 // Example:
       
    67 /*
       
    68 /agnmodel/group/agnmodel.mmp
       
    69 #ifndef __WINS__
       
    70 /agnmodel/group/agsvexe.mmp
       
    71 #endif
       
    72 */
       
    73 
       
    74 
       
    75 //  End of File