stif/TestModuleTemplates/TemplateKernelScriptXXX/group/bld.inf
branchRCL_3
changeset 59 8ad140f3dd41
parent 0 a03f92240627
equal deleted inserted replaced
49:7fdc9a71d314 59:8ad140f3dd41
       
     1 /*
       
     2 * Copyright (c) 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 
       
    18 //
       
    19 // TO DO: (mandatory)
       
    20 //
       
    21 // Add here a definition for your port (as declared in E32PLAT.PM)
       
    22 //
       
    23 // WINSCW added for debugging test programs
       
    24 PRJ_PLATFORMS
       
    25 
       
    26 	WINSCW
       
    27 
       
    28 PRJ_TESTEXPORTS
       
    29 // NOTE: If using ARS requirements all export operations should be done under this.
       
    30 // 'abld test export'
       
    31 
       
    32 PRJ_EXPORTS
       
    33 // Specify the source file followed by its destination here
       
    34 // copy will be used to copy the source file to its destination
       
    35 // If there's no destination then the source file will be copied
       
    36 // to the same name in \epoc32\include
       
    37 // Example: 
       
    38 /*
       
    39 \agnmodel\inc\AGMCOMON.H
       
    40 */
       
    41 
       
    42 PRJ_TESTMMPFILES
       
    43 
       
    44 	TemplateKernelScriptXXX.mmp
       
    45 
       
    46 PRJ_MMPFILES
       
    47 
       
    48 	TemplateKernelScriptXXX_nrm.mmp
       
    49 
       
    50 // Specify the .mmp files required for building the important component
       
    51 // releasables.
       
    52 //
       
    53 // Specify "tidy" if the component you need to build doesn't need to be
       
    54 // released. Specify "ignore" if the MMP file exists but should be
       
    55 // ignored.
       
    56 // Example:
       
    57 /*
       
    58 \agnmodel\group\agnmodel.mmp
       
    59 #if defined(MARM)
       
    60 \agnmodel\group\agsvexe.mmp
       
    61 #endif
       
    62 */
       
    63 
       
    64 //  End of File