os/mm/mmplugins/mmfwplugins/MMPFiles/Plugin/MmfWAVFormat.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 
     2 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 // All rights reserved.
     4 // This component and the accompanying materials are made available
     5 // under the terms of "Eclipse Public License v1.0"
     6 // which accompanies this distribution, and is available
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 //
     9 // Initial Contributors:
    10 // Nokia Corporation - initial contribution.
    11 //
    12 // Contributors:
    13 //
    14 // Description:
    15 // mmfwavformat.dll WAV file format plugin
    16 // 
    17 //
    18 
    19 /**
    20  @file
    21 */
    22 
    23 target mmfwavformat.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 0x101F53C0
    30 VENDORID 0x70000001
    31 
    32 SOURCEPATH	../../src/Plugin/Format/MmfWAVFormat
    33 SOURCE		mmfwavformat.cpp 
    34 
    35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    36 
    37 USERINCLUDE	../../../../mmlibs/mmfw/src/Plugin/Format/FormatUtils
    38 USERINCLUDE	../../src/Plugin/Controller/Audio/OggVorbis/oggutils/inc
    39 
    40 start resource 101F53C0.rss
    41 target mmfwavformat.rsc
    42 end
    43 
    44 LIBRARY euser.lib
    45 LIBRARY	mmfcontrollerframework.lib
    46 LIBRARY mmfserverbaseclasses.lib
    47 LIBRARY ecom.lib
    48 LIBRARY mmfformatbaseclasses.lib
    49 
    50 
    51 SMPSAFE