stdcpp/tsrc/BC/apps/tutility/group/tutility.mmp
changeset 31 ce057bb09d0b
parent 0 e4d67989cc36
equal deleted inserted replaced
30:e20de85af2ee 31:ce057bb09d0b
       
     1 /*
       
     2 * Copyright (c) 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:       
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #if defined(__S60_)
       
    20         // To get the OSEXT_LAYER_SYSTEMINCLUDE-definition
       
    21         #include <domain/osextensions/platform_paths.hrh>
       
    22 #endif
       
    23 
       
    24 TARGET          tutility.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000008D 0x101FB3E3
       
    27 
       
    28 CAPABILITY      ALL -TCB
       
    29 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    30 // VENDORID     0x00000000
       
    31 /* Remove comments and replace 0x00000000 with correct secure id */
       
    32 // SECUREID     0x00000000
       
    33 
       
    34 //TARGETPATH      ?target_path
       
    35 DEFFILE         tutility.def
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 SOURCE          tutility.cpp
       
    39 SOURCE          tutilityblocks.cpp
       
    40 
       
    41 //RESOURCE        resource_file
       
    42 //RESOURCE        resource_file2
       
    43 
       
    44 USERINCLUDE     ../inc 
       
    45 
       
    46 
       
    47 OSEXT_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 SYSTEMINCLUDE   /epoc32/include 
       
    50 SYSTEMINCLUDE   /epoc32/include/internal
       
    51 SYSTEMINCLUDE 		/epoc32/include/osextensions/stdapis
       
    52 SYSTEMINCLUDE		/epoc32/include/stdapis
       
    53 
       
    54 SYSTEMINCLUDE 		/epoc32/include/osextensions/stdapis/sys
       
    55 SYSTEMINCLUDE		/epoc32/include/stdapis/sys
       
    56 
       
    57 SYSTEMINCLUDE 		/epoc32/include/osextensions/stdapis/stlport
       
    58 SYSTEMINCLUDE       /epoc32/include/stdapis/stlport
       
    59 
       
    60 LIBRARY         euser.lib
       
    61 LIBRARY         stiftestinterface.lib
       
    62 LIBRARY         stiftestengine.lib
       
    63 
       
    64 LANG            SC
       
    65 
       
    66 /*
       
    67 START WINS      
       
    68 ?wins_specific_information
       
    69 END
       
    70 
       
    71 START MARM
       
    72 ?marm_specific_information
       
    73 END
       
    74 */
       
    75 // Other possible keywords:
       
    76  
       
    77 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
       
    78 /*
       
    79 START BITMAP ?target
       
    80 TARGETPATH   ?emulated_path_on_target_machine
       
    81 HEADER
       
    82 SOURCE       ?color_depth ?source_bitmap
       
    83 END
       
    84 */
       
    85 // DEFFILE ?filename
       
    86 // AIF ?filename
       
    87 
       
    88 // End of File
       
    89 
       
    90 SMPSAFE