|
1 /* |
|
2 * Copyright (c) 2004 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: Presence Janitor 2 project definition. |
|
15 * |
|
16 */ |
|
17 |
|
18 // To get the APP_LAYER_SYSTEMINCLUDE-definition |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 #include "../../Group/PEngUIDs2.h" |
|
22 |
|
23 |
|
24 TARGET PEngJanitor2.dll |
|
25 TARGETTYPE PLUGIN |
|
26 UID 0x10009D8D KPEngPresenceJanitor2Uid3 |
|
27 VENDORID VID_DEFAULT |
|
28 CAPABILITY CAP_ECOM_PLUGIN |
|
29 |
|
30 //ECOM RESOURCE |
|
31 START RESOURCE ../Group/101FB0E5.rss |
|
32 |
|
33 TARGET PEngJanitor2.rsc |
|
34 END |
|
35 |
|
36 |
|
37 USERINCLUDE ../Src |
|
38 USERINCLUDE ../../CoreUtilsLib2/Inc |
|
39 USERINCLUDE ../../IncPresenceModel |
|
40 USERINCLUDE ../../IncApi |
|
41 |
|
42 SOURCEPATH ../Src |
|
43 SOURCE CPEngContact.cpp |
|
44 SOURCE CPEngContactMapper.cpp |
|
45 SOURCE CPEngListObserver.cpp |
|
46 SOURCE PEngContactIdTools.cpp |
|
47 SOURCE PEngJanitor2Dll.cpp |
|
48 SOURCE CPEngJanitorPlugin.cpp |
|
49 |
|
50 |
|
51 |
|
52 USERINCLUDE ../../Group |
|
53 // Default system include paths for application layer modules. |
|
54 APP_LAYER_SYSTEMINCLUDE |
|
55 SYSTEMINCLUDE ../../IncPlugin |
|
56 //Relative system include for groupcommunications/inc |
|
57 SYSTEMINCLUDE ../../../inc |
|
58 |
|
59 |
|
60 |
|
61 LIBRARY euser.lib |
|
62 LIBRARY bafl.lib |
|
63 LIBRARY cntmodel.lib |
|
64 LIBRARY PEngManager2.lib |
|
65 LIBRARY PEngCoreUtilsLib2.lib |
|
66 LIBRARY ecom.lib |
|
67 |
|
68 // End of file |