loc_pub/landmarks_ui_selector_api/tsrc/bc/bcapplmkitemiddbcombiinfo/group/landmarksitemiddbcombiinfo.mmp
changeset 0 522cd55cc3d7
child 12 64522df74558
equal deleted inserted replaced
-1:000000000000 0:522cd55cc3d7
       
     1 /*
       
     2 * Copyright (c) 2002-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:    LandmarksUi Content File -  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 /*TYPE TESTCLASS*/
       
    22 
       
    23 #if defined(__S60_)
       
    24         // To get the OSEXT_LAYER_SYSTEMINCLUDE-definition
       
    25         #include <platform_paths.hrh>
       
    26 #endif
       
    27 
       
    28 TARGET          landmarksitemiddbcombiinfo.dll
       
    29 TARGETTYPE      dll
       
    30 UID             0x1000008D 0x101FB3E3
       
    31 
       
    32 CAPABILITY      ALL -TCB
       
    33 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    34 // VENDORID     0x00000000
       
    35 /* Remove comments and replace 0x00000000 with correct secure id */
       
    36 // SECUREID     0x00000000
       
    37 
       
    38 //TARGETPATH      ?target_path
       
    39 DEFFILE         landmarksitemiddbcombiinfo.def
       
    40 
       
    41 #ifdef SBSv2
       
    42 	USERINCLUDE     ../inc 
       
    43 
       
    44 	#if defined(__S60_)
       
    45 	    OSEXT_LAYER_SYSTEMINCLUDE
       
    46 	#else // __S60_ not defined
       
    47 	    SYSTEMINCLUDE   /epoc32/include 
       
    48 	    SYSTEMINCLUDE   /epoc32/include/internal
       
    49 	#endif // __S60_
       
    50 
       
    51 SOURCEPATH      ../src
       
    52 #else // SBSv2 not defined
       
    53 	USERINCLUDE     ../inc 
       
    54 
       
    55 	#if defined(__S60_)
       
    56 	    OSEXT_LAYER_SYSTEMINCLUDE
       
    57 	#else // __S60_ not defined
       
    58 	    SYSTEMINCLUDE   /epoc32/include 
       
    59 	    SYSTEMINCLUDE   /epoc32/include/internal
       
    60 	#endif // __S60_
       
    61 
       
    62 	SOURCEPATH      ../src
       
    63 #endif // SBSv2
       
    64 
       
    65 SYSTEMINCLUDE   /epoc32/include		
       
    66 SYSTEMINCLUDE	/epoc32/include/middleware 	
       
    67 SYSTEMINCLUDE	/epoc32/include/domain/middleware 	
       
    68 SYSTEMINCLUDE	/epoc32/include/osextensions 	
       
    69 SYSTEMINCLUDE	/epoc32/include/domain/osextensions 	
       
    70 SYSTEMINCLUDE	/epoc32/include/applications
       
    71 SYSTEMINCLUDE   /epoc32/include/internal
       
    72 
       
    73 SOURCE          landmarksitemiddbcombiinfo.cpp
       
    74 SOURCE          landmarksitemiddbcombiinfoblocks.cpp
       
    75 
       
    76 //RESOURCE        resource_file
       
    77 //RESOURCE        resource_file2
       
    78 
       
    79 LIBRARY         euser.lib
       
    80 LIBRARY         stiftestinterface.lib
       
    81 LIBRARY         stiftestengine.lib
       
    82 LIBRARY  apgrfx.lib 
       
    83 LIBRARY  avkon.lib
       
    84 LIBRARY  euser.lib
       
    85 LIBRARY  apparc.lib
       
    86 LIBRARY  cone.lib
       
    87 LIBRARY  eikcore.lib 
       
    88 LIBRARY  eikcoctl.lib
       
    89 LIBRARY  eikctl.lib
       
    90 LIBRARY  etext.lib 
       
    91 LIBRARY  egul.lib
       
    92 LIBRARY  ws32.lib
       
    93 LIBRARY  bafl.lib
       
    94 LIBRARY  insock.lib
       
    95 LIBRARY  fbscli.lib
       
    96 LIBRARY  gdi.lib
       
    97 LIBRARY	 LmkCommonUi.lib
       
    98 LIBRARY  eposlandmarks.lib
       
    99 LIBRARY	 lbs.lib
       
   100 LIBRARY	 satinfo.lib
       
   101 
       
   102 LANG            SC
       
   103 
       
   104 /*
       
   105 START WINS      
       
   106 ?wins_specific_information
       
   107 END
       
   108 
       
   109 START MARM
       
   110 ?marm_specific_information
       
   111 END
       
   112 */
       
   113 // Other possible keywords:
       
   114  
       
   115 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
   116 /*
       
   117 START BITMAP ?target
       
   118 TARGETPATH   ?emulated_path_on_target_machine
       
   119 HEADER
       
   120 SOURCE       ?color_depth ?source_bitmap
       
   121 END
       
   122 */
       
   123 // DEFFILE ?filename
       
   124 // AIF ?filename
       
   125 
       
   126 // End of File