os/ossrv/stdcpp/tsrc/Boost_test/math/quaternion/group/HSO3SO4.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 #include<platform_paths.hrh>
    19 
    20 TARGET			HSO3SO4.exe
    21 
    22 TARGETTYPE		exe
    23 
    24 UID               	0x1000008d  0xe0000000
    25 
    26 epocstacksize 0x14000
    27 epocheapsize 0x1000 0x200000
    28 
    29 #ifdef EKA2
    30 CAPABILITY ALL -TCB
    31 VENDORID        VID_DEFAULT
    32 #endif
    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 
    41 
    42 SOURCE		HSO3SO4.cpp
    43 
    44  
    45 USERINCLUDE	../inc
    46 USERINCLUDE     ../../../common/inc
    47 
    48 STATICLIBRARY	libcrt0.lib
    49 LIBRARY		libstdcpp.lib
    50 LIBRARY		libc.lib
    51 LIBRARY		libm.lib
    52 LIBRARY		libpthread.lib
    53 LIBRARY		euser.lib
    54 
    55 
    56 OPTION CW -wchar_t on
    57 MACRO  _WCHAR_T_DECLARED
    58 
    59 SMPSAFE