os/ossrv/genericopenlibs/openenvcore/libdl/group/libdl.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/genericopenlibs/openenvcore/libdl/group/libdl.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,75 @@
     1.4 +// Copyright (c) 2005-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        : libdl.mmp
    1.18 +// Project mmp file
    1.19 +//
    1.20 +
    1.21 +
    1.22 +
    1.23 +TARGET        libdl.dll
    1.24 +TARGETTYPE    dll
    1.25 +UID           0x1000008d 0x10281F32
    1.26 +
    1.27 +CAPABILITY    ALL -TCB
    1.28 +VENDORID      0x70000001
    1.29 +
    1.30 +VERSION 				1.1 
    1.31 +
    1.32 +#ifndef WINSCW
    1.33 +EPOCALLOWDLLDATA
    1.34 +#endif //WINSCW
    1.35 +
    1.36 +//macro defination
    1.37 +#ifdef GCCXML
    1.38 +MACRO __wchar_t_defined
    1.39 +#endif //GCCXML
    1.40 +
    1.41 +
    1.42 +
    1.43 +SOURCEPATH    ../src
    1.44 +SOURCE        libdl.cpp
    1.45 +SOURCE        libdl_r.cpp
    1.46 +SOURCE        loadeddlls.cpp
    1.47 +
    1.48 +DEFFILE       libdl.def
    1.49 +
    1.50 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    1.51 +OS_LAYER_LIBC_SYSTEMINCLUDE
    1.52 +
    1.53 +start wins
    1.54 +win32_headers
    1.55 +end
    1.56 +
    1.57 +SOURCEPATH	  ../inc
    1.58 +DOCUMENT	  libdl_r.dosc
    1.59 +DOCUMENT	  loadeddlls.dosc
    1.60 +
    1.61 +SOURCEPATH	  ../../include
    1.62 +DOCUMENT	  dlfcn.dosc
    1.63 +
    1.64 +USERINCLUDE  ../inc
    1.65 +USERINCLUDE	 ../../backend/inc
    1.66 +USERINCLUDE  ../../ewsd/inc
    1.67 +
    1.68 +#ifdef WINSCW
    1.69 +LIBRARY ewsd.lib emulator.lib
    1.70 +#endif
    1.71 +
    1.72 +LIBRARY       euser.lib efsrv.lib libc.lib charconv.lib
    1.73 +
    1.74 +nostrictdef
    1.75 +
    1.76 +
    1.77 +SMPSAFE
    1.78 +PAGED