genericopenlibs/openenvcore/libpthread/test/testharness/group/testharness.mmp
changeset 0 e4d67989cc36
child 34 5fae379060a7
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Name        : TestHarness.mmp
       
    15 // Part of     : ?Subsystem_name / TestMutexDestroy
       
    16 // ?Description
       
    17 // Version:   0.5
       
    18 // This material, including documentation and any related 
       
    19 // computer programs, is protected by copyright controlled by 
       
    20 // Nokia Corporation. All rights are reserved. Copying, 
       
    21 // including reproducing, storing,  adapting or translating, any 
       
    22 // or all of this material requires the prior written consent of 
       
    23 // Nokia Corporation. This material also contains confidential 
       
    24 // information which may not be disclosed to others without the 
       
    25 // prior written consent of Nokia Corporation.
       
    26 //
       
    27 
       
    28 
       
    29 
       
    30 #include "libcflags.mmpi"
       
    31 
       
    32 //TARGET                  testharness.dll
       
    33 //TARGETTYPE              dll
       
    34 //UID             0x1000008d 0x1028308D
       
    35 
       
    36 TARGET                  testharness.dll  
       
    37 TARGETTYPE              dll // reverted it to target type of dll
       
    38 
       
    39 
       
    40 CAPABILITY      All -Tcb
       
    41 VENDORID        0x70000001
       
    42 LANG SC
       
    43 
       
    44 USERINCLUDE     ..\inc
       
    45 
       
    46 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    47 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    48 
       
    49 SOURCEPATH      ..\src
       
    50 SOURCE          testharness.cpp
       
    51 
       
    52 LIBRARY         euser.lib
       
    53 LIBRARY         libpthread.lib
       
    54 LIBRARY         libc.lib
       
    55 //LIBRARY         stiftestinterface.lib
       
    56 
       
    57 EPOCALLOWDLLDATA
       
    58 
       
    59 
       
    60 SMPSAFE