genericopenlibs/openenvcore/libdl/group/libdl.mmp
changeset 0 e4d67989cc36
child 17 ef2ebc87518f
child 22 ddc455616bd6
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     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.0 
       
    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