os/ossrv/genericopenlibs/posixrealtimeextensions/group/librt.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2008-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        : librt.mmp
    15 // Part of     : librt
    16 // This is a project specific file for building the 
    17 // librt library.
    18 // 
    19 //
    20 
    21 TARGET            librt.dll
    22 TARGETTYPE        dll
    23 UID               0x1000008d  0x2001E553
    24 
    25 CAPABILITY      ALL -TCB
    26 VENDORID        0x70000001
    27 
    28 #ifdef GCCXML
    29 MACRO __wchar_t_defined
    30 #endif //GCCXML
    31 
    32 USERINCLUDE		../../openenvcore/backend/inc
    33 USERINCLUDE		../../openenvcore/backend/ipcserver/ipccli/inc
    34 USERINCLUDE		../inc/
    35 
    36 // Illegal dependancy on tz.h in MW layer. Needs fixing
    37 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
    38 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    39 OS_LAYER_LIBC_SYSTEMINCLUDE
    40 
    41 SOURCEPATH      ../src
    42 SOURCE  clock_funcs.cpp
    43 SOURCE  timer_funcs.cpp
    44 SOURCE	timerhandler.cpp
    45 SOURCE	timer.cpp
    46 SOURCE  posixshm.c
    47 SOURCE  timerclient.cpp
    48 SOURCE  timerserver.cpp
    49 
    50 
    51 LIBRARY        euser.lib
    52 LIBRARY        backend.lib //MapError
    53 LIBRARY        libc.lib //errno
    54 LIBRARY	       rpipe.lib //RPipe
    55 LIBRARY	       libpthread.lib //pthread_create
    56 
    57 #ifdef WINSCW
    58 //wsd solution
    59 LIBRARY	       ewsd.lib
    60 #else //WINSCW
    61 EPOCALLOWDLLDATA
    62 #endif //WINSCW
    63 // End of File
    64 SMPSAFE
    65