loc_pub/landmarks_ui_selector_api/tsrc/bc/bcapplmkselector/group/lmkselector.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 #if defined(__S60_)
       
    24         // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    25         #include <platform_paths.hrh>
       
    26 #endif
       
    27 
       
    28 TARGET          lmkselector.dll
       
    29 TARGETTYPE      dll
       
    30 UID             0x1000008D 0x101FB3E3
       
    31 
       
    32 CAPABILITY      ALL -TCB
       
    33 
       
    34 DEFFILE         LmkSelector.def
       
    35 
       
    36 #ifdef SBSv2
       
    37 	USERINCLUDE     ../inc 
       
    38 
       
    39 	#if defined(__S60_)
       
    40 	    APP_LAYER_SYSTEMINCLUDE
       
    41 	#else // __S60_ not defined
       
    42 	    SYSTEMINCLUDE   /epoc32/include 
       
    43 	    SYSTEMINCLUDE   /epoc32/include/internal
       
    44 	#endif // __S60_
       
    45 
       
    46 	SOURCEPATH      ../src
       
    47 #else // SBSv2 not defined
       
    48 	USERINCLUDE     ../inc 
       
    49 
       
    50 	#if defined(__S60_)
       
    51 	    APP_LAYER_SYSTEMINCLUDE
       
    52 	#else // __S60_ not defined
       
    53 	    SYSTEMINCLUDE   /epoc32/include 
       
    54 	    SYSTEMINCLUDE   /epoc32/include/internal
       
    55 	#endif // __S60_
       
    56 
       
    57 	SOURCEPATH      ../src
       
    58 #endif // SBSv2
       
    59 
       
    60 	
       
    61 SYSTEMINCLUDE	/epoc32/include/middleware 	
       
    62 SYSTEMINCLUDE	/epoc32/include/domain/middleware 	
       
    63 SYSTEMINCLUDE	/epoc32/include/osextensions 	
       
    64 SYSTEMINCLUDE	/epoc32/include/domain/osextensions 	
       
    65 SYSTEMINCLUDE	/epoc32/include/applications
       
    66 
       
    67 
       
    68 SOURCE          lmkselector.cpp
       
    69 SOURCE          lmkselectorblocks.cpp
       
    70 SOURCE			lmkengine.cpp
       
    71 
       
    72 
       
    73 
       
    74 LIBRARY         euser.lib
       
    75 LIBRARY         stiftestinterface.lib
       
    76 LIBRARY         stiftestengine.lib
       
    77 LIBRARY  apgrfx.lib 
       
    78 LIBRARY  avkon.lib
       
    79 LIBRARY  euser.lib
       
    80 LIBRARY  apparc.lib
       
    81 LIBRARY  cone.lib
       
    82 LIBRARY  eikcore.lib 
       
    83 LIBRARY  eikcoctl.lib
       
    84 LIBRARY  eikctl.lib
       
    85 LIBRARY  etext.lib 
       
    86 LIBRARY  egul.lib
       
    87 LIBRARY  ws32.lib
       
    88 LIBRARY  bafl.lib
       
    89 LIBRARY  insock.lib
       
    90 LIBRARY  fbscli.lib
       
    91 LIBRARY  gdi.lib
       
    92 LIBRARY	 LmkCommonUi.lib
       
    93 LIBRARY  eposLandmarks.lib
       
    94 LIBRARY	 lbs.lib
       
    95 LIBRARY	 satinfo.lib
       
    96 
       
    97 LANG            SC
       
    98 
       
    99 // End of File