testexecfw/stf/stfext/testmodules/teftestmod/teftestmodulefw/teftestmodule/group/bld.inf
changeset 2 8bb370ba6d1d
equal deleted inserted replaced
1:bbd31066657e 2:8bb370ba6d1d
       
     1 //
       
     2 // Copyright (c) 2005-2009 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: 
       
    15 //
       
    16 
       
    17 PRJ_PLATFORMS
       
    18 // specify the platforms your component needs to be built for here
       
    19 // defaults to WINS MARM so you can ignore this if you just build these
       
    20 	
       
    21 	DEFAULT
       
    22 
       
    23 PRJ_TESTEXPORTS
       
    24 // NOTE: If using ARS requirements all export operations should be done under this.
       
    25 // 'abld test export'
       
    26 
       
    27 PRJ_EXPORTS
       
    28 // Specify the source file followed by its destination here
       
    29 // copy will be used to copy the source file to its destination
       
    30 // If there's no destination then the source file will be copied
       
    31 // to the same name in \epoc32\include
       
    32 // Example: 
       
    33 /*
       
    34 \agnmodel\inc\AGMCOMON.H
       
    35 */
       
    36 
       
    37 PRJ_TESTMMPFILES
       
    38 	
       
    39 	teftestmodule.mmp
       
    40     teftestmodulelite.mmp
       
    41 
       
    42 PRJ_MMPFILES
       
    43 	
       
    44 	teftestmodule_nrm.mmp
       
    45     teftestmodulelite_nrm.mmp
       
    46 
       
    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 
       
    61 //  End of File