landmarks/locationlandmarks/tsrc/LandmarkURL/group/bld.inf
changeset 33 834e27cad510
child 35 1a92308afc46
equal deleted inserted replaced
32:b12ea03c50a3 33:834e27cad510
       
     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 the License "Symbian Foundation License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 * 
       
    14 * Description:   This is build file for urlparser test component
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 PRJ_PLATFORMS
       
    22 // specify the platforms your component needs to be built for here
       
    23 // defaults to WINS MARM so you can ignore this if you just build these
       
    24 	
       
    25 	DEFAULT
       
    26 
       
    27 PRJ_TESTEXPORTS
       
    28 // NOTE: If using ARS requirements all export operations should be done under this.
       
    29 // 'abld test export'
       
    30 ../data/URLParser.txt /epoc32/winscw/c/TestFramework/URLParser.txt
       
    31 ../conf/CUTLandmarkURL1.cfg /epoc32/winscw/c/TestFramework/CUTLandmarkURL1.cfg
       
    32 ../conf/CUTLandmarkURL2.cfg /epoc32/winscw/c/TestFramework/CUTLandmarkURL2.cfg
       
    33 ../conf/CUTLandmarkURL.cfg /epoc32/winscw/c/TestFramework/CUTLandmarkURL.cfg
       
    34 ../conf/CUTLmkURLParser.cfg /epoc32/winscw/c/TestFramework/CUTLmkURLParser.cfg
       
    35 ../conf/CUTLmkURLParser1.cfg /epoc32/winscw/c/TestFramework/CUTLmkURLParser1.cfg
       
    36 
       
    37 PRJ_EXPORTS
       
    38 
       
    39 
       
    40 // Specify the source file followed by its destination here
       
    41 // copy will be used to copy the source file to its destination
       
    42 // If there's no destination then the source file will be copied
       
    43 // to the same name in /epoc32/include
       
    44 // Example: 
       
    45 /*
       
    46 /agnmodel/inc/AGMCOMON.H
       
    47 */
       
    48 
       
    49 PRJ_TESTMMPFILES
       
    50 
       
    51 	CUTLandmarkURL.mmp
       
    52 
       
    53 PRJ_MMPFILES
       
    54 
       
    55 
       
    56 // Specify the .mmp files required for building the important component
       
    57 // releasables.
       
    58 //
       
    59 // Specify "tidy" if the component you need to build doesn't need to be
       
    60 // released. Specify "ignore" if the MMP file exists but should be
       
    61 // ignored.
       
    62 // Example:
       
    63 /*
       
    64 /agnmodel/group/agnmodel.mmp
       
    65 #if defined(MARM)
       
    66 /agnmodel/group/agsvexe.mmp
       
    67 #endif
       
    68 */
       
    69 
       
    70 //  End of File