os/ossrv/stdcpp/tsrc/BC/apps/BCThread/group/BCThread.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 /*TYPE TESTCLASS*/
     2 /*
     3 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     4 * All rights reserved.
     5 * This component and the accompanying materials are made available
     6 * under the terms of "Eclipse Public License v1.0"
     7 * which accompanies this distribution, and is available
     8 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     9 *
    10 * Initial Contributors:
    11 * Nokia Corporation - initial contribution.
    12 *
    13 * Contributors:
    14 *
    15 * Description:       
    16 *
    17 */
    18 
    19 
    20 #if defined(__S60_)
    21         // To get the OSEXT_LAYER_SYSTEMINCLUDE-definition
    22         #include <domain/osextensions/platform_paths.hrh>
    23 #endif
    24 
    25 TARGET          BCThread.dll
    26 TARGETTYPE      dll
    27 UID             0x1000008D 0x101FB3E3
    28 
    29 CAPABILITY      ALL -TCB
    30 /* Remove comments and replace 0x00000000 with correct vendor id */
    31 // VENDORID     0x00000000
    32 /* Remove comments and replace 0x00000000 with correct secure id */
    33 // SECUREID     0x00000000
    34 
    35 //TARGETPATH      ?target_path
    36 DEFFILE         BCThread.def
    37 
    38 SOURCEPATH      ../src
    39 SOURCE          BCThread.cpp
    40 SOURCE          BCThreadBlocks.cpp
    41 
    42 //RESOURCE        resource_file
    43 //RESOURCE        resource_file2
    44 
    45 USERINCLUDE     ../inc 
    46 
    47 SYSTEMINCLUDE 	/epoc32/include/osextensions/stdapis
    48 SYSTEMINCLUDE		/epoc32/include/stdapis
    49 
    50 SYSTEMINCLUDE 	/epoc32/include/osextensions/stdapis/stlport
    51 SYSTEMINCLUDE   /epoc32/include/stdapis/stlport
    52 
    53 SYSTEMINCLUDE 	/epoc32/include/osextensions/stdapis/stlport/stl
    54 SYSTEMINCLUDE   /epoc32/include/stdapis/stlport/stl
    55 
    56 SYSTEMINCLUDE   /epoc32/include 
    57 SYSTEMINCLUDE   /epoc32/include/internal
    58 SYSTEMINCLUDE		/epoc32/include/domain/osextensions
    59 
    60 LIBRARY         euser.lib
    61 LIBRARY         stiftestinterface.lib
    62 LIBRARY         stiftestengine.lib
    63 LIBRARY					libm.lib
    64 LIBRARY					libc.lib
    65 LIBRARY					libpthread.lib
    66 LIBRARY					libstdcpp.lib
    67 
    68 LANG            SC
    69 
    70 /*
    71 START WINS      
    72 ?wins_specific_information
    73 END
    74 
    75 START MARM
    76 ?marm_specific_information
    77 END
    78 */
    79 // Other possible keywords:
    80  
    81 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
    82 /*
    83 START BITMAP ?target
    84 TARGETPATH   ?emulated_path_on_target_machine
    85 HEADER
    86 SOURCE       ?color_depth ?source_bitmap
    87 END
    88 */
    89 // DEFFILE ?filename
    90 // AIF ?filename
    91 
    92 // End of File
    93 
    94 SMPSAFE