equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2008-2009 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: |
|
15 * |
|
16 */ |
|
17 |
|
18 #include "../src/omxilgraphicsink.hrh" |
|
19 |
|
20 TARGET omxilgraphicsink.dll |
|
21 CAPABILITY ALL -TCB |
|
22 TARGETTYPE PLUGIN |
|
23 UID 0x10009D8D KUidSymbianOmxILGraphicSinkDll |
|
24 VENDORID 0x70000001 |
|
25 |
|
26 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
27 |
|
28 USERINCLUDE ../../../omxilcomponentcommon/src/common |
|
29 |
|
30 USERINCLUDE ../src |
|
31 SOURCEPATH ../src |
|
32 |
|
33 SOURCE omxilgraphicsinkpanics.cpp |
|
34 SOURCE omxilgraphicsink.cpp |
|
35 SOURCE omxilgraphicsinkvpb0port.cpp |
|
36 SOURCE omxilgraphicsinkprocessingfunction.cpp |
|
37 |
|
38 RESOURCE omxilgraphicsink.rss |
|
39 LIBRARY euser.lib |
|
40 LIBRARY ecom.lib |
|
41 LIBRARY omxilcomponentcommon.lib |
|
42 LIBRARY surfaceupdateclient.lib |
|
43 LIBRARY gdi.lib |
|
44 LIBRARY ws32.lib |
|
45 LIBRARY surfacemanager.lib |
|
46 LIBRARY hal.lib |
|
47 STATICLIBRARY omxilcomponentif.lib |
|
48 |
|
49 //MACRO ILCOMPONENTCONFORMANCE |
|
50 |
|
51 SMPSAFE |