|
1 /*TYPE TESTCLASS*//* |
|
2 * Copyright (c) 2002 - 2007 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: Test EIKINFO.H EIKPROGI.H AknNoteDialog.h aknnotewrappers.h |
|
15 * AknProgressDialog.h aknprogresstimer.h AknStaticNoteDialog.h |
|
16 * aknwaitdialog.h AknWaitNoteWrapper.h aknnotecontrol.h |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 #include <data_caging_paths.hrh> |
|
22 #ifdef SBSV2 |
|
23 #include <platform_paths.hrh> |
|
24 #else // SBSV2 not defined |
|
25 #include <platform_paths.hrh> |
|
26 #endif // SBSV2 |
|
27 |
|
28 TARGET testsdknotes.dll |
|
29 TARGETTYPE dll |
|
30 UID 0x1000008D 0x2001CB80 |
|
31 |
|
32 CAPABILITY ALL -TCB |
|
33 |
|
34 DEFFILE testsdknotes.def |
|
35 |
|
36 #ifdef SBSV2 |
|
37 SOURCEPATH ../data |
|
38 START RESOURCE testsdknotes.rss |
|
39 HEADER |
|
40 TARGETPATH RESOURCE_FILES_DIR |
|
41 END |
|
42 #else // SBSV2 not defined |
|
43 SOURCEPATH ../data |
|
44 START RESOURCE testsdknotes.rss |
|
45 HEADER |
|
46 TARGETPATH RESOURCE_FILES_DIR |
|
47 END |
|
48 #endif // SBSV2 |
|
49 |
|
50 #ifdef SBSV2 |
|
51 USERINCLUDE ../inc |
|
52 |
|
53 MW_LAYER_SYSTEMINCLUDE |
|
54 |
|
55 SOURCEPATH ../src |
|
56 #else // SBSV2 not defined |
|
57 USERINCLUDE ../inc |
|
58 |
|
59 MW_LAYER_SYSTEMINCLUDE |
|
60 |
|
61 SOURCEPATH ../src |
|
62 #endif // SBSV2 |
|
63 |
|
64 |
|
65 SOURCE testsdknotes.cpp |
|
66 SOURCE testsdknotesblocks.cpp |
|
67 SOURCE testsdknotesnotecontrol.cpp |
|
68 SOURCE testsdknotesblocksand.cpp |
|
69 SOURCE testsdknotesblockseikinfo.cpp |
|
70 SOURCE testsdknotesblockseikprogi.cpp |
|
71 SOURCE testsdknotesblocksnw.cpp |
|
72 SOURCE testsdknotesblockspd.cpp |
|
73 SOURCE testsdknotesblockssdn.cpp |
|
74 SOURCE testsdknotesblockswd.cpp |
|
75 SOURCE testsdknotesblockswnw.cpp |
|
76 SOURCE testsdknotesblocksnc.cpp |
|
77 SOURCE testsdknotesprogressinfo.cpp |
|
78 SOURCE testsdknotesnotedialog.cpp |
|
79 SOURCE testsdknotesprogressdialog.cpp |
|
80 SOURCE testsdknotesstaticnotedialog.cpp |
|
81 SOURCE testsdknotesbackgroundprocess.cpp |
|
82 SOURCE testsdknotescontrol.cpp |
|
83 |
|
84 |
|
85 LIBRARY euser.lib |
|
86 LIBRARY stiftestinterface.lib |
|
87 LIBRARY stiftestengine.lib |
|
88 LIBRARY avkon.lib |
|
89 LIBRARY eikcdlg.lib |
|
90 LIBRARY eikctl.lib |
|
91 LIBRARY bafl.lib |
|
92 LIBRARY cone.lib |
|
93 LIBRARY egul.lib |
|
94 LIBRARY eikcoctl.lib |
|
95 LIBRARY estor.lib |
|
96 LIBRARY eikdlg.lib |
|
97 LIBRARY ws32.lib |
|
98 LIBRARY form.lib |
|
99 LIBRARY uiklaf.lib |
|
100 LIBRARY eikcore.lib |
|
101 LIBRARY Lbs.lib |
|
102 LIBRARY insock.lib |
|
103 LIBRARY fepbase.lib |
|
104 LIBRARY etext.lib |
|
105 LIBRARY field.lib |
|
106 LIBRARY efsrv.lib |
|
107 LIBRARY gdi.lib |
|
108 LIBRARY aknskins.lib |
|
109 LIBRARY aknskinsrv.lib |
|
110 LIBRARY aknswallpaperutils.lib |
|
111 LIBRARY fbscli.lib |
|
112 LIBRARY print.lib |
|
113 |
|
114 LANG SC |
|
115 |
|
116 // End of File |