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