|
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 "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: AlwaysOnline server mmp |
|
15 * |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET AlwaysOnlineManagerServer.dll |
|
23 TARGETTYPE dll |
|
24 UID 0x1000008d 0x101F85EB |
|
25 VENDORID VID_DEFAULT |
|
26 |
|
27 SOURCEPATH ../src |
|
28 USERINCLUDE ../../inc |
|
29 SOURCE AlwaysOnlineManagerServer.cpp |
|
30 SOURCE AlwaysOnlineManagerServerSession.cpp |
|
31 SOURCE AlwaysOnlineManager.cpp |
|
32 SOURCE AlwaysOnlineManagerDiskSpaceObserver.cpp |
|
33 SOURCE HandleServerCommandOperation.cpp |
|
34 SOURCE AOCommandParser.cpp |
|
35 SOURCE AOCenRepControl.cpp |
|
36 |
|
37 |
|
38 USERINCLUDE ../inc |
|
39 SYSTEMINCLUDE ../../../../inc |
|
40 MW_LAYER_SYSTEMINCLUDE |
|
41 |
|
42 LIBRARY euser.lib |
|
43 LIBRARY CommonEngine.lib |
|
44 LIBRARY ECom.lib |
|
45 LIBRARY connmon.lib |
|
46 LIBRARY efsrv.lib // RFs |
|
47 LIBRARY msgs.lib // Message Server |
|
48 LIBRARY muiuutils.lib |
|
49 LIBRARY CentralRepository.lib // Central Repository |
|
50 LIBRARY CenRepNotifHandler.lib // CenRep Notify Handler |
|
51 DEBUGLIBRARY flogger.lib |
|
52 |
|
53 CAPABILITY CAP_GENERAL_DLL |