loc_pub/landmarks_ui_addedit_api/tsrc/group/UTapplmkaddedit.mmp
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     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 OS_LAYER_SYSTEMINCLUDE-definition
       
    26         #include <platform_paths.hrh>
       
    27 #endif
       
    28 
       
    29 TARGET          UTapplmkaddedit.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         UTapplmkaddedit.def
       
    41 
       
    42 APP_LAYER_SYSTEMINCLUDE
       
    43 MW_LAYER_SYSTEMINCLUDE
       
    44 USERINCLUDE     ../inc 
       
    45 SOURCEPATH      ../src
       
    46 
       
    47 SOURCE          UTapplmkaddedit.cpp
       
    48 SOURCE          UTapplmkaddeditblocks.cpp
       
    49 SOURCE			UTapplmkeditorengine.cpp
       
    50 
       
    51 
       
    52 
       
    53 START BITMAP UTapplmkeditor.mbm
       
    54 SOURCEPATH ../data
       
    55 TARGETPATH /resource/apps
       
    56 SOURCE	c12 context_pane_icon.bmp context_pane_icon_mask.bmp \
       
    57 			list_icon.bmp list_icon_mask.bmp 
       
    58 END
       
    59 
       
    60 //RESOURCE        resource_file
       
    61 //RESOURCE        resource_file2
       
    62 
       
    63 LIBRARY         euser.lib
       
    64 LIBRARY         stiftestinterface.lib
       
    65 LIBRARY         stiftestengine.lib
       
    66 LIBRARY  apgrfx.lib 
       
    67 LIBRARY  avkon.lib
       
    68 LIBRARY  euser.lib
       
    69 LIBRARY  apparc.lib
       
    70 LIBRARY  cone.lib
       
    71 LIBRARY  eikcore.lib 
       
    72 LIBRARY  eikcoctl.lib
       
    73 LIBRARY  eikctl.lib
       
    74 LIBRARY  etext.lib 
       
    75 LIBRARY  egul.lib
       
    76 LIBRARY  ws32.lib
       
    77 LIBRARY  bafl.lib
       
    78 LIBRARY  insock.lib
       
    79 LIBRARY  fbscli.lib
       
    80 LIBRARY  gdi.lib
       
    81 LIBRARY	 LmkCommonUi.lib
       
    82 LIBRARY  eposlandmarks.lib
       
    83 LIBRARY	 lbs.lib
       
    84 LIBRARY	 satinfo.lib
       
    85 LIBRARY					LmkCommonUi.lib
       
    86 //LIBRARY					eposlmdbmanlib.lib
       
    87 
       
    88 LANG            SC
       
    89 
       
    90 /*
       
    91 START WINS      
       
    92 ?wins_specific_information
       
    93 END
       
    94 
       
    95 START MARM
       
    96 ?marm_specific_information
       
    97 END
       
    98 */
       
    99 // Other possible keywords:
       
   100  
       
   101 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
   102 /*
       
   103 START BITMAP ?target
       
   104 TARGETPATH   ?emulated_path_on_target_machine
       
   105 HEADER
       
   106 SOURCE       ?color_depth ?source_bitmap
       
   107 END
       
   108 */
       
   109 // DEFFILE ?filename
       
   110 // AIF ?filename
       
   111 
       
   112 // End of File