1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/genericopenlibs/posixrealtimeextensions/group/librt.mmp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,65 @@
1.4 +// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +// Name : librt.mmp
1.18 +// Part of : librt
1.19 +// This is a project specific file for building the
1.20 +// librt library.
1.21 +//
1.22 +//
1.23 +
1.24 +TARGET librt.dll
1.25 +TARGETTYPE dll
1.26 +UID 0x1000008d 0x2001E553
1.27 +
1.28 +CAPABILITY ALL -TCB
1.29 +VENDORID 0x70000001
1.30 +
1.31 +#ifdef GCCXML
1.32 +MACRO __wchar_t_defined
1.33 +#endif //GCCXML
1.34 +
1.35 +USERINCLUDE ../../openenvcore/backend/inc
1.36 +USERINCLUDE ../../openenvcore/backend/ipcserver/ipccli/inc
1.37 +USERINCLUDE ../inc/
1.38 +
1.39 +// Illegal dependancy on tz.h in MW layer. Needs fixing
1.40 +MW_LAYER_SYSTEMINCLUDE_SYMBIAN
1.41 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
1.42 +OS_LAYER_LIBC_SYSTEMINCLUDE
1.43 +
1.44 +SOURCEPATH ../src
1.45 +SOURCE clock_funcs.cpp
1.46 +SOURCE timer_funcs.cpp
1.47 +SOURCE timerhandler.cpp
1.48 +SOURCE timer.cpp
1.49 +SOURCE posixshm.c
1.50 +SOURCE timerclient.cpp
1.51 +SOURCE timerserver.cpp
1.52 +
1.53 +
1.54 +LIBRARY euser.lib
1.55 +LIBRARY backend.lib //MapError
1.56 +LIBRARY libc.lib //errno
1.57 +LIBRARY rpipe.lib //RPipe
1.58 +LIBRARY libpthread.lib //pthread_create
1.59 +
1.60 +#ifdef WINSCW
1.61 +//wsd solution
1.62 +LIBRARY ewsd.lib
1.63 +#else //WINSCW
1.64 +EPOCALLOWDLLDATA
1.65 +#endif //WINSCW
1.66 +// End of File
1.67 +SMPSAFE
1.68 +