im_pub/im_api/tsrc/group/bld.inf
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     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 "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:  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 
       
    41 PRJ_EXPORTS
       
    42 // Specify the source file followed by its destination here
       
    43 // copy will be used to copy the source file to its destination
       
    44 // If there's no destination then the source file will be copied
       
    45 // to the same name in /epoc32/include
       
    46 // Example: 
       
    47 /*
       
    48 /agnmodel/inc/AGMCOMON.H
       
    49 */
       
    50 ../init/TestFramework.ini /epoc32/winscw/c/TestFramework/TestFramework_im.ini
       
    51 ../init/imapitest.ini /epoc32/winscw/c/TestFramework/imapitest.ini
       
    52 ../data/im_z.bat /epoc32/winscw/c/im_z.bat
       
    53 ../data/im_c.bat /epoc32/winscw/c/im_c.bat
       
    54 
       
    55 PRJ_TESTMMPFILES
       
    56 // NOTE: If using ARS requirements .mmp file operation should be done under this.
       
    57 // 'abld test build'
       
    58 IMApiTest.mmp
       
    59 
       
    60 
       
    61 PRJ_MMPFILES
       
    62 // Specify the .mmp files required for building the important component
       
    63 // releasables.
       
    64 //
       
    65 // Specify "tidy" if the component you need to build doesn't need to be
       
    66 // released. Specify "ignore" if the MMP file exists but should be
       
    67 // ignored.
       
    68 // Example:
       
    69 /*
       
    70 /agnmodel/group/agnmodel.mmp
       
    71 #ifndef __WINS__
       
    72 /agnmodel/group/agsvexe.mmp
       
    73 #endif
       
    74 */
       
    75 
       
    76 
       
    77 //  End of File