equal
deleted
inserted
replaced
|
1 // Copyright (c) 2008-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 // Subtitlecrpdrawer.dll CRP plugin, used to render subtitle frames over a video |
|
15 // window. PREQ1939 |
|
16 // |
|
17 // |
|
18 |
|
19 /** |
|
20 @file |
|
21 */ |
|
22 |
|
23 TARGET subtitlegraphicdrawer.dll |
|
24 TARGETTYPE plugin |
|
25 UID 0x10009d8d 0x10285C9A |
|
26 CAPABILITY PowerMgmt ReadDeviceData WriteDeviceData ProtServ |
|
27 VENDORID 0x70000001 |
|
28 |
|
29 USERINCLUDE ../../src/Plugin/subtitle/subtitlegraphic/ |
|
30 USERINCLUDE ../../src/Plugin/subtitle/common/ |
|
31 |
|
32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
33 |
|
34 SOURCEPATH ../../src/Plugin/subtitle/subtitlegraphicdrawer/ |
|
35 SOURCE proxy.cpp |
|
36 SOURCE mmfsubtitlegraphicdrawer.cpp |
|
37 |
|
38 SOURCEPATH ../../src/Plugin/subtitle/common/ |
|
39 SOURCE mmfsubtitlegraphicmessage.cpp |
|
40 |
|
41 |
|
42 SOURCEPATH ../../src/Plugin/subtitle/subtitlegraphicdrawer/ |
|
43 |
|
44 START RESOURCE subtitlegraphicdrawer.rss |
|
45 TARGET subtitlegraphicdrawer.rsc |
|
46 END |
|
47 |
|
48 nostrictdef |
|
49 |
|
50 LIBRARY euser.lib |
|
51 LIBRARY ecom.lib |
|
52 LIBRARY gdi.lib |
|
53 LIBRARY wsgraphicdrawer.lib |
|
54 LIBRARY estor.lib |
|
55 LIBRARY fbscli.lib |
|
56 |
|
57 MACRO SYMBIAN_GRAPHICS_GCE |
|
58 |
|
59 SMPSAFE |