|
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 the License "Symbian Foundation License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: test AknsBasicBackgroundControlContext.h AknsControlContext.h |
|
15 * AknsDataContext.h AknsDrawUtils.h AknsItemData.h |
|
16 * AknsFrameBackgroundControlContext.h AknsItemID.h |
|
17 * AknsLayeredBackgroundControlContext.h |
|
18 * AknsListBoxBackgroundControlContext.h |
|
19 * AknsRlEffectContext.h AknsRlParameter.h |
|
20 * AknsSkinInstance.h AknsUtils.h AknsWallpaperUtils.h |
|
21 * |
|
22 */ |
|
23 |
|
24 |
|
25 #include <data_caging_paths.hrh> |
|
26 #ifdef SBSV2 |
|
27 #include <platform_paths.hrh> |
|
28 #else // SBSV2 not defined |
|
29 #include <platform_paths.hrh> |
|
30 #endif // SBSV2 |
|
31 |
|
32 TARGET testsdkskins.dll |
|
33 TARGETTYPE dll |
|
34 UID 0x1000008D 0x2001CB80 |
|
35 |
|
36 CAPABILITY ALL -TCB |
|
37 |
|
38 DEFFILE testsdkskins.def |
|
39 |
|
40 #ifdef SBSV2 |
|
41 USERINCLUDE ../inc |
|
42 |
|
43 MW_LAYER_SYSTEMINCLUDE |
|
44 |
|
45 SOURCEPATH ../src |
|
46 #else // SBSV2 not defined |
|
47 USERINCLUDE ../inc |
|
48 |
|
49 MW_LAYER_SYSTEMINCLUDE |
|
50 |
|
51 SOURCEPATH ../src |
|
52 #endif // SBSV2 |
|
53 |
|
54 SOURCE testsdkskins.cpp |
|
55 SOURCE testsdkskinsblocks.cpp |
|
56 SOURCE testsdkskinsblocksbbcc.cpp |
|
57 SOURCE testsdkskinsblockscc.cpp |
|
58 SOURCE testsdkskinsblocksdc.cpp |
|
59 SOURCE testsdkskinsblocksdu.cpp |
|
60 SOURCE testsdkskinsobjectprovider.cpp |
|
61 SOURCE testsdkskinscontrol.cpp |
|
62 SOURCE testsdkskinsblocksfbcc.cpp |
|
63 SOURCE testsdkskinsblocksid.cpp |
|
64 SOURCE testsdkskinsblocksii.cpp |
|
65 SOURCE testsdkskinsblockslbcc.cpp |
|
66 SOURCE testsdkskinsblockslbbcc.cpp |
|
67 SOURCE testsdkskinsblockswu.cpp |
|
68 SOURCE testsdkskinsblocksu.cpp |
|
69 |
|
70 LIBRARY euser.lib |
|
71 LIBRARY cone.lib |
|
72 LIBRARY stiftestinterface.lib |
|
73 LIBRARY stiftestengine.lib |
|
74 LIBRARY aknskins.lib |
|
75 LIBRARY aknskinsrv.lib |
|
76 LIBRARY aknswallpaperutils.lib |
|
77 LIBRARY eikcore.lib |
|
78 LIBRARY fbscli.lib |
|
79 LIBRARY bafl.lib |
|
80 LIBRARY eikdlg.lib |
|
81 LIBRARY apgrfx.lib |
|
82 LIBRARY efsrv.lib |
|
83 |
|
84 LANG SC |
|
85 |
|
86 // End of File |