mmappcomponents/playbackhelper/group/playbackhelper.mmp
changeset 20 b1fb57be53fe
parent 0 a2952bb97e68
child 25 d881023c13eb
child 55 6c1dfe4da5dd
equal deleted inserted replaced
4:d45095c2f4f3 20:b1fb57be53fe
     1 /*
     1 /*
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    13 *
    13 *
    14 * Description:  helper for media playback
    14 * Description:  helper for media playback
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version:  5 %
    18 // Version : %version:  6 %
    19 
       
    20 
       
    21 
    19 
    22 
    20 
    23 #include <data_caging_paths.hrh>
    21 #include <data_caging_paths.hrh>
    24 #include <platform_paths.hrh>
    22 #include <platform_paths.hrh>
    25 
    23 
    45 LIBRARY         apgrfx.lib
    43 LIBRARY         apgrfx.lib
    46 LIBRARY         sysutil.lib
    44 LIBRARY         sysutil.lib
    47 LIBRARY         apmime.lib
    45 LIBRARY         apmime.lib
    48 LIBRARY         charconv.lib
    46 LIBRARY         charconv.lib
    49 LIBRARY         mmfcontrollerframework.lib
    47 LIBRARY         mmfcontrollerframework.lib
    50 LIBRARY         flogger.lib
    48 LIBRARY         mmfdevsound.lib
    51 LIBRARY         mmfdevsound.lib 
       
    52 
    49 
    53 #ifdef __WINDOWS_MEDIA
    50 #ifdef __WINDOWS_MEDIA
    54 LIBRARY         asxparser.lib
    51 LIBRARY         asxparser.lib
    55 #endif
    52 #endif
    56 
    53 
    57 #if defined(ARMCC)
    54 #if defined(ARMCC)
    58 deffile ../eabi/ 
    55 deffile ../eabi/
    59 #elif defined(WINSCW)
    56 #elif defined(WINSCW)
    60 deffile ../bwinscw/ 
    57 deffile ../bwinscw/
    61 #endif
    58 #endif
    62 
    59