os/ossrv/stdcpp/tsrc/BC/apps/tlocale/group/bld.inf
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     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 
    20 PRJ_PLATFORMS
    21 // specify the platforms your component needs to be built for here
    22 // defaults to WINS MARM so you can ignore this if you just build these
    23 DEFAULT
    24 
    25 PRJ_TESTEXPORTS
    26 // NOTE: If using ARS requirements all export operations should be done under this.
    27 // 'abld test export'
    28 
    29 PRJ_EXPORTS
    30 Testframework.ini   /epoc32/WINSCW/C/TestFramework/Testframework_tlocale.ini
    31 tlocale.cfg   /epoc32/WINSCW/C/TestFramework/tlocale.cfg
    32 loc_c.bat   /epoc32/WINSCW/C/loc_c.bat
    33 loc_z.bat   /epoc32/WINSCW/C/loc_z.bat
    34 
    35 
    36  
    37 // Specify the source file followed by its destination here
    38 // copy will be used to copy the source file to its destination
    39 // If there's no destination then the source file will be copied
    40 // to the same name in /epoc32/include
    41 // Example: 
    42 /*
    43 /agnmodel/inc/AGMCOMON.H
    44 */
    45 
    46 PRJ_TESTMMPFILES
    47 // NOTE: If using ARS requirements .mmp file operation should be done under this.
    48 // 'abld test build'
    49 
    50 PRJ_MMPFILES
    51 // Specify the .mmp files required for building the important component
    52 // releasables.
    53 //
    54 // Specify "tidy" if the component you need to build doesn't need to be
    55 // released. Specify "ignore" if the MMP file exists but should be
    56 // ignored.
    57 // Example:
    58 /*
    59 /agnmodel/group/agnmodel.mmp
    60 #if defined(MARM)
    61 /agnmodel/group/agsvexe.mmp
    62 #endif
    63 */
    64 tlocale.mmp
    65 
    66 //  End of File