genericopenlibs/openenvcore/libdl/group/libdl.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 25 May 2010 14:32:39 +0300
branchRCL_3
changeset 27 3a7375419266
parent 17 ef2ebc87518f
child 56 acd3cd4aaceb
permissions -rw-r--r--
Revision: 201018 Kit: 2010121

// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
// Name        : libdl.mmp
// Project mmp file
//



TARGET        libdl.dll
TARGETTYPE    dll
UID           0x1000008d 0x10281F32

CAPABILITY    ALL -TCB
VENDORID      0x70000001

VERSION 				1.1

#ifndef WINSCW
EPOCALLOWDLLDATA
#endif //WINSCW

//macro defination
#ifdef GCCXML
MACRO __wchar_t_defined
#endif //GCCXML



SOURCEPATH    ../src
SOURCE        libdl.cpp
SOURCE        libdl_r.cpp
SOURCE        loadeddlls.cpp

DEFFILE       libdl.def

OS_LAYER_SYSTEMINCLUDE_SYMBIAN
OS_LAYER_LIBC_SYSTEMINCLUDE

start wins
win32_headers
end

SOURCEPATH	  ../inc
DOCUMENT	  libdl_r.dosc
DOCUMENT	  loadeddlls.dosc

SOURCEPATH	  ../../include
DOCUMENT	  dlfcn.dosc

USERINCLUDE  ../inc
USERINCLUDE	 ../../backend/inc
USERINCLUDE  ../../ewsd/inc

#ifdef WINSCW
LIBRARY ewsd.lib emulator.lib
#endif

LIBRARY       euser.lib efsrv.lib libc.lib charconv.lib

nostrictdef


SMPSAFE
PAGED