locsrv_plat/map_and_navigation_api/tsrc/group/bld.inf
branchRCL_3
changeset 44 2b4ea9893b66
parent 42 02ba3f1733c6
child 45 6b6920c56e2f
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
     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: Build information file for test code of Map and Navigation API
       
    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 // Specify the source file followed by its destination here
       
    31 // copy will be used to copy the source file to its destination
       
    32 // If there's no destination then the source file will be copied
       
    33 // to the same name in /epoc32/include
       
    34 // Example: 
       
    35 /*
       
    36 /agnmodel/inc/AGMCOMON.H
       
    37 */
       
    38 
       
    39 PRJ_TESTMMPFILES
       
    40 // NOTE: If using ARS requirements .mmp file operation should be done under this.
       
    41 // 'abld test build'
       
    42 testmapandnavapi.mmp
       
    43 ../mapnavproviderrefapp/group/mapnavrefengine.mmp
       
    44 ../mapnavproviderrefapp/group/mapnavrefprovider.mmp
       
    45 ../mapnavproviderrefapp/group/mapnavrefproviderback.mmp
       
    46 ../mapnavproviderrefapp/group/mapnavrefproviderplugin.mmp
       
    47 
       
    48 
       
    49 PRJ_MMPFILES
       
    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