equal
deleted
inserted
replaced
|
1 // Copyright (c) 2010 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 MACRO OMXIL_AUDIO_FILESOURCE |
|
17 |
|
18 #include "../inc/omxilfilesource.hrh" |
|
19 |
|
20 TARGET omxilaudiofilesource.dll |
|
21 CAPABILITY ALL -TCB // TODO restrict capabilities, as writing to file |
|
22 TARGETTYPE PLUGIN |
|
23 UID 0x10009D8D KUidNokiaOmxILAudioFileSourceDll |
|
24 VENDORID 0x70000001 |
|
25 |
|
26 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
27 |
|
28 USERINCLUDE ../../../omxilcomponentcommon/src/common |
|
29 USERINCLUDE ../inc |
|
30 |
|
31 SOURCEPATH ../src |
|
32 |
|
33 SOURCE omxilfilesource.cpp |
|
34 SOURCE omxilAudiofilesourceopb0port.cpp |
|
35 SOURCE omxilfilesourceprocessingfunction.cpp |
|
36 SOURCE omxilfilesourceconfigmanager.cpp |
|
37 |
|
38 RESOURCE omxilaudiofilesource.rss |
|
39 |
|
40 LIBRARY euser.lib |
|
41 LIBRARY efsrv.lib |
|
42 LIBRARY inetprotutil.lib |
|
43 LIBRARY ecom.lib |
|
44 LIBRARY omxilcomponentcommon.lib |
|
45 STATICLIBRARY omxilcomponentif.lib |