organizer_pub/calendar_interim_utils2_api/tsrc/bc/calendar/group/BCTestCalendar2.mmp
changeset 0 f979ecb2b13e
child 18 c198609911f9
child 65 12af337248b1
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #if defined(__S60_)
       
    20         // To get the OS_LAYER_SYSTEMINCLUDE-definition
       
    21         #include <platform_paths.hrh>
       
    22 #endif
       
    23 
       
    24 TARGET          BCTestCalendar2.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000008D 0x101FB3E3
       
    27 
       
    28 EPOCSTACKSIZE   0x5000
       
    29 EPOCHEAPSIZE    1048576 5242880
       
    30 
       
    31 CAPABILITY      ALL -TCB
       
    32 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    33 // VENDORID     0x00000000
       
    34 /* Remove comments and replace 0x00000000 with correct secure id */
       
    35 // SECUREID     0x00000000
       
    36 
       
    37 //TARGETPATH      ?target_path
       
    38 DEFFILE         BCTestCalendar2.def
       
    39 
       
    40 #ifdef SBSV2
       
    41 	USERINCLUDE     ../inc 
       
    42 
       
    43 	#if defined(__S60_)
       
    44 	    OS_LAYER_SYSTEMINCLUDE
       
    45 	#else // __S60_ not defined
       
    46 	    SYSTEMINCLUDE   /epoc32/include 
       
    47 	    SYSTEMINCLUDE   /epoc32/include/internal
       
    48 	#endif // __S60_
       
    49 
       
    50 	SOURCEPATH      ../src
       
    51 #else // SBSV2 not defined
       
    52 	USERINCLUDE     ../inc 
       
    53 
       
    54 	#if defined(__S60_)
       
    55 	    OS_LAYER_SYSTEMINCLUDE
       
    56 	#else // __S60_ not defined
       
    57 	    SYSTEMINCLUDE   /epoc32/include 
       
    58 	    SYSTEMINCLUDE   /epoc32/include/internal
       
    59 	#endif // __S60_
       
    60 
       
    61 	SOURCEPATH      ../src
       
    62 #endif // SBSV2
       
    63 
       
    64 SYSTEMINCLUDE   /epoc32/include		
       
    65 SYSTEMINCLUDE	/epoc32/include/middleware 	
       
    66 SYSTEMINCLUDE	/epoc32/include/domain/middleware 	
       
    67 SYSTEMINCLUDE	/epoc32/include/osextensions 	
       
    68 SYSTEMINCLUDE	/epoc32/include/domain/osextensions 	
       
    69 SYSTEMINCLUDE	/epoc32/include/applications
       
    70 SYSTEMINCLUDE   /epoc32/include/internal
       
    71 
       
    72 SOURCE          BCTestCalendar2.cpp
       
    73 SOURCE          BCTestCalendar2Blocks.cpp
       
    74 
       
    75 //RESOURCE        resource_file
       
    76 //RESOURCE        resource_file2
       
    77 
       
    78 LIBRARY         euser.lib
       
    79 LIBRARY         stiftestinterface.lib
       
    80 LIBRARY         stiftestengine.lib
       
    81 LIBRARY					etext.lib
       
    82 LIBRARY					CalInterimAPI.lib
       
    83 LIBRARY					CalenInterimUtils2.lib
       
    84 LIBRARY					bafl.lib
       
    85 LIBRARY					flogger.lib
       
    86 LIBRARY					featdiscovery.lib
       
    87 
       
    88 
       
    89 LANG            SC
       
    90 
       
    91 /*
       
    92 START WINS      
       
    93 ?wins_specific_information
       
    94 END
       
    95 
       
    96 START MARM
       
    97 ?marm_specific_information
       
    98 END
       
    99 */
       
   100 // Other possible keywords:
       
   101  
       
   102 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
   103 /*
       
   104 START BITMAP ?target
       
   105 TARGETPATH   ?emulated_path_on_target_machine
       
   106 HEADER
       
   107 SOURCE       ?color_depth ?source_bitmap
       
   108 END
       
   109 */
       
   110 // DEFFILE ?filename
       
   111 // AIF ?filename
       
   112 
       
   113 // End of File