diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/libwsddll_8mmp_source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/libwsddll_8mmp_source.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,60 @@ + + +
+ +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 +