os/ossrv/stdcpp/tsrc/Stdcpp_test/tstdcpp/platsec/group/platsectest6.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 /*
     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 #include <platform_paths.hrh>
    19 
    20 
    21 TARGET			platsectest6.exe
    22 
    23 TARGETTYPE		exe
    24 
    25 UID               0x1000008d  0xf000000b
    26 
    27 epocstacksize 0x5000
    28 
    29 #ifdef EKA2
    30 CAPABILITY  		NONE 
    31 VENDORID        VID_DEFAULT
    32 #endif
    33 
    34 
    35 
    36 
    37 OS_LAYER_SYSTEMINCLUDE
    38 OS_LAYER_LIBC_SYSTEMINCLUDE
    39 OS_LAYER_STDCPP_SYSTEMINCLUDE
    40 OS_LAYER_BOOST_SYSTEMINCLUDE
    41 
    42 SOURCEPATH	../src
    43 SOURCE          platsectest6.cpp
    44 
    45 USERINCLUDE    ../../../common/inc
    46 
    47 STATICLIBRARY	libcrt0.lib
    48 LIBRARY			libstdcpp.lib
    49 LIBRARY			libc.lib
    50 LIBRARY			libpthread.lib
    51 LIBRARY			euser.lib
    52 
    53 
    54 OPTION CW -wchar_t on
    55 MACRO  _WCHAR_T_DECLARED
    56 
    57 SMPSAFE