os/ossrv/stdcpp/tsrc/BC/apps/BCNoNamespace/group/BCNoNamespace.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 
    19 #if defined(__S60_)
    20         // To get the OSEXT_LAYER_SYSTEMINCLUDE-definition
    21         #include <domain/osextensions/platform_paths.hrh>
    22 #endif
    23 
    24 TARGET          BCNoNamespace.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         BCNoNamespace.def
    36 
    37 SOURCEPATH      ../src
    38 SOURCE          BCNoNamespace.cpp
    39 SOURCE          BCNoNamespaceBlocks.cpp
    40 
    41 //RESOURCE        resource_file
    42 //RESOURCE        resource_file2
    43 
    44 USERINCLUDE     ../inc 
    45 
    46 SYSTEMINCLUDE 	/epoc32/include/osextensions/stdapis
    47 SYSTEMINCLUDE		/epoc32/include/stdapis
    48 
    49 SYSTEMINCLUDE 	/epoc32/include/osextensions/stdapis/sys
    50 SYSTEMINCLUDE		/epoc32/include/stdapis/sys
    51 
    52 SYSTEMINCLUDE 	/epoc32/include/osextensions/stdapis/stlport
    53 SYSTEMINCLUDE   /epoc32/include/stdapis/stlport
    54 
    55 SYSTEMINCLUDE   /epoc32/include 
    56 SYSTEMINCLUDE   /epoc32/include/internal
    57 SYSTEMINCLUDE		/epoc32/include/domain/osextensions
    58 
    59 LIBRARY         euser.lib
    60 LIBRARY         stiftestinterface.lib
    61 LIBRARY         stiftestengine.lib
    62 LIBRARY					libm.lib
    63 LIBRARY					libc.lib
    64 LIBRARY					libpthread.lib
    65 LIBRARY					libstdcpp.lib
    66 
    67 LANG            SC
    68 
    69 OPTION CW -wchar_t on
    70 MACRO _WCHAR_T_DECLARED
    71 END
    72 
    73 /*
    74 START WINS      
    75 ?wins_specific_information
    76 END
    77 
    78 START MARM
    79 ?marm_specific_information
    80 END
    81 */
    82 // Other possible keywords:
    83  
    84 // DOCUMENT     ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes)
    85 /*
    86 START BITMAP ?target
    87 TARGETPATH   ?emulated_path_on_target_machine
    88 HEADER
    89 SOURCE       ?color_depth ?source_bitmap
    90 END
    91 */
    92 // DEFFILE ?filename
    93 // AIF ?filename
    94 
    95 // End of File
    96 
    97 SMPSAFE