|
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: XIMP Framework Test Code |
|
15 * |
|
16 */ |
|
17 |
|
18 #include "../../tsrcutils/eunitcommon/eunittstdllbase.hrh" |
|
19 #include "../../tsrcutils/processmaster/pm.h" |
|
20 |
|
21 TARGET t_presencegrantrequestmngt.dll |
|
22 |
|
23 SOURCEPATH . |
|
24 SOURCE t_presencegrantrequestmngt.cpp |
|
25 |
|
26 |
|
27 USERINCLUDE ../../../core/srcdatamodel |
|
28 USERINCLUDE ../../../presence/srcpresencedatamodel |
|
29 USERINCLUDE ../../../presence/srcpresencedatamodel/presentitygroups |
|
30 USERINCLUDE ../../../presence/srcpresencedatamodel/presencewatching |
|
31 USERINCLUDE ../../../presence/srcpresencedatamodel/presenceauthorization |
|
32 USERINCLUDE ../../../presence/srcpresencedatamodel/presencepublishing |
|
33 USERINCLUDE ../../../presence/srcpresencedatamodel/presenceinfo |
|
34 USERINCLUDE ../../../core/srcutils |
|
35 |
|
36 // TODO remove unnecessary |
|
37 SYSTEMINCLUDE ../../../inc/core/base |
|
38 SYSTEMINCLUDE ../../../inc/core/datamodel |
|
39 SYSTEMINCLUDE ../../../inc/core/protocolplugin |
|
40 SYSTEMINCLUDE ../../../inc/core/protocolpluginhost |
|
41 SYSTEMINCLUDE ../../../inc/presence/presencedatamodel |
|
42 SYSTEMINCLUDE ../../../inc/presence/presencemanagement |
|
43 SYSTEMINCLUDE ../../../inc/presence/presenceprotocolplugin |
|
44 SYSTEMINCLUDE ../../../inc/presence/presenceprotocolpluginhost |
|
45 |
|
46 LIBRARY ecom.lib |
|
47 LIBRARY bafl.lib |
|
48 LIBRARY ximpdatamodel.lib |
|
49 LIBRARY presencedatamodel.lib |
|
50 LIBRARY ximputils.lib |
|
51 LIBRARY estor.lib |
|
52 |
|
53 |
|
54 // end of file |
|
55 |
|
56 |