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 MACRO OMXIL_OTHER_FILESINK |
|
17 |
|
18 #include "../inc/omxilfilesink.hrh" |
|
19 |
|
20 TARGET omxilotherfilesink.dll |
|
21 CAPABILITY ALL -TCB // TODO restrict capabilities, as writing to file |
|
22 TARGETTYPE PLUGIN |
|
23 UID 0x10009D8D KUidSymbianOmxIOtherLFileSinkDll |
|
24 VENDORID 0x70000001 |
|
25 |
|
26 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
27 |
|
28 |
|
29 USERINCLUDE ../inc |
|
30 USERINCLUDE ../../../omxilcomponentcommon/src/common |
|
31 |
|
32 SOURCEPATH ../src |
|
33 |
|
34 SOURCE omxilfilesink.cpp |
|
35 SOURCE omxilotherfilesinkopb0port.cpp |
|
36 SOURCE omxilfilesinkprocessingfunction.cpp |
|
37 SOURCE omxilfilesinkconfigmanager.cpp |
|
38 |
|
39 RESOURCE omxilotherfilesink.rss |
|
40 |
|
41 LIBRARY euser.lib |
|
42 LIBRARY efsrv.lib |
|
43 LIBRARY inetprotutil.lib |
|
44 LIBRARY ecom.lib |
|
45 LIBRARY omxilcomponentcommon.lib |
|
46 STATICLIBRARY omxilcomponentif.lib |