00001 00004 /* 00005 * ============================================================================== 00006 * Name : libwsddll.mmp 00007 * Part of : Open C/Example code 00008 * Version : 1.0 00009 * 00010 * Copyright (c) 2007 Nokia Corporation. 00011 * This material, including documentation and any related 00012 * computer programs, is protected by copyright controlled by 00013 * Nokia Corporation. 00014 * ============================================================================== 00015 */ 00016 00017 TARGET libwsddll.dll 00018 TARGETTYPE dll 00019 UID 0x1000008d 0xA000131D 00020 00021 CAPABILITY ALL -TCB 00022 VENDORID 0 00023 00024 MACRO SYMBIAN 00025 00026 #ifndef WINSCW 00027 EPOCALLOWDLLDATA 00028 #endif //WINSCW 00029 00030 SOURCEPATH ..\src 00031 SOURCE wsddll.cpp 00032 00033 USERINCLUDE ..\inc 00034 00035 SYSTEMINCLUDE \Epoc32\include 00036 SYSTEMINCLUDE \epoc32\include\stdapis 00037 00038 LIBRARY libc.lib 00039 LIBRARY euser.lib 00040 LIBRARY efsrv.lib 00041 00042 #ifdef WINSCW 00043 LIBRARY ewsd.lib 00044 #endif 00045 00046 // End of File
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.