examples/Base/SemaphoreExample/group/SemaphoreExample.mmp

00001 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
00002 // All rights reserved.
00003 // This component and the accompanying materials are made available
00004 // under the terms of "Eclipse Public License v1.0"
00005 // which accompanies this distribution, and is available
00006 // at the URL "http://www.eclipse.org/legal/epl-v10.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 OS_LAYER_SYSTEMINCLUDE
00022 
00023 LIBRARY edbms.lib estor.lib econs.lib euser.lib efsrv.lib
00024 
00025 USERINCLUDE      ../inc
00026 SOURCEPATH ../src
00027 SOURCE SemaphoreExample.cpp CDatabase.cpp
00028 
00029 //Enable the following macro to use semaphore for thread synchronization. 
00030 //MACRO USE_SEMAPHORE
00031 
00032 SMPSAFE

Generated by  doxygen 1.6.2