sl@0: // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // Name : libdl.mmp sl@0: // Project mmp file sl@0: // sl@0: sl@0: sl@0: sl@0: TARGET libdl.dll sl@0: TARGETTYPE dll sl@0: UID 0x1000008d 0x10281F32 sl@0: sl@0: CAPABILITY ALL -TCB sl@0: VENDORID 0x70000001 sl@0: sl@0: VERSION 1.1 sl@0: sl@0: #ifndef WINSCW sl@0: EPOCALLOWDLLDATA sl@0: #endif //WINSCW sl@0: sl@0: //macro defination sl@0: #ifdef GCCXML sl@0: MACRO __wchar_t_defined sl@0: #endif //GCCXML sl@0: sl@0: sl@0: sl@0: SOURCEPATH ../src sl@0: SOURCE libdl.cpp sl@0: SOURCE libdl_r.cpp sl@0: SOURCE loadeddlls.cpp sl@0: sl@0: DEFFILE libdl.def sl@0: sl@0: OS_LAYER_SYSTEMINCLUDE_SYMBIAN sl@0: OS_LAYER_LIBC_SYSTEMINCLUDE sl@0: sl@0: start wins sl@0: win32_headers sl@0: end sl@0: sl@0: SOURCEPATH ../inc sl@0: DOCUMENT libdl_r.dosc sl@0: DOCUMENT loadeddlls.dosc sl@0: sl@0: SOURCEPATH ../../include sl@0: DOCUMENT dlfcn.dosc sl@0: sl@0: USERINCLUDE ../inc sl@0: USERINCLUDE ../../backend/inc sl@0: USERINCLUDE ../../ewsd/inc sl@0: sl@0: #ifdef WINSCW sl@0: LIBRARY ewsd.lib emulator.lib sl@0: #endif sl@0: sl@0: LIBRARY euser.lib efsrv.lib libc.lib charconv.lib sl@0: sl@0: nostrictdef sl@0: sl@0: sl@0: SMPSAFE sl@0: PAGED