examples/PIPS/handleglobalvar/libwsddll/group/libwsddll.mmp

Go to the documentation of this file.
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

Generated by  doxygen 1.6.2