|
1 /* |
|
2 * Copyright (c) 2002 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 "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: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET dossrv.dll |
|
22 TARGETTYPE DLL |
|
23 UID 0x1000008D 0x10205051 |
|
24 VENDORID VID_DEFAULT |
|
25 |
|
26 CAPABILITY CAP_GENERAL_DLL NetworkControl |
|
27 |
|
28 |
|
29 #if defined( ARMCC ) |
|
30 deffile ../eabi/startup_flag/dossrv.DEF |
|
31 #elif defined( WINSCW ) |
|
32 deffile ../bwins/startup_flag/dossrv.DEF |
|
33 #endif |
|
34 |
|
35 LANG SC |
|
36 SOURCEPATH ../src |
|
37 USERINCLUDE ../inc |
|
38 |
|
39 // Temporary exceptional solution |
|
40 OS_LAYER_SYSTEMINCLUDE |
|
41 |
|
42 SOURCE dosserver.cpp |
|
43 SOURCE dossession.cpp |
|
44 SOURCE doseventmanagerbase.cpp |
|
45 SOURCE doseventmanager.cpp |
|
46 SOURCE dosasyncexecbase.cpp |
|
47 SOURCE dosevent.cpp |
|
48 SOURCE doswaitingevent.cpp |
|
49 SOURCE dosservice.cpp |
|
50 |
|
51 //Service modules |
|
52 |
|
53 SOURCE doseventrcvservice.cpp |
|
54 SOURCE doseventsndservice.cpp |
|
55 SOURCE dosextensionbase.cpp |
|
56 |
|
57 SOURCE dosshareddatabase.cpp |
|
58 SOURCE shareddatafilesystemnotifier.cpp |
|
59 |
|
60 source sae.cpp |
|
61 source saepubsubnotifier.cpp |
|
62 source saeetelobserver.cpp |
|
63 source saegprsavailabilityobs.cpp |
|
64 |
|
65 source SaeSignalStrengthObserver.cpp |
|
66 source SaeThread.cpp |
|
67 |
|
68 LIBRARY euser.lib |
|
69 LIBRARY efsrv.lib |
|
70 LIBRARY bluetooth.lib // BT type definitions |
|
71 |
|
72 library etel.lib |
|
73 library etelmm.lib |
|
74 library etelpckt.lib |
|
75 |
|
76 MACRO API_TRACE_FLAG |
|
77 MACRO COMPONENT_TRACE_FLAG |
|
78 |
|
79 SMPSAFE |