|
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: Project definition file. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET AKNSKINSRV.dll |
|
22 TARGETTYPE DLL |
|
23 UID 0x1000008D 0x10005A35 |
|
24 |
|
25 CAPABILITY CAP_GENERAL_DLL |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 #ifdef __VFP_HW_SUPPORT |
|
29 OPTION ARMCC --fpu vfpv2 --fpmode fast |
|
30 #endif |
|
31 |
|
32 USERINCLUDE . ../srvinc |
|
33 USERINCLUDE ../inc |
|
34 |
|
35 // This is a SYSTEMINCLUDE macro containing the middleware |
|
36 // layer specific include directories |
|
37 MW_LAYER_SYSTEMINCLUDE |
|
38 |
|
39 SYSTEMINCLUDE ../../../inc |
|
40 SYSTEMINCLUDE ../../inc |
|
41 SYSTEMINCLUDE /epoc32/include/caf |
|
42 SYSTEMINCLUDE /epoc32/include/connect |
|
43 |
|
44 LIBRARY euser.lib |
|
45 LIBRARY bafl.lib |
|
46 LIBRARY efsrv.lib |
|
47 LIBRARY fbscli.lib |
|
48 LIBRARY drmhelper.lib |
|
49 LIBRARY ImageConversion.lib |
|
50 LIBRARY BitmapTransforms.lib |
|
51 LIBRARY bitgdi.lib |
|
52 LIBRARY SvgEngine.lib |
|
53 LIBRARY gdi.lib |
|
54 LIBRARY hal.lib |
|
55 |
|
56 LIBRARY DrmRights.lib |
|
57 |
|
58 LIBRARY caf.lib |
|
59 LIBRARY cafutils.lib |
|
60 |
|
61 LIBRARY CentralRepository.lib |
|
62 LIBRARY CenRepNotifHandler.lib |
|
63 |
|
64 LIBRARY xmlframework.lib |
|
65 LIBRARY ws32.lib |
|
66 LIBRARY ecom.lib |
|
67 |
|
68 LIBRARY abclient.lib |
|
69 LIBRARY sbeclient.lib |
|
70 LIBRARY PlatformEnv.lib |
|
71 LIBRARY disknotifyhandler.lib |
|
72 LIBRARY platformver.lib |
|
73 |
|
74 LIBRARY apgrfx.lib |
|
75 LIBRARY IclExtJpegApi.lib |
|
76 LIBRARY avkon.lib |
|
77 LIBRARY AknIcon.lib |
|
78 |
|
79 SOURCEPATH ../srvsrc |
|
80 SOURCE AknsSrvClient.cpp |
|
81 SOURCE AknsSkinChangeHandler.cpp |
|
82 SOURCE AknsSrv.cpp |
|
83 SOURCE AknsSrvScheduler.cpp |
|
84 SOURCE AknsSrvSession.cpp |
|
85 SOURCE AknsSrvSettings.cpp |
|
86 SOURCE AknsItemDef.cpp |
|
87 SOURCE AknsItemID.cpp |
|
88 SOURCE AknsSrvSkinInformationPkg.cpp |
|
89 SOURCE AknsSrvUtils.cpp |
|
90 SOURCE AknsSrvFileBuffer.cpp |
|
91 SOURCE AknsPkgID.cpp |
|
92 SOURCE AknsSrvExclusion.cpp |
|
93 SOURCE AknsSrvBitmapStore.cpp |
|
94 SOURCE AknsSrvChunkMaintainer.cpp |
|
95 SOURCE AknsSrvChunkMaintainer2.cpp |
|
96 SOURCE AknsSrvChunkLookup.cpp |
|
97 SOURCE aknssrvinstallobserver.cpp |
|
98 SOURCE aknssrvwallpaperscaling.cpp |
|
99 SOURCE tfxconfigparser.cpp |
|
100 SOURCE aknssrvactivebackupdataclient.cpp |
|
101 SOURCE aknssrvactivedataowner.cpp |
|
102 SOURCE aknssrvwallpapertimer.cpp |
|
103 SOURCE AknsDriveMaster.cpp |
|
104 SOURCE aknssrviconconfigmap.cpp |
|
105 SOURCE AknsSrvWallpaperCache.cpp |
|
106 |
|
107 // ============================================================================ |
|
108 // Target-specific DEF files |
|
109 // ============================================================================ |
|
110 |
|
111 #if defined(ARMCC) |
|
112 deffile ../EABI/ |
|
113 #elif defined(WINSCW) |
|
114 deffile ../BWINSCW/ |
|
115 #elif defined(WINS) |
|
116 deffile ../bwins/ |
|
117 #else |
|
118 deffile ../bmarm/ |
|
119 #endif |
|
120 |
|
121 // End of File |