equal
deleted
inserted
replaced
16 */ |
16 */ |
17 |
17 |
18 #include "../../tsrcutils/eunitcommon/eunittstdllbase.hrh" |
18 #include "../../tsrcutils/eunitcommon/eunittstdllbase.hrh" |
19 #include "../../tsrcutils/processmaster/pm.h" |
19 #include "../../tsrcutils/processmaster/pm.h" |
20 |
20 |
21 #include<platform_paths.hrh> |
|
22 #include<eunitcaps.h> |
|
23 TARGET t_sessionmng.dll |
21 TARGET t_sessionmng.dll |
24 CAPABILITY EUNIT_CAPS |
|
25 |
22 |
26 SOURCEPATH . |
23 SOURCEPATH . |
27 SOURCE t_sessionmng.cpp |
24 SOURCE t_sessionmng.cpp |
28 |
25 |
29 USERINCLUDE ../../../core/srcdatamodel |
26 USERINCLUDE ../../../core/srcdatamodel |
34 USERINCLUDE ../../../presence/srcpresencedatamodel/presencepublishing |
31 USERINCLUDE ../../../presence/srcpresencedatamodel/presencepublishing |
35 USERINCLUDE ../../../presence/srcpresencedatamodel/presenceinfo |
32 USERINCLUDE ../../../presence/srcpresencedatamodel/presenceinfo |
36 USERINCLUDE ../../../core/srcutils |
33 USERINCLUDE ../../../core/srcutils |
37 USERINCLUDE ../../tsrcprotocols |
34 USERINCLUDE ../../tsrcprotocols |
38 |
35 |
39 #if defined ( OS_LAYER_SYSTEMINCLUDE ) |
|
40 OS_LAYER_SYSTEMINCLUDE |
|
41 #else |
|
42 SYSTEMINCLUDE /epoc32/include |
|
43 #endif |
|
44 |
|
45 #if defined ( APP_LAYER_SYSTEMINCLUDE ) |
|
46 APP_LAYER_SYSTEMINCLUDE |
|
47 #else |
|
48 SYSTEMINCLUDE \epoc32\include |
|
49 #endif |
|
50 |
36 |
51 LIBRARY ecom.lib |
37 LIBRARY ecom.lib |
52 LIBRARY bafl.lib |
38 LIBRARY bafl.lib |
53 LIBRARY ximpdatamodel.lib |
39 LIBRARY ximpdatamodel.lib |
54 LIBRARY presencedatamodel.lib |
40 LIBRARY presencedatamodel.lib |
55 LIBRARY estor.lib |
|
56 LIBRARY ximputils.lib |
|
57 LIBRARY eunit.lib |
|
58 LIBRARY eunitutil.lib |
|
59 LIBRARY euser.lib |
|
60 |
41 |
61 // end of file |
42 // end of file |
62 |
43 |
63 |
44 |