diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/sigusr1_8mmp-source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/sigusr1_8mmp-source.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,45 @@ + +
+00001 // sigusr1.mmp +00002 // +00003 // Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). +00004 // All rights reserved. +00005 // This component and the accompanying materials are made available +00006 // under the terms of "Eclipse Public License v1.0" +00007 // which accompanies this distribution, and is available +00008 // at the URL "http://www.eclipse.org/legal/epl-v10.html". +00009 // +00010 // Initial Contributors: +00011 // Nokia Corporation - initial contribution. +00012 // +00013 // Contributors: +00014 // +00015 // Description: This is the project specification file for sigusr1. +00016 // +00017 +00018 TARGET sigusr1.exe +00019 TARGETTYPE exe +00020 UID 0 0xEB050079 +00021 +00022 SYSTEMINCLUDE /epoc32/include +00023 SYSTEMINCLUDE /epoc32/include/stdapis +00024 +00025 SOURCEPATH ../src +00026 SOURCE sigusr1.c +00027 +00028 LIBRARY euser.lib libc.lib +00029 +00030 STATICLIBRARY libcrt0.lib +00031 +00032 +00033 +