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.
sl@0
     1
// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
// Name        : libdl.mmp
sl@0
    15
// Project mmp file
sl@0
    16
//
sl@0
    17
sl@0
    18
sl@0
    19
sl@0
    20
TARGET        libdl.dll
sl@0
    21
TARGETTYPE    dll
sl@0
    22
UID           0x1000008d 0x10281F32
sl@0
    23
sl@0
    24
CAPABILITY    ALL -TCB
sl@0
    25
VENDORID      0x70000001
sl@0
    26
sl@0
    27
VERSION 				1.1 
sl@0
    28
sl@0
    29
#ifndef WINSCW
sl@0
    30
EPOCALLOWDLLDATA
sl@0
    31
#endif //WINSCW
sl@0
    32
sl@0
    33
//macro defination
sl@0
    34
#ifdef GCCXML
sl@0
    35
MACRO __wchar_t_defined
sl@0
    36
#endif //GCCXML
sl@0
    37
sl@0
    38
sl@0
    39
sl@0
    40
SOURCEPATH    ../src
sl@0
    41
SOURCE        libdl.cpp
sl@0
    42
SOURCE        libdl_r.cpp
sl@0
    43
SOURCE        loadeddlls.cpp
sl@0
    44
sl@0
    45
DEFFILE       libdl.def
sl@0
    46
sl@0
    47
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
sl@0
    48
OS_LAYER_LIBC_SYSTEMINCLUDE
sl@0
    49
sl@0
    50
start wins
sl@0
    51
win32_headers
sl@0
    52
end
sl@0
    53
sl@0
    54
SOURCEPATH	  ../inc
sl@0
    55
DOCUMENT	  libdl_r.dosc
sl@0
    56
DOCUMENT	  loadeddlls.dosc
sl@0
    57
sl@0
    58
SOURCEPATH	  ../../include
sl@0
    59
DOCUMENT	  dlfcn.dosc
sl@0
    60
sl@0
    61
USERINCLUDE  ../inc
sl@0
    62
USERINCLUDE	 ../../backend/inc
sl@0
    63
USERINCLUDE  ../../ewsd/inc
sl@0
    64
sl@0
    65
#ifdef WINSCW
sl@0
    66
LIBRARY ewsd.lib emulator.lib
sl@0
    67
#endif
sl@0
    68
sl@0
    69
LIBRARY       euser.lib efsrv.lib libc.lib charconv.lib
sl@0
    70
sl@0
    71
nostrictdef
sl@0
    72
sl@0
    73
sl@0
    74
SMPSAFE
sl@0
    75
PAGED