os/ossrv/utilitylibraries/libutils/tsrc/group/integration_test_scenario5.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 
     2 #include<platform_paths.hrh>/*
     3 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
     4 * All rights reserved.
     5 * This component and the accompanying materials are made available
     6 * under the terms of "Eclipse Public License v1.0"
     7 * which accompanies this distribution, and is available
     8 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     9 *
    10 * Initial Contributors:
    11 * Nokia Corporation - initial contribution.
    12 *
    13 * Contributors:
    14 *
    15 * Description:   Contains the source for char * to Descriptor8 conversions
    16  *
    17 */
    18 
    19 #include<platform_paths.hrh>
    20 
    21 
    22 
    23 TARGET			integration_test_scenario5.exe
    24 
    25 TARGETTYPE		exe
    26 
    27 UID               0x1000008d  0xe0000018
    28 
    29 
    30 #ifdef EKA2
    31 CAPABILITY ALL -TCB
    32 VENDORID VID_DEFAULT
    33 #endif
    34 
    35 
    36 OS_LAYER_SYSTEMINCLUDE
    37 OS_LAYER_LIBC_SYSTEMINCLUDE
    38 OS_LAYER_STDCPP_SYSTEMINCLUDE
    39 OS_LAYER_LIBUTILITY_SYSTEMINCLUDE
    40 
    41 
    42 SOURCEPATH  	../src
    43 
    44 
    45 SOURCE			integration_test_scenario5.cpp
    46 
    47 
    48 USERINCLUDE		../inc
    49 USERINCLUDE		../src
    50 
    51 STATICLIBRARY	libcrt0.lib
    52 LIBRARY			euser.lib
    53 LIBRARY			libc.lib
    54 LIBRARY			libpthread.lib
    55 LIBRARY			libstdcpp.lib
    56 LIBRARY			libutils.lib
    57 
    58 
    59 //VENDORID VID_DEFAULT 
    60 
    61 SMPSAFE