os/mm/mmlibs/mmfw/MMPFiles/plugin_common/MmfStdSourceAndSinkPlugin.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 1997-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 // mmfstdsourceandsinkplugin.dll MMF standard source and sink plugins
    15 // 
    16 //
    17 
    18 /**
    19  @file
    20 */
    21 
    22 
    23 target mmfstdsourceandsinkplugin.dll
    24 CAPABILITY ALL -TCB
    25 targettype plugin
    26 UNPAGED
    27 
    28 // ECom Dll recognition UID followed by the unique UID for this dll
    29 UID 0x10009D8D 0x101F53AE
    30 VENDORID 0x70000001
    31 
    32 SOURCEPATH	../../src/Plugin/StdSourceAndSink
    33 SOURCE  Main.cpp
    34 SOURCE	Mmfdes.cpp	
    35 SOURCE	Mmffile.cpp
    36 SOURCE  mmfurl.cpp
    37 SOURCE	fileaccess.cpp
    38 
    39 
    40 USERINCLUDE	../../src/Plugin/StdSourceAndSink
    41 USERINCLUDE	../../inc/mmf/common
    42 USERINCLUDE	../../inc/mmf/server
    43 
    44 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    45 
    46 
    47 start resource 101F53AE.RSS
    48 target mmfstdsourceandsinkplugin.rsc
    49 end
    50 
    51 LIBRARY euser.lib
    52 LIBRARY ecom.lib
    53 LIBRARY efsrv.lib
    54 LIBRARY mmfcontrollerframework.lib
    55 LIBRARY estor.lib
    56 LIBRARY mmfserverbaseclasses.lib
    57 LIBRARY caf.lib
    58 LIBRARY	cafutils.lib
    59 
    60 SMPSAFE