00001 /* 00002 * ============================================================================== 00003 * Name : MessageQueueLibrary.mmp 00004 * Part of : Open C / MessageQueueLibrary 00005 * 00006 * Description : Generic MEssage Queue APIs using Open C 00007 * Version: 0.1 00008 * 00009 * Copyright (c) 2007 Nokia Corporation. 00010 * This material, including documentation and any related 00011 * computer programs, is protected by copyright controlled by 00012 * Nokia Corporation. 00013 * 00014 * ============================================================================ 00015 */ 00016 00017 TARGET OpenCMessageQueueLibrary.dll 00018 TARGETTYPE DLL 00019 UID 0x1000008d 0xA0001319 00020 00021 CAPABILITY NONE 00022 //CAPABILITY ALL -TCB 00023 VENDORID 0 00024 00025 EPOCALLOWDLLDATA 00026 00027 SOURCEPATH ..\src 00028 00029 SOURCE MsgQCheck.c 00030 SOURCE MsgQClean.c 00031 SOURCE MsgQCreate.c 00032 SOURCE MsgQDelete.c 00033 SOURCE MsgQMaxCheck.c 00034 SOURCE MsgQRecv.c 00035 SOURCE MsgQSend.c 00036 SOURCE MsgQInternals.c 00037 00038 00039 USERINCLUDE ..\inc 00040 00041 SYSTEMINCLUDE \epoc32\include 00042 00043 // These are needed for including Open C headers 00044 SYSTEMINCLUDE \epoc32\include\stdapis 00045 00046 00047 LIBRARY libc.lib 00048 00049 LANG SC 00050 00051 // 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.