genericopenlibs/posixrealtimeextensions/group/librt.mmp
changeset 0 e4d67989cc36
child 3 18f64da82512
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     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 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    37 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 SOURCE  clock_funcs.cpp
       
    41 SOURCE  timer_funcs.cpp
       
    42 SOURCE	timerhandler.cpp
       
    43 SOURCE	timer.cpp
       
    44 SOURCE  posixshm.c
       
    45 SOURCE  timerclient.cpp
       
    46 SOURCE  timerserver.cpp
       
    47 
       
    48 
       
    49 LIBRARY        euser.lib
       
    50 LIBRARY        backend.lib //MapError
       
    51 LIBRARY        libc.lib //errno
       
    52 LIBRARY	       rpipe.lib //RPipe
       
    53 LIBRARY	       libpthread.lib //pthread_create
       
    54 
       
    55 #ifdef WINSCW
       
    56 //wsd solution
       
    57 LIBRARY	       ewsd.lib
       
    58 #else //WINSCW
       
    59 EPOCALLOWDLLDATA
       
    60 #endif //WINSCW
       
    61 // End of File
       
    62 SMPSAFE
       
    63