00001 /* 00002 * ============================================================================== 00003 * Name : OpenCLibz.mmp 00004 * Part of : Open C / OpenCLibz 00005 * 00006 * Description : OpenCLibz Problem solution 00007 * Version: 0.5 00008 * 00009 * Copyright (C) 2006-07 Nokia Corporation. 00010 * This material, including documentation and any related 00011 * computer programs, is protected by copyright controlled by 00012 * Nokia Corporation. All rights are reserved. Copying, 00013 * including reproducing, storing, adapting or translating, any 00014 * or all of this material requires the prior written consent of 00015 * Nokia Corporation. This material also contains confidential 00016 * information which may not be disclosed to others without the 00017 * prior written consent of Nokia Corporation. 00018 * 00019 * ============================================================================ 00020 */ 00021 00022 TARGET OpenCLibz.exe 00023 TARGETTYPE exe 00024 UID 0x100039CE 0xA000131D 00025 VENDORID 0 00026 00027 00028 00029 00030 // No capabilities needed by this application 00031 CAPABILITY None 00032 00033 SOURCEPATH ..\data 00034 START RESOURCE OpenCLibz_reg.rss 00035 #ifdef WINSCW 00036 TARGETPATH \private\10003a3f\apps 00037 #else 00038 TARGETPATH \private\10003a3f\import\apps 00039 #endif 00040 END //RESOURCE 00041 00042 SOURCEPATH ..\src 00043 SOURCE OpenCLibz.c Compress.c UnCompress.c 00044 00045 USERINCLUDE ..\inc 00046 00047 00048 00049 SYSTEMINCLUDE \epoc32\include 00050 SYSTEMINCLUDE \epoc32\include\stdapis 00051 00052 00053 // If user is sure about small buffer space he can comment out the next 00054 // statement to avoid unnecessary waste of time in mmap check. 00055 00056 MACRO USE_MMAP 00057 00058 00059 // Using main() as entry point 00060 00061 STATICLIBRARY libcrt0.lib 00062 LIBRARY euser.lib 00063 LIBRARY libc.lib 00064 LIBRARY libz.lib 00065 00066 00067 LANG SC 00068 00069 // End of File