os/ossrv/stdcpp/tsrc/Boost_test/array/group/array4.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 #include<platform_paths.hrh>
    20 
    21 TARGET			array4.exe
    22 
    23 TARGETTYPE		exe
    24 
    25 UID          0x1000008d  0xe0000004
    26 
    27 #ifdef EKA2
    28 CAPABILITY ALL -TCB
    29 VENDORID        VID_DEFAULT
    30 #endif
    31 
    32 
    33 
    34 OS_LAYER_SYSTEMINCLUDE
    35 OS_LAYER_LIBC_SYSTEMINCLUDE
    36 OS_LAYER_STDCPP_SYSTEMINCLUDE
    37 OS_LAYER_BOOST_SYSTEMINCLUDE
    38 
    39 SOURCEPATH  	../src
    40 SOURCE		array4.cpp
    41 
    42 USERINCLUDE	  ../inc
    43 USERINCLUDE   ../../common/inc
    44 
    45 STATICLIBRARY		libcrt0.lib
    46 LIBRARY			libstdcpp.lib
    47 LIBRARY			libc.lib
    48 LIBRARY			libpthread.lib
    49 LIBRARY			euser.lib
    50 
    51 OPTION CW -wchar_t on
    52 MACRO  _WCHAR_T_DECLARED
    53 
    54 SMPSAFE