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