localconnectivityservice/lcstylustap/tsrc/LcStylusTapTest/group/Bld.inf
branchRCL_3
changeset 39 4096754ee773
parent 38 3dcb815346df
child 40 52a167391590
equal deleted inserted replaced
38:3dcb815346df 39:4096754ee773
     1 /*
       
     2 * Copyright (c) 2006 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:  Build information file for LcStylusTapTest
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 PRJ_PLATFORMS
       
    20 // specify the platforms your component needs to be built for here
       
    21 // defaults to WINS MARM so you can ignore this if you just build these
       
    22 DEFAULT
       
    23 
       
    24 PRJ_TESTEXPORTS
       
    25 // NOTE: If using ARS requirements all export operations should be done under this.
       
    26 // 'abld test export'
       
    27 
       
    28 PRJ_EXPORTS
       
    29 // Specify the source file followed by its destination here
       
    30 // copy will be used to copy the source file to its destination
       
    31 // If there's no destination then the source file will be copied
       
    32 // to the same name in /epoc32/include
       
    33 // Example: 
       
    34 /*
       
    35 /agnmodel/inc/AGMCOMON.H
       
    36 */
       
    37 
       
    38 PRJ_TESTMMPFILES
       
    39 LcStylusTapTest.mmp
       
    40 
       
    41 PRJ_MMPFILES
       
    42 LcStylusTapTest_exe.mmp
       
    43 //LcStylusTapTest_nrm.mmp
       
    44 
       
    45 // Specify the .mmp files required for building the important component
       
    46 // releasables.
       
    47 //
       
    48 // Specify "tidy" if the component you need to build doesn't need to be
       
    49 // released. Specify "ignore" if the MMP file exists but should be
       
    50 // ignored.
       
    51 // Example:
       
    52 /*
       
    53 /agnmodel/group/agnmodel.mmp
       
    54 #if defined(MARM)
       
    55 /agnmodel/group/agsvexe.mmp
       
    56 #endif
       
    57 */
       
    58 
       
    59 //  End of File