mmappcomponents/playbackhelper/group/playbackhelper.mmp
changeset 0 a2952bb97e68
child 9 bee149131e4b
equal deleted inserted replaced
-1:000000000000 0:a2952bb97e68
       
     1 /*
       
     2 * Copyright (c) 2008 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:  helper for media playback
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version:  5 %
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 #include <data_caging_paths.hrh>
       
    24 #include <platform_paths.hrh>
       
    25 
       
    26 TARGET          playbackhelper.dll
       
    27 CAPABILITY      CAP_GENERAL_DLL
       
    28 TARGETTYPE      DLL
       
    29 UID             0x1000008D  0x200159B3
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 MW_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 USERINCLUDE ../inc
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 SOURCE          streaminglinkmodel.cpp
       
    38 SOURCE          mediarecognizer.cpp
       
    39 SOURCE          devsoundif.cpp
       
    40 
       
    41 LIBRARY         euser.lib
       
    42 LIBRARY         efsrv.lib
       
    43 LIBRARY         bafl.lib
       
    44 LIBRARY         cone.lib
       
    45 LIBRARY         apgrfx.lib
       
    46 LIBRARY         sysutil.lib
       
    47 LIBRARY         apmime.lib
       
    48 LIBRARY         charconv.lib
       
    49 LIBRARY         mmfcontrollerframework.lib
       
    50 LIBRARY         flogger.lib
       
    51 LIBRARY         mmfdevsound.lib 
       
    52 
       
    53 #ifdef __WINDOWS_MEDIA
       
    54 LIBRARY         asxparser.lib
       
    55 #endif
       
    56 
       
    57 #if defined(ARMCC)
       
    58 deffile ../eabi/ 
       
    59 #elif defined(WINSCW)
       
    60 deffile ../bwinscw/ 
       
    61 #endif
       
    62