omxil/generic/omxilfilesink/mmpfiles/omxilfilesink.mmp
branchOpenMAX-IL_SHAI
changeset 16 eedf2dcd43c6
equal deleted inserted replaced
15:c1e808730d6c 16:eedf2dcd43c6
       
     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		  			omxilfilesink.dll
       
    21 CAPABILITY	  			ALL -TCB	// TODO restrict capabilities, as writing to file
       
    22 TARGETTYPE	  			PLUGIN
       
    23 UID           			0x10009D8D KUidSymbianOmxILFileSinkDll
       
    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		  			omxilfilesinkopb0port.cpp
       
    36 SOURCE		  			omxilfilesinkprocessingfunction.cpp
       
    37 SOURCE		  			omxilfilesinkconfigmanager.cpp
       
    38 
       
    39 RESOURCE				omxilfilesink.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