00001 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). 00002 // All rights reserved. 00003 // License: "Symbian Foundation License v1.0" to Symbian Foundation 00004 // members and "Symbian Foundation End User License Agreement v1.0" 00005 // to non-members at the URL 00006 // "http://www.symbianfoundation.org/legal/licencesv10.html". 00007 // 00008 // 00009 // Initial Contributors: 00010 // Nokia Corporation - initial contribution. 00011 // 00012 // Contributors: 00013 // 00014 // Description:project specification file for SemaphoreExample. 00015 // 00016 00017 TARGET semaphoreexample.exe 00018 TARGETTYPE exe 00019 UID 0 0xE80000FA 00020 00021 SYSTEMINCLUDE /epoc32/include 00022 SYSTEMINCLUDE /epoc32/include/platform 00023 00024 LIBRARY edbms.lib estor.lib econs.lib euser.lib efsrv.lib 00025 00026 USERINCLUDE ../inc 00027 SOURCEPATH ../src 00028 SOURCE SemaphoreExample.cpp CDatabase.cpp 00029 00030 //Enable the following macro to use semaphore for thread synchronization. 00031 //MACRO USE_SEMAPHORE