author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Wed, 13 Oct 2010 14:33:00 +0300 | |
branch | RCL_3 |
changeset 31 | 8f536f98e1f8 |
parent 26 | e8d784ac1a4b |
permissions | -rw-r--r-- |
26 | 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: Project definition file for project GifAnimation plug-in |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
||
19 |
||
20 |
||
21 |
||
22 |
#include <platform_paths.hrh> |
|
23 |
||
24 |
TARGET ScreenSaverGifAnimPlugin.dll |
|
25 |
TARGETTYPE PLUGIN |
|
26 |
UID 0x10009D8D 0x102750B5 |
|
27 |
||
28 |
CAPABILITY CAP_ECOM_PLUGIN |
|
29 |
VENDORID VID_DEFAULT |
|
30 |
||
31 |
SOURCEPATH ../src |
|
32 |
SOURCE GifAnimationPluginMain.cpp |
|
33 |
SOURCE GifAnimationPlugin.cpp |
|
34 |
SOURCE GifAnimationPluginDllApi.cpp |
|
35 |
SOURCE GifAnimationPluginControl.cpp |
|
36 |
||
37 |
||
38 |
USERINCLUDE ../inc |
|
39 |
USERINCLUDE ../../ScreenSaverAnimPlugin/inc |
|
40 |
||
41 |
// This is a SYSTEMINCLUDE macro containing the middleware |
|
42 |
// layer specific include directories |
|
43 |
APP_LAYER_SYSTEMINCLUDE |
|
44 |
||
45 |
SOURCEPATH ../resource |
|
46 |
START RESOURCE 102750B5.rss |
|
47 |
TARGET ScreenSaverGifAnimPlugin.rsc |
|
48 |
END // RESOURCE |
|
49 |
||
50 |
||
51 |
//deffile generation |
|
52 |
#if defined( ARMCC ) |
|
53 |
DEFFILE ../EABI/ScreenSaverGifAnimPlugin.def |
|
54 |
#else |
|
55 |
DEFFILE ../BWINSCW/ScreenSaverGifAnimPlugin.def |
|
56 |
#endif |
|
57 |
||
58 |
LIBRARY euser.lib cone.lib |
|
59 |
LIBRARY eikcore.lib fbscli.lib gdi.lib |
|
60 |
LIBRARY bitgdi.lib // CFbsBitmapDevice |
|
61 |
LIBRARY ecom.lib |
|
31
8f536f98e1f8
Revision: 201039
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
26
diff
changeset
|
62 |
LIBRARY IHL.LIB // MIHLFileImage |
26 | 63 |
LIBRARY efsrv.lib // RFs |
64 |
LIBRARY bafl.lib // baflutils |