equal
deleted
inserted
replaced
|
1 // Copyright (c) 2004-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 // BitmapAnimator.MMP |
|
15 // animators.dll animator plugins |
|
16 // |
|
17 // |
|
18 |
|
19 /** |
|
20 @file |
|
21 */ |
|
22 |
|
23 target animators.dll |
|
24 targettype PLUGIN |
|
25 CAPABILITY all -tcb |
|
26 UID 0x10009D8D 0x10204F58 |
|
27 VENDORID 0x70000001 |
|
28 |
|
29 SOURCEPATH ../src |
|
30 source Animators.cpp |
|
31 source BitmapAnimator.cpp |
|
32 |
|
33 userinclude ../inc ../src |
|
34 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
35 |
|
36 SOURCEPATH ../res |
|
37 START RESOURCE Animators.rss |
|
38 TARGET animators.rsc |
|
39 END |
|
40 |
|
41 library euser.lib ws32.lib fbscli.lib bitgdi.lib |
|
42 library ecom.lib animationshared.lib |
|
43 |
|
44 deffile Animator.DEF |
|
45 |
|
46 |
|
47 SMPSAFE |