loc_pub/landmarks_ui_addedit_api/tsrc/group/bld.inf
branchRCL_3
changeset 14 5a3ac8687c85
parent 0 522cd55cc3d7
equal deleted inserted replaced
12:64522df74558 14:5a3ac8687c85
    25 PRJ_PLATFORMS
    25 PRJ_PLATFORMS
    26 // specify the platforms your component needs to be built for here
    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
    27 // defaults to WINS MARM so you can ignore this if you just build these
    28 DEFAULT
    28 DEFAULT
    29 
    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 PRJ_TESTMMPFILES
    30 PRJ_TESTMMPFILES
    45 // NOTE: If using ARS requirements .mmp file operation should be done under this.
    31 // NOTE: If using ARS requirements .mmp file operation should be done under this.
    46 // 'abld test build'
    32 // 'abld test build'
    47 UTAppLmkAddEdit.mmp
    33 UTAppLmkAddEdit.mmp
    48 PRJ_MMPFILES
    34 
    49 // Specify the .mmp files required for building the important component
       
    50 // releasables.
       
    51 //
       
    52 // Specify "tidy" if the component you need to build doesn't need to be
       
    53 // released. Specify "ignore" if the MMP file exists but should be
       
    54 // ignored.
       
    55 // Example:
       
    56 /*
       
    57 /agnmodel/group/agnmodel.mmp
       
    58 #if defined(MARM)
       
    59 /agnmodel/group/agsvexe.mmp
       
    60 #endif
       
    61 */
       
    62 
    35 
    63 
    36 
    64 //  End of File
    37 //  End of File