|
1 /* |
|
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 aknpictographinterface.h |
|
15 akniconsrvclient.h |
|
16 akniconutils.h |
|
17 akninternaliconutils.h |
|
18 * |
|
19 */ |
|
20 |
|
21 |
|
22 #include <data_caging_paths.hrh> |
|
23 #ifdef SBSV2 |
|
24 #include <platform_paths.hrh> |
|
25 #else // SBSV2 not defined |
|
26 #include <platform_paths.hrh> |
|
27 #endif // SBSV2 |
|
28 |
|
29 TARGET testsdkpictograph.dll |
|
30 TARGETTYPE dll |
|
31 UID 0x1000008D 0x2001CB80 |
|
32 |
|
33 CAPABILITY ALL -TCB |
|
34 |
|
35 DEFFILE testsdkpictograph.def |
|
36 |
|
37 #ifdef SBSV2 |
|
38 USERINCLUDE ../inc |
|
39 |
|
40 MW_LAYER_SYSTEMINCLUDE |
|
41 |
|
42 SOURCEPATH ../src |
|
43 #else // SBSV2 not defined |
|
44 USERINCLUDE ../inc |
|
45 |
|
46 MW_LAYER_SYSTEMINCLUDE |
|
47 |
|
48 SOURCEPATH ../src |
|
49 #endif // SBSV2 |
|
50 |
|
51 SOURCE testsdkpictograph.cpp |
|
52 SOURCE testsdkpictographblocks.cpp |
|
53 SOURCE testsdkpictographblocksint.cpp |
|
54 SOURCE testsdkpictographblocksiconsrv.cpp |
|
55 SOURCE testsdkpictographblocksiconutil.cpp |
|
56 SOURCE testsdkpictographblocksintiu.cpp |
|
57 SOURCE aknpictographdrawerinterfaceext.cpp |
|
58 SOURCE testsdkpictographcontrol.cpp |
|
59 SOURCE akniconutilsext.cpp |
|
60 |
|
61 LIBRARY euser.lib |
|
62 LIBRARY stiftestinterface.lib |
|
63 LIBRARY stiftestengine.lib |
|
64 LIBRARY cone.lib |
|
65 LIBRARY aknpictograph.lib |
|
66 LIBRARY aknicon.lib |
|
67 LIBRARY eikcore.lib |
|
68 LIBRARY efsrv.lib |
|
69 LIBRARY aknskins.lib |
|
70 LIBRARY aknskinsrv.lib |
|
71 LIBRARY aknswallpaperutils.lib |
|
72 LIBRARY fbscli.lib |
|
73 LIBRARY featmgr.lib |
|
74 |
|
75 |
|
76 LANG SC |
|
77 |
|
78 // End of File |