48
|
1 |
/*
|
|
2 |
* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
|
|
3 |
* All rights reserved.
|
|
4 |
* This component and the accompanying materials are made available
|
|
5 |
* under the terms of the License "Eclipse Public License v1.0"
|
|
6 |
* which accompanies this distribution, and is available
|
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
8 |
*
|
|
9 |
* Initial Contributors:
|
|
10 |
* Nokia Corporation - initial contribution.
|
|
11 |
*
|
|
12 |
* Contributors:
|
|
13 |
*
|
|
14 |
* Description: Project definition file*
|
|
15 |
*/
|
|
16 |
|
|
17 |
|
|
18 |
|
|
19 |
|
|
20 |
#include <platform_paths.hrh>
|
|
21 |
#include <bldvariant.hrh>
|
|
22 |
|
|
23 |
//OPTION ARMCC --asm --interleave
|
|
24 |
ALWAYS_BUILD_AS_ARM
|
|
25 |
|
|
26 |
TARGET cseschedulerserver.exe
|
|
27 |
#if !defined(__SERIES60_30__) && !defined(__SERIES60_31__) && !defined(__SERIES60_32__)
|
|
28 |
EPOCSTACKSIZE 0x10000
|
|
29 |
#else
|
|
30 |
EPOCSTACKSIZE 0x5000
|
|
31 |
#endif // !defined(__SERIES60_30__) && !defined(__SERIES60_31__) && !defined(__SERIES60_32__)
|
|
32 |
|
|
33 |
targettype exe
|
|
34 |
UID 0x1000008c 0x102750D6
|
|
35 |
VENDORID VID_DEFAULT
|
|
36 |
SECUREID 0x102750D6
|
|
37 |
CAPABILITY CAP_SERVER -DRM -AllFiles
|
|
38 |
|
|
39 |
SOURCEPATH ../src
|
|
40 |
SOURCE CCseSchedulerServer.cpp
|
|
41 |
SOURCE CCseScheduleDB.cpp
|
|
42 |
SOURCE CCseSchedulerTimer.cpp
|
|
43 |
SOURCE CCseSchedulerServerSession.cpp
|
|
44 |
SOURCE CCseSchedulerServerEngine.cpp
|
|
45 |
SOURCE CCseSchedulerPluginControllerBase.cpp
|
|
46 |
SOURCE CCseSchedulerUniPluginController.cpp
|
|
47 |
SOURCE CCseSchedulerMultiPluginController.cpp
|
|
48 |
SOURCE CCseSchedulerPluginStarter.cpp
|
|
49 |
SOURCE CCseSchedulerLandLord.cpp
|
|
50 |
SOURCE CCseSchedulerThreadPacket.cpp
|
|
51 |
SOURCE CCseSemaphoreController.cpp
|
|
52 |
SOURCEPATH ../data
|
|
53 |
|
|
54 |
START RESOURCE 102750D5.rss
|
|
55 |
END // RESOURCE
|
|
56 |
|
|
57 |
USERINCLUDE ../inc
|
|
58 |
USERINCLUDE ../../inc
|
|
59 |
|
|
60 |
MW_LAYER_SYSTEMINCLUDE
|
|
61 |
|
|
62 |
LIBRARY euser.lib
|
|
63 |
LIBRARY efsrv.lib
|
|
64 |
LIBRARY bafl.lib
|
|
65 |
LIBRARY flogger.lib
|
|
66 |
LIBRARY edbms.lib
|
|
67 |
LIBRARY ws32.lib
|
|
68 |
LIBRARY apgrfx.lib
|
|
69 |
LIBRARY apparc.lib
|
|
70 |
LIBRARY estor.lib
|
|
71 |
LIBRARY cseschedulerclient.lib
|
|
72 |
LIBRARY ecom.lib
|