os/ossrv/genericopenlibs/openenvcore/libdl/group/libdl.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2005-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        : libdl.mmp
    15 // Project mmp file
    16 //
    17 
    18 
    19 
    20 TARGET        libdl.dll
    21 TARGETTYPE    dll
    22 UID           0x1000008d 0x10281F32
    23 
    24 CAPABILITY    ALL -TCB
    25 VENDORID      0x70000001
    26 
    27 VERSION 				1.1 
    28 
    29 #ifndef WINSCW
    30 EPOCALLOWDLLDATA
    31 #endif //WINSCW
    32 
    33 //macro defination
    34 #ifdef GCCXML
    35 MACRO __wchar_t_defined
    36 #endif //GCCXML
    37 
    38 
    39 
    40 SOURCEPATH    ../src
    41 SOURCE        libdl.cpp
    42 SOURCE        libdl_r.cpp
    43 SOURCE        loadeddlls.cpp
    44 
    45 DEFFILE       libdl.def
    46 
    47 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    48 OS_LAYER_LIBC_SYSTEMINCLUDE
    49 
    50 start wins
    51 win32_headers
    52 end
    53 
    54 SOURCEPATH	  ../inc
    55 DOCUMENT	  libdl_r.dosc
    56 DOCUMENT	  loadeddlls.dosc
    57 
    58 SOURCEPATH	  ../../include
    59 DOCUMENT	  dlfcn.dosc
    60 
    61 USERINCLUDE  ../inc
    62 USERINCLUDE	 ../../backend/inc
    63 USERINCLUDE  ../../ewsd/inc
    64 
    65 #ifdef WINSCW
    66 LIBRARY ewsd.lib emulator.lib
    67 #endif
    68 
    69 LIBRARY       euser.lib efsrv.lib libc.lib charconv.lib
    70 
    71 nostrictdef
    72 
    73 
    74 SMPSAFE
    75 PAGED