00001 /* 00002 * ============================================================================== 00003 * Name : MessageQueueClient.mmp 00004 * Part of : Open C / MessageQueuClient 00005 * 00006 * Description : Test Code for 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 OpenCMessageQueueClient.exe 00018 TARGETTYPE EXE 00019 UID 0x100039CE 0xA0001320 00020 00021 00022 SOURCEPATH ..\data 00023 START RESOURCE OpenCMessageQueueClient_reg.rss 00024 #ifdef WINSCW 00025 TARGETPATH \private\10003a3f\apps 00026 #else 00027 TARGETPATH \private\10003a3f\import\apps 00028 #endif 00029 END //RESOURCE 00030 00031 CAPABILITY NONE 00032 VENDORID 0 00033 00034 SOURCEPATH ..\src 00035 SOURCE MsgQClient.c 00036 00037 //header Include for using messge q library 00038 USERINCLUDE ..\..\engine\inc 00039 00040 SYSTEMINCLUDE \epoc32\include 00041 SYSTEMINCLUDE \epoc32\include\stdapis 00042 00043 // Using main() as entry point 00044 STATICLIBRARY libcrt0.lib 00045 LIBRARY euser.lib 00046 LIBRARY libc.lib 00047 LIBRARY libpthread.lib 00048 LIBRARY OpenCMessageQueueLibrary.lib 00049 00050 LANG SC 00051 00052 // 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.