os/ossrv/stdcpp/tsrc/BC/apps/BCCppWrap/group/BCCppWrap.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*TYPE TESTCLASS*//*
     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 #if defined(__S60_)
    19         // To get the OSEXT_LAYER_SYSTEMINCLUDE-definition
    20         #include <domain/osextensions/platform_paths.hrh>
    21 #endif
    22 
    23 TARGET          BCCppWrap.dll
    24 TARGETTYPE      dll
    25 UID             0x1000008D 0x101FB3E3
    26 
    27 CAPABILITY      ALL -TCB
    28 /* Remove comments and replace 0x00000000 with correct vendor id */
    29 // VENDORID     0x00000000
    30 /* Remove comments and replace 0x00000000 with correct secure id */
    31 // SECUREID     0x00000000
    32 
    33 //TARGETPATH      ?target_path
    34 //DEFFILE         BCCppWrap.def
    35 
    36 SOURCEPATH      ../src
    37 SOURCE          BCCppWrap.cpp
    38 SOURCE          BCCppWrapBlocks.cpp
    39 
    40 //RESOURCE        resource_file
    41 //RESOURCE        resource_file2
    42 
    43 USERINCLUDE     ../inc 
    44 
    45 SYSTEMINCLUDE 	/epoc32/include/osextensions/stdapis
    46 SYSTEMINCLUDE		/epoc32/include/stdapis
    47 
    48 SYSTEMINCLUDE 	/epoc32/include/osextensions/stdapis/sys
    49 SYSTEMINCLUDE		/epoc32/include/stdapis/sys
    50 
    51 SYSTEMINCLUDE 	/epoc32/include/osextensions/stdapis/stlport
    52 SYSTEMINCLUDE   /epoc32/include/stdapis/stlport
    53 
    54 SYSTEMINCLUDE   /epoc32/include 
    55 SYSTEMINCLUDE   /epoc32/include/internal
    56 SYSTEMINCLUDE		/epoc32/include/domain/osextensions
    57 
    58 LIBRARY         euser.lib
    59 LIBRARY         stiftestinterface.lib
    60 LIBRARY         stiftestengine.lib
    61 LIBRARY					libm.lib
    62 LIBRARY					libc.lib
    63 LIBRARY					libpthread.lib
    64 LIBRARY					libstdcpp.lib
    65 
    66 LANG            SC
    67 
    68 OPTION CW -wchar_t on
    69 MACRO _WCHAR_T_DECLARED
    70 //END
    71 
    72 /*
    73 START WINS      
    74 ?wins_specific_information
    75 END
    76 
    77 START MARM
    78 ?marm_specific_information
    79 END
    80 */
    81 // Other possible keywords:
    82  
    83 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
    84 /*
    85 START BITMAP ?target
    86 TARGETPATH   ?emulated_path_on_target_machine
    87 HEADER
    88 SOURCE       ?color_depth ?source_bitmap
    89 END
    90 */
    91 // DEFFILE ?filename
    92 // AIF ?filename
    93 
    94 // End of File
    95 
    96 SMPSAFE