51
|
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: prfwtestdlluids dll mmp file
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
#include<platform_paths.hrh>
|
|
19 |
#include<eunitcaps.h>
|
|
20 |
|
|
21 |
#include "prfwtestdlluids.hrh"
|
|
22 |
|
|
23 |
TARGET prfwtestcaseutils.dll
|
|
24 |
TARGETTYPE dll
|
|
25 |
UID PRFWTEST_DLL_UID_STATIC_INTERFACE PRFWTEST_DLL_UID_COMMON
|
|
26 |
|
|
27 |
//CAPABILITY ALL -TCB -DRM
|
|
28 |
CAPABILITY EUNIT_CAPS
|
|
29 |
VENDORID VID_DEFAULT
|
|
30 |
|
|
31 |
|
|
32 |
SOURCEPATH .
|
|
33 |
SOURCE prfwteststatuseventlistener.cpp
|
|
34 |
SOURCE prfwtestmessenger.cpp
|
|
35 |
SOURCE prfwtestfilesrvmsg.cpp
|
|
36 |
SOURCE prfwtestfiletool.cpp
|
|
37 |
SOURCE prfwtestcontextwrapper.cpp
|
|
38 |
SOURCE prfwtestcontextwrappermgr.cpp
|
|
39 |
SOURCE prfwgeneralwaiter.cpp
|
|
40 |
SOURCE prfwtestpresencedatautils.cpp
|
|
41 |
SOURCE prfwtestlistener.cpp
|
|
42 |
SOURCE prfwtestwaithelper.cpp
|
|
43 |
SOURCE prfwtesteventfactory.cpp
|
|
44 |
|
|
45 |
USERINCLUDE ../../../core/srcdatamodel
|
|
46 |
USERINCLUDE ../../../presence/srcpresencedatamodel
|
|
47 |
USERINCLUDE ../../../presence/srcpresencedatamodel/presentitygroups
|
|
48 |
USERINCLUDE ../../../presence/srcpresencedatamodel/presencewatching
|
|
49 |
USERINCLUDE ../../../presence/srcpresencedatamodel/presenceauthorization
|
|
50 |
USERINCLUDE ../../../presence/srcpresencedatamodel/presencepublishing
|
|
51 |
USERINCLUDE ../../../presence/srcpresencedatamodel/presenceinfo
|
|
52 |
USERINCLUDE ../../../core/srcutils
|
|
53 |
|
|
54 |
|
|
55 |
USERINCLUDE ../../../core/srcclient
|
|
56 |
USERINCLUDE ../../../core/srcpscserver
|
|
57 |
USERINCLUDE ../../../core/srcrootserver
|
|
58 |
|
|
59 |
USERINCLUDE .
|
|
60 |
USERINCLUDE ../../tsrcutils/eunitcommon
|
|
61 |
USERINCLUDE ../../tsrcutils/processmaster
|
|
62 |
USERINCLUDE ../../tsrcprotocols
|
|
63 |
|
|
64 |
|
|
65 |
// TODO remove unnecessary
|
|
66 |
#if defined ( OS_LAYER_SYSTEMINCLUDE )
|
|
67 |
OS_LAYER_SYSTEMINCLUDE
|
|
68 |
#else
|
|
69 |
SYSTEMINCLUDE /epoc32/include
|
|
70 |
#endif
|
|
71 |
|
|
72 |
#if defined ( APP_LAYER_SYSTEMINCLUDE )
|
|
73 |
APP_LAYER_SYSTEMINCLUDE
|
|
74 |
#else
|
|
75 |
SYSTEMINCLUDE \epoc32\include
|
|
76 |
#endif
|
|
77 |
SYSTEMINCLUDE ../../../inc/core/base
|
|
78 |
SYSTEMINCLUDE ../../../inc/core/datamodel
|
|
79 |
SYSTEMINCLUDE ../../../inc/core/protocolplugin
|
|
80 |
SYSTEMINCLUDE ../../../inc/core/protocolpluginhost
|
|
81 |
SYSTEMINCLUDE ../../../inc/presence/presencedatamodel
|
|
82 |
SYSTEMINCLUDE ../../../inc/presence/presencemanagement
|
|
83 |
SYSTEMINCLUDE ../../../inc/presence/presenceprotocolplugin
|
|
84 |
SYSTEMINCLUDE ../../../inc/presence/presenceprotocolpluginhost
|
|
85 |
|
|
86 |
SYSTEMINCLUDE /epoc32/include/platform/digia/eunit
|
|
87 |
MW_LAYER_SYSTEMINCLUDE
|
|
88 |
|
|
89 |
|
|
90 |
LIBRARY ecom.lib
|
|
91 |
LIBRARY bafl.lib
|
|
92 |
LIBRARY euser.lib
|
|
93 |
LIBRARY estor.lib
|
|
94 |
LIBRARY efsrv.lib
|
|
95 |
LIBRARY eunit.lib
|
|
96 |
LIBRARY eunitutil.lib
|
|
97 |
LIBRARY ximpsrvclient.lib
|
|
98 |
LIBRARY ximpdatamodel.lib
|
|
99 |
LIBRARY presencedatamodel.lib
|
|
100 |
LIBRARY ximputils.lib
|
|
101 |
LIBRARY aknnotify.lib
|
|
102 |
LIBRARY eiksrv.lib
|
|
103 |
|
|
104 |
EXPORTUNFROZEN
|
|
105 |
|
|
106 |
// end of file
|
|
107 |
|
|
108 |
|