00001 /* 00002 * ============================================================================== 00003 * Name : StringUtils.mmp 00004 * Part of : Open C / StringUtils 00005 * 00006 * Description : Generic string utility Apis to convert SYMBIAN descriptors 00007 * to standard C character/Wide-character strings and Viceversa 00008 * Version : 0.5 00009 * 00010 * Copyright (c) 2005-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 00018 TARGET OpenCStringUtilitiesLibEx.dll 00019 TARGETTYPE dll 00020 UID 0x1000008D 0xA0001321 00021 00022 SOURCEPATH ..\src 00023 //Sourcefile 00024 SOURCE stringutils.cpp 00025 00026 USERINCLUDE ..\inc 00027 00028 00029 //Standard System include paths 00030 SYSTEMINCLUDE \epoc32\include 00031 00032 // These are needed for including Open C headers 00033 // NOTE! When part of SDK, path will differ 00034 SYSTEMINCLUDE \epoc32\include\stdapis 00035 00036 00037 LIBRARY euser.lib 00038 LIBRARY libc.lib 00039 00040 LANG SC 00041 00042 // No capabilities needed by this application 00043 CAPABILITY None 00044