equal
deleted
inserted
replaced
|
1 // Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // Licensed under US Patent No 4,558,302 and foreign counterparts |
|
15 // gifcodec.dll GIF codec plugin |
|
16 // |
|
17 // |
|
18 |
|
19 /** |
|
20 @file |
|
21 */ |
|
22 |
|
23 target gifcodec.dll |
|
24 CAPABILITY ALL -TCB |
|
25 targettype plugin |
|
26 |
|
27 // ECom Dll recognition UID followed by the unique UID for this dll |
|
28 UID 0x10009D8D 0x101F45B1 |
|
29 VENDORID 0x70000001 |
|
30 |
|
31 USERINCLUDE ../codecs/GifCodec |
|
32 USERINCLUDE ../../../imagingandcamerafws/imagingfws/inc |
|
33 USERINCLUDE ../../../imagingandcamerafws/imagingfws/src |
|
34 |
|
35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
36 |
|
37 SOURCEPATH ../codecs/GifCodec |
|
38 SOURCE GIFcodec.cpp |
|
39 SOURCE GIFConvert.cpp |
|
40 SOURCE GIFProxy.cpp |
|
41 SOURCE rawimageprocessor.cpp |
|
42 |
|
43 start resource 101F45B1.rss |
|
44 target gifcodec.rsc |
|
45 end |
|
46 |
|
47 START RESOURCE 101F45B1_extra.rss |
|
48 targetpath resource/icl |
|
49 header |
|
50 END |
|
51 |
|
52 LIBRARY euser.lib |
|
53 LIBRARY fbscli.lib |
|
54 LIBRARY gdi.lib |
|
55 LIBRARY imageconversion.lib |
|
56 LIBRARY bafl.lib |
|
57 LIBRARY gifscaler.lib |
|
58 |
|
59 START WINS |
|
60 BASEADDRESS 0x4F640000 |
|
61 END |
|
62 |
|
63 #ifdef EABI |
|
64 // this is used to ensure "best perfomance" compilation options |
|
65 ALWAYS_BUILD_AS_ARM |
|
66 OPTION ARMCC -Otime |
|
67 OPTION_REPLACE ARMCC -O2 -O3 |
|
68 #endif |
|
69 |
|
70 SMPSAFE |