videoplayback/videohelix/group/mpxvideohelixplayback.mmp
changeset 0 96612d01cf9f
child 9 5294c000a26d
equal deleted inserted replaced
-1:000000000000 0:96612d01cf9f
       
     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:  Helix Video Playback Plug-in specification
       
    15  *
       
    16 */
       
    17 
       
    18 // Version : %version: 13 %
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 #include <bldvariant.hrh>
       
    24 #include <data_caging_paths.hrh>
       
    25 #include <platform_paths.hrh>
       
    26 
       
    27 TARGET          mpxvideohelixplayback.dll
       
    28 TARGETTYPE      PLUGIN
       
    29 UID             0x10009D8D 0x10282550
       
    30 
       
    31 VENDORID        VID_DEFAULT
       
    32 CAPABILITY      CAP_ECOM_PLUGIN
       
    33 
       
    34 SOURCEPATH      ../src
       
    35 SOURCE          mpxvideohelixplayback.cpp
       
    36 SOURCE          mpxvideohelixplaybackproxy.cpp
       
    37 SOURCE          mpxvideoplaybackcontroller.cpp
       
    38 SOURCE          mpxvideoplaybackstate.cpp
       
    39 SOURCE          mpxvideoplaybackmode.cpp
       
    40 SOURCE          mpxvideofiledetails.cpp
       
    41 SOURCE          mpxvideoseeker.cpp
       
    42 SOURCE          mpxvideodlmgrif.cpp
       
    43 SOURCE          mpxvideoaccessoryobserver.cpp
       
    44 SOURCE          mpxvideoplayerutility.cpp
       
    45 SOURCE          mpxvideodrmhelper.cpp
       
    46 
       
    47 START RESOURCE  ../data/10282550.rss
       
    48 TARGET          mpxvideohelixplayback.rsc
       
    49 END
       
    50 
       
    51 USERINCLUDE     ../inc
       
    52 USERINCLUDE     ../../inc
       
    53 USERINCLUDE     ../../../inc
       
    54 
       
    55 APP_LAYER_SYSTEMINCLUDE
       
    56 SYSTEMINCLUDE   /epoc32/include/ecom
       
    57 
       
    58 LIBRARY  apgrfx.lib
       
    59 LIBRARY  apmime.lib
       
    60 LIBRARY  ecom.lib
       
    61 LIBRARY  efsrv.lib
       
    62 LIBRARY  euser.lib
       
    63 LIBRARY  mmfcontrollerframework.lib
       
    64 LIBRARY  mmfstandardcustomcommands.lib
       
    65 LIBRARY  mpxcommon.lib
       
    66 LIBRARY  estor.lib
       
    67 LIBRARY  flogger.lib
       
    68 LIBRARY  playbackhelper.lib
       
    69 LIBRARY  downloadmgr.lib
       
    70 LIBRARY  platformenv.lib
       
    71 LIBRARY  etel.lib
       
    72 LIBRARY  etelmm.lib
       
    73 LIBRARY  hal.lib
       
    74 LIBRARY  drmutility.lib
       
    75 LIBRARY  caf.lib
       
    76 LIBRARY  mmcommon.lib 
       
    77 
       
    78 #ifdef __ACCESSORY_FW
       
    79 LIBRARY accclient.lib
       
    80 LIBRARY accpolicy.lib
       
    81 #endif
       
    82 
       
    83 // End of File