|
1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // Common utilities to be used in root server environment |
|
15 // serverden.dll |
|
16 // |
|
17 // |
|
18 |
|
19 /** |
|
20 @file |
|
21 */ |
|
22 |
|
23 TARGET serverden.dll |
|
24 TARGETTYPE DLL |
|
25 |
|
26 // speed optimisations |
|
27 #ifdef MARM_ARMV5 |
|
28 OPTION ARMCC -O3 -Otime |
|
29 #endif |
|
30 |
|
31 |
|
32 // UID: CommsServerModuleDll Den |
|
33 UID 0x101f7417 0x10285ada |
|
34 VENDORID 0x70000001 |
|
35 |
|
36 SOURCEPATH ../src |
|
37 SOURCE sd_apiextension.cpp |
|
38 SOURCE sd_apiextensionclient.cpp |
|
39 SOURCE sd_apiextensionregister.cpp |
|
40 SOURCE sd_apiextensionrouting.cpp |
|
41 SOURCE sd_dealer.cpp |
|
42 SOURCE sd_log.cpp |
|
43 SOURCE sd_mintercept.cpp |
|
44 SOURCE sd_minterceptmsgs.cpp |
|
45 SOURCE sd_objectbroker.cpp |
|
46 SOURCE sd_pitboss.cpp |
|
47 SOURCE sd_player.cpp |
|
48 SOURCE sd_server.cpp |
|
49 SOURCE sd_workersession.cpp |
|
50 SOURCE sd_workerthread.cpp |
|
51 SOURCE sd_safemessage.cpp |
|
52 |
|
53 USERINCLUDE ../inc |
|
54 |
|
55 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
56 |
|
57 LIBRARY euser.lib |
|
58 LIBRARY ecom.lib |
|
59 LIBRARY efsrv.lib |
|
60 LIBRARY commsfw.lib |
|
61 LIBRARY nodemessages.lib |
|
62 LIBRARY factories.lib |
|
63 LIBRARY virtualconstructors.lib |
|
64 LIBRARY netmeta.lib |
|
65 LIBRARY responsemsg.lib |
|
66 LIBRARY netinterfaces.lib |
|
67 |
|
68 deffile serverden.def |
|
69 |
|
70 //MI support |
|
71 #include "sd_mintercept.mmh" |
|
72 |
|
73 CAPABILITY All -Tcb |
|
74 |
|
75 UNPAGED |
|
76 |
|
77 SMPSAFE |
|
78 |