loc_pub/landmarks_ui_addedit_api/tsrc/bc/bcapplmkeditor/group/bcapplmkaddedit.mmp
branchRCL_3
changeset 23 64522df74558
parent 0 522cd55cc3d7
equal deleted inserted replaced
21:e15b7f06eba6 23:64522df74558
    20 
    20 
    21 /*TYPE TESTCLASS*/
    21 /*TYPE TESTCLASS*/
    22 
    22 
    23 
    23 
    24 #if defined(__S60_)
    24 #if defined(__S60_)
    25         // To get the OSEXT_LAYER_SYSTEMINCLUDE-definition
    25         // To get the APP_LAYER_SYSTEMINCLUDE-definition
    26         #include <platform_paths.hrh>
    26         #include <platform_paths.hrh>
    27 #endif
    27 #endif
    28 
    28 
    29 TARGET          bcapplmkaddedit.dll
    29 TARGET          bcapplmkaddedit.dll
    30 TARGETTYPE      dll
    30 TARGETTYPE      dll
    31 UID             0x1000008D 0x101FB3E3
    31 UID             0x1000008D 0x101FB3E3
    32 
    32 
    33 CAPABILITY      ALL -TCB
    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 
    34 
    39 //TARGETPATH      ?target_path
    35 //TARGETPATH      ?target_path
    40 DEFFILE         bcapplmkaddedit.def
    36 DEFFILE         bcapplmkaddedit.def
    41 
    37 
    42 #ifdef SBSv2
    38 #ifdef SBSv2
    43 	USERINCLUDE     ../inc 
    39 	USERINCLUDE     ../inc 
    44 
    40 
    45 	#if defined(__S60_)
    41 	#if defined(__S60_)
    46 	    OSEXT_LAYER_SYSTEMINCLUDE
    42 	    APP_LAYER_SYSTEMINCLUDE
    47 	#else // __S60_ not defined
    43 	#else // __S60_ not defined
    48 	    SYSTEMINCLUDE   /epoc32/include 
    44 	    SYSTEMINCLUDE   /epoc32/include 
    49 	    SYSTEMINCLUDE   /epoc32/include/internal
    45 	    SYSTEMINCLUDE   /epoc32/include/internal
    50 	#endif // __S60_
    46 	#endif // __S60_
    51 
    47 
    52 	SOURCEPATH      ../src
    48 	SOURCEPATH      ../src
    53 #else // SBSv2 not defined
    49 #else // SBSv2 not defined
    54 	USERINCLUDE     ../inc 
    50 	USERINCLUDE     ../inc 
    55 
    51 
    56 	#if defined(__S60_)
    52 	#if defined(__S60_)
    57 	    OSEXT_LAYER_SYSTEMINCLUDE
    53 	    APP_LAYER_SYSTEMINCLUDE
    58 	#else // __S60_ not defined
    54 	#else // __S60_ not defined
    59 	    SYSTEMINCLUDE   /epoc32/include 
    55 	    SYSTEMINCLUDE   /epoc32/include 
    60 	    SYSTEMINCLUDE   /epoc32/include/internal
    56 	    SYSTEMINCLUDE   /epoc32/include/internal
    61 	#endif // __S60_
    57 	#endif // __S60_
    62 
    58 
    82 TARGETPATH /resource/apps
    78 TARGETPATH /resource/apps
    83 SOURCE	c12 context_pane_icon.bmp context_pane_icon_mask.bmp \
    79 SOURCE	c12 context_pane_icon.bmp context_pane_icon_mask.bmp \
    84 			list_icon.bmp list_icon_mask.bmp 
    80 			list_icon.bmp list_icon_mask.bmp 
    85 END
    81 END
    86 
    82 
    87 //RESOURCE        resource_file
    83 
    88 //RESOURCE        resource_file2
       
    89 
    84 
    90 LIBRARY         euser.lib
    85 LIBRARY         euser.lib
    91 LIBRARY         stiftestinterface.lib
    86 LIBRARY         stiftestinterface.lib
    92 LIBRARY         stiftestengine.lib
    87 LIBRARY         stiftestengine.lib
    93 LIBRARY  apgrfx.lib 
    88 LIBRARY  apgrfx.lib 
   108 LIBRARY	 LmkCommonUi.lib
   103 LIBRARY	 LmkCommonUi.lib
   109 LIBRARY  eposlandmarks.lib
   104 LIBRARY  eposlandmarks.lib
   110 LIBRARY	 lbs.lib
   105 LIBRARY	 lbs.lib
   111 LIBRARY	 satinfo.lib
   106 LIBRARY	 satinfo.lib
   112 LIBRARY					LmkCommonUi.lib
   107 LIBRARY					LmkCommonUi.lib
   113 //LIBRARY					eposlmdbmanlib.lib
   108 
   114 
   109 
   115 LANG            SC
   110 LANG            SC
   116 
   111 
   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 
   112 
   139 // End of File
   113 // End of File