serviceproviders/sapi_landmarks/tsrc/testing/tlandmark_provider/group/tlandmark_provider.mmp
changeset 5 989d2f495d90
child 23 50974a8b132e
equal deleted inserted replaced
1:a36b1e19a461 5:989d2f495d90
       
     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 #include "../../../../../group/sapiincludes.mmpi"
       
    35 
       
    36 TARGET          tlandmark_provider.dll
       
    37 TARGETTYPE      dll
       
    38 UID             0x1000008D 0x101FB3E3
       
    39 
       
    40 CAPABILITY      ALL -TCB
       
    41 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    42 // VENDORID     0x00000000
       
    43 /* Remove comments and replace 0x00000000 with correct secure id */
       
    44 // SECUREID     0x00000000
       
    45 
       
    46 //TARGETPATH      ?target_path
       
    47 DEFFILE         tlandmark_provider.def
       
    48 
       
    49 SOURCEPATH      ../src
       
    50 SOURCE          tlandmark_provider.cpp
       
    51 SOURCE          tlandmark_providerBlocks.cpp
       
    52 SOURCE          tgetlist.cpp
       
    53 
       
    54 //RESOURCE        resource_file
       
    55 //RESOURCE        resource_file2
       
    56 
       
    57 USERINCLUDE     ../inc 
       
    58 
       
    59 
       
    60 
       
    61 
       
    62 LIBRARY         euser.lib
       
    63 LIBRARY         stiftestinterface.lib
       
    64 LIBRARY         LiwServiceHandler.lib
       
    65 LIBRARY         efsrv.lib 
       
    66 LIBRARY         eposlandmarks.lib 
       
    67 LIBRARY  	   		eposlmdbmanlib.lib 
       
    68 LIBRARY  	   		Lbs.lib 
       
    69 
       
    70 LANG            SC
       
    71 
       
    72 #if defined(EKA2)
       
    73 #ifndef WINSCW
       
    74 EpocAllowDllData
       
    75 #endif
       
    76 #endif 
       
    77 
       
    78 /*
       
    79 START WINS      
       
    80 ?wins_specific_information
       
    81 END
       
    82 
       
    83 START MARM
       
    84 ?marm_specific_information
       
    85 END
       
    86 */
       
    87 // Other possible keywords:
       
    88  
       
    89 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    90 /*
       
    91 START BITMAP ?target
       
    92 TARGETPATH   ?emulated_path_on_target_machine
       
    93 HEADER
       
    94 SOURCE       ?color_depth ?source_bitmap
       
    95 END
       
    96 */
       
    97 // DEFFILE ?filename
       
    98 // AIF ?filename
       
    99 
       
   100 // End of File