|
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: This is project specification file for the CalenSvrClient.dll. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 |
|
22 //Activate this macro to get traces |
|
23 //MACRO TRACE_ENTRY_EXIT_POINT |
|
24 //MACRO TRACE_MODULE_CALENSVRCLIENT |
|
25 |
|
26 //CodeTest macros |
|
27 //EPOCALLOWDLLDATA |
|
28 //EPOCDATALINKADDRESS 0x3FB00000 |
|
29 TARGET calensvrclient.dll |
|
30 TARGETTYPE DLL |
|
31 UID 0x1000008d 0x101F8722 |
|
32 |
|
33 USERINCLUDE ../inc |
|
34 USERINCLUDE ../../../inc |
|
35 USERINCLUDE ../../../cenrep // central repository headers |
|
36 USERINCLUDE ../../CalenShared/Inc |
|
37 |
|
38 SOURCEPATH ../src |
|
39 SOURCE CalSvrClient.cpp |
|
40 SOURCE CalSvrInitializer.cpp |
|
41 |
|
42 APP_LAYER_SYSTEMINCLUDE |
|
43 //organizer/inc |
|
44 SYSTEMINCLUDE ../../../inc |
|
45 LIBRARY euser.lib |
|
46 |
|
47 |
|
48 // Really neads following capabilities: |
|
49 // CAPABILITY |
|
50 // ProtServ // For accessing CalenSvr and Agenda Server |
|
51 // ReadDeviceData // For using central repository |
|
52 // WriteDeviceData // For using central repository |
|
53 // ReadUserData // For accessing Calendar db |
|
54 // WriteUserData // For accessing Calendar db |
|
55 CAPABILITY CAP_CLIENT_DLL |
|
56 VENDORID VID_DEFAULT |
|
57 |
|
58 |
|
59 // End of File |