loc_pub/landmarks_ui_addedit_api/tsrc/bc/bcapplmkeditor/group/bld.inf
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     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:    LandmarkUi Content File
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 PRJ_PLATFORMS
       
    26 // specify the platforms your component needs to be built for here
       
    27 // defaults to WINS MARM so you can ignore this if you just build these
       
    28 DEFAULT
       
    29 
       
    30 PRJ_TESTEXPORTS
       
    31 // NOTE: If using ARS requirements all export operations should be done under this.
       
    32 // 'abld test export'
       
    33 
       
    34 PRJ_EXPORTS
       
    35 // Specify the source file followed by its destination here
       
    36 // copy will be used to copy the source file to its destination
       
    37 // If there's no destination then the source file will be copied
       
    38 // to the same name in /epoc32/include
       
    39 // Example: 
       
    40 /*
       
    41 /agnmodel/inc/AGMCOMON.H
       
    42 */
       
    43 
       
    44 lmae_c.bat /epoc32/winscw/c/lmae_c.bat
       
    45 lmae_z.bat /epoc32/winscw/c/lmae_z.bat
       
    46 testframework.ini		/epoc32/winscw/c/testframework/testframework_locaddedit.ini
       
    47 ui_lmkaddedit.cfg		/epoc32/winscw/c/testframework/ui_lmkaddedit.cfg
       
    48 tclmkaddedit.cfg		/epoc32/winscw/c/testframework/tclmkaddedit.cfg
       
    49 
       
    50 
       
    51 
       
    52 
       
    53 PRJ_TESTMMPFILES
       
    54 // NOTE: If using ARS requirements .mmp file operation should be done under this.
       
    55 // 'abld test build'
       
    56 
       
    57 PRJ_MMPFILES
       
    58 // Specify the .mmp files required for building the important component
       
    59 // releasables.
       
    60 //
       
    61 // Specify "tidy" if the component you need to build doesn't need to be
       
    62 // released. Specify "ignore" if the MMP file exists but should be
       
    63 // ignored.
       
    64 // Example:
       
    65 /*
       
    66 /agnmodel/group/agnmodel.mmp
       
    67 #if defined(MARM)
       
    68 /agnmodel/group/agsvexe.mmp
       
    69 #endif
       
    70 */
       
    71 BCAppLmkAddEdit.mmp
       
    72 
       
    73 //  End of File