landmarks/locationlandmarks/tsrc/LandmarkURL/group/CUTLandmarkURL.mmp
branchRCL_3
changeset 44 2b4ea9893b66
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
       
     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 "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:  mmp file for test component
       
    15 *
       
    16 */
       
    17 
       
    18 /*TYPE TESTCLASS*//*
       
    19 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
    20 * All rights reserved.
       
    21 * This component and the accompanying materials are made available
       
    22 * under the terms of "Eclipse Public License v1.0"
       
    23 * which accompanies this distribution, and is available
       
    24 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    25 *
       
    26 * Initial Contributors:
       
    27 * Nokia Corporation - initial contribution.
       
    28 *
       
    29 * Contributors:
       
    30 * 
       
    31 * Description:  MMP file for STIF Test Framework's TestScripter 
       
    32 * testclass test module.
       
    33 *
       
    34 */
       
    35 
       
    36 
       
    37 #include <platform_paths.hrh>
       
    38 
       
    39 TARGET          CUTLandmarkURL.dll
       
    40 TARGETTYPE      dll
       
    41 UID             0x1000008D 0x101FB3E3
       
    42 
       
    43 CAPABILITY      ALL -TCB
       
    44 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    45 // VENDORID     0x00000000
       
    46 /* Remove comments and replace 0x00000000 with correct secure id */
       
    47 // SECUREID     0x00000000
       
    48 
       
    49 //TARGETPATH      ?target_path
       
    50 DEFFILE         CUTLandmarkURL.def
       
    51 
       
    52 USERINCLUDE     ../inc 
       
    53 
       
    54 APP_LAYER_SYSTEMINCLUDE
       
    55 MW_LAYER_SYSTEMINCLUDE
       
    56 OS_LAYER_SYSTEMINCLUDE
       
    57 
       
    58 SOURCEPATH      ../src
       
    59 
       
    60 SOURCE          CUTLandmarkURL.cpp
       
    61 SOURCE          CUTLandmarkURLBlocks.cpp
       
    62 
       
    63 //RESOURCE        resource_file
       
    64 //RESOURCE        resource_file2
       
    65 
       
    66 LIBRARY         euser.lib
       
    67 LIBRARY         stiftestinterface.lib
       
    68 LIBRARY         stiftestengine.lib
       
    69 LIBRARY			eposlandmarks.lib
       
    70 LIBRARY 		bafl.lib
       
    71 LIBRARY			Lbs.lib
       
    72 LIBRARY			efsrv.lib 
       
    73 LIBRARY			egul.lib
       
    74 
       
    75 LANG            SC
       
    76 
       
    77 /*
       
    78 START WINS      
       
    79 ?wins_specific_information
       
    80 END
       
    81 
       
    82 START MARM
       
    83 ?marm_specific_information
       
    84 END
       
    85 */
       
    86 // Other possible keywords:
       
    87  
       
    88 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    89 /*
       
    90 START BITMAP ?target
       
    91 TARGETPATH   ?emulated_path_on_target_machine
       
    92 HEADER
       
    93 SOURCE       ?color_depth ?source_bitmap
       
    94 END
       
    95 */
       
    96 // DEFFILE ?filename
       
    97 // AIF ?filename
       
    98 EPOCALLOWDLLDATA
       
    99 
       
   100 SMPSAFE
       
   101 
       
   102 // End of File