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 // |
|
15 |
|
16 #include "../inc/iltestuids.hrh" |
|
17 |
|
18 TARGET omxildummyaudiodec.dll |
|
19 TARGETTYPE PLUGIN |
|
20 |
|
21 CAPABILITY ALL -TCB |
|
22 |
|
23 UID KECOMPluginUidDefine KUidOmxILDummyAudioDecDll |
|
24 VENDORID 0x70000001 |
|
25 |
|
26 SOURCEPATH ../test_plugins/omxildummyaudiodec |
|
27 SOURCE omximpl.cpp |
|
28 SOURCE omxildummyaudiodec.cpp |
|
29 |
|
30 USERINCLUDE ../inc |
|
31 USERINCLUDE ../test_plugins/omxildummyaudiodec |
|
32 |
|
33 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
34 |
|
35 RESOURCE omxildummyaudiodec.rss |
|
36 |
|
37 LIBRARY euser.lib |
|
38 LIBRARY ecom.lib |
|
39 LIBRARY mmfserverbaseclasses.lib |
|
40 |
|
41 STATICLIBRARY omxilcomponentif.lib |
|
42 |
|
43 SMPSAFE |