1 /* |
|
2 * Copyright (c) 2005 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: This is project specification for GS Background Image DLL |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 // Capability assignment. |
|
23 CAPABILITY CAP_GENERAL_DLL DRM |
|
24 |
|
25 TARGET backgroundimage.dll |
|
26 TARGETTYPE DLL |
|
27 UID 0x1000008d 0x101FD68C |
|
28 |
|
29 // This defines that the CGSModel uses IETD to enhance |
|
30 // background and welcome note image while loading/processing. |
|
31 MACRO __USE_IETD__ |
|
32 |
|
33 SOURCEPATH Src |
|
34 SOURCE BackgroundImage.cpp |
|
35 SOURCE GsAsyncImageHandling.cpp |
|
36 |
|
37 USERINCLUDE . |
|
38 USERINCLUDE .. |
|
39 USERINCLUDE Inc |
|
40 USERINCLUDE ../Logger |
|
41 USERINCLUDE ../Cenrep |
|
42 |
|
43 //System include paths |
|
44 // Default system include paths for middleware layer modules. |
|
45 MW_LAYER_SYSTEMINCLUDE |
|
46 |
|
47 // Libraries required by framework |
|
48 LIBRARY bafl.lib |
|
49 LIBRARY euser.lib |
|
50 LIBRARY cone.lib |
|
51 LIBRARY apparc.lib |
|
52 |
|
53 // Libraries for model |
|
54 LIBRARY commonengine.lib // shareddata |
|
55 LIBRARY efsrv.lib |
|
56 LIBRARY estor.lib |
|
57 LIBRARY mediaclientimage.lib // media server |
|
58 LIBRARY sysutil.lib // memory CL check |
|
59 LIBRARY fbscli.lib |
|
60 LIBRARY apgrfx.lib // for Personalization app |
|
61 LIBRARY drmcommon.lib |
|
62 LIBRARY bitgdi.lib |
|
63 LIBRARY cdlengine.lib //Scalable UI |
|
64 LIBRARY imageconversion.lib //for image handling |
|
65 LIBRARY avkon.lib |
|
66 LIBRARY eikcore.lib |
|
67 LIBRARY centralrepository.lib |
|
68 LIBRARY phoneclient.lib |
|
69 LIBRARY aknlayout2.lib |
|
70 LIBRARY flogger.lib //tracing |
|
71 LIBRARY drmparsers.lib |
|
72 LIBRARY bitmaptransforms.lib //bitmap scaling |
|
73 |
|