|
1 /* |
|
2 * Copyright (c) 2005 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: Feeds server |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <data_caging_paths.hrh> |
|
20 #include <platform_paths.hrh> |
|
21 #include <platform/mw/Browser_platform_variant.hrh> |
|
22 |
|
23 CAPABILITY CAP_CLIENT_DLL |
|
24 VENDORID VID_DEFAULT |
|
25 |
|
26 TARGET FeedsServerClient.dll |
|
27 TARGETTYPE DLL |
|
28 UID 0x1000008d 0x1020728F |
|
29 |
|
30 #if defined(WINSCW) |
|
31 deffile Bwinscw/FeedsServerClient.def |
|
32 #elif defined(ARMCC) |
|
33 deffile EABI/FeedsServerClient.def |
|
34 #endif |
|
35 |
|
36 // uncomment to enable logs |
|
37 //MACRO _DEBUG |
|
38 //#define _DEBUG |
|
39 |
|
40 SOURCEPATH ../FeedsServer/Client/src |
|
41 SOURCE FeedsServerClient.cpp |
|
42 SOURCE ClientRequestHandlers.cpp |
|
43 |
|
44 SOURCE FeedsServerFeed.cpp |
|
45 SOURCE FeedRequestHandlers.cpp |
|
46 SOURCE Feed.cpp |
|
47 |
|
48 SOURCE FeedsServerFolderItem.cpp |
|
49 SOURCE FolderItemRequestHandlers.cpp |
|
50 SOURCE FolderItem.cpp |
|
51 SOURCE Item.cpp |
|
52 SOURCE Enclosure.cpp |
|
53 |
|
54 SOURCE RequestHandler.cpp |
|
55 |
|
56 |
|
57 // Utils sources |
|
58 SOURCEPATH ../FeedsServer/Common/src |
|
59 SOURCE LeakTracker.cpp |
|
60 SOURCE Packed.cpp |
|
61 SOURCE PackedFolder.cpp |
|
62 SOURCE PackedFeed.cpp |
|
63 |
|
64 |
|
65 USERINCLUDE ../FeedsServer/Client/inc |
|
66 USERINCLUDE ../FeedsServer/Common/inc |
|
67 USERINCLUDE ../../inc |
|
68 |
|
69 MW_LAYER_SYSTEMINCLUDE |
|
70 |
|
71 |
|
72 // Libraries |
|
73 LIBRARY euser.lib |
|
74 #if defined( _DEBUG ) |
|
75 LIBRARY flogger.lib |
|
76 #else |
|
77 DEBUGLIBRARY flogger.lib |
|
78 #endif |
|
79 LIBRARY FeedsServerApi.lib |
|
80 LIBRARY efsrv.lib |
|
81 LIBRARY estor.lib |
|
82 LIBRARY esock.lib |