videoplayerapp/mpxvideoplayer/group/mpxvideoplayer.mmp
changeset 0 96612d01cf9f
child 10 ce5ada96ab30
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:  Project definition file for project mpxvideoplayer
       
    15 *
       
    16 */
       
    17 
       
    18 // Version : %version: 27 %
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 TARGET          mpxvideoplayer.exe
       
    24 EPOCSTACKSIZE   0x12000 // Maximum is 80KB (0x14000)
       
    25 EPOCHEAPSIZE    0x1000 0x1000000
       
    26 TARGETTYPE      exe
       
    27 UID             0x100039CE 0x200159B2
       
    28 
       
    29 // VID_DEFAULT is Nokia VID (0x101FB657)
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 CAPABILITY      CAP_APPLICATION NetworkControl WriteUserData
       
    33 
       
    34 SOURCEPATH      ../src
       
    35 SOURCE          mpxvideoplayerapplication.cpp
       
    36 SOURCE          mpxvideoplayerdocument.cpp
       
    37 SOURCE          mpxvideoplayerappui.cpp
       
    38 SOURCE          mpxvideoplayerappuiengine.cpp
       
    39 SOURCE          mpxvideoembeddedpdlhandler.cpp
       
    40 
       
    41 START RESOURCE  ../data/mpxvideoplayer.rss
       
    42 HEADER
       
    43 TARGETPATH      APP_RESOURCE_DIR
       
    44 LANGUAGE_IDS
       
    45 END
       
    46 
       
    47 START RESOURCE  ../data/mpxvideoplayer_reg.rss
       
    48 DEPENDS mpxvideoplayer.rsg
       
    49 TARGETPATH      /private/10003a3f/apps
       
    50 END
       
    51 
       
    52 USERINCLUDE     ../inc
       
    53 USERINCLUDE     ../../../inc
       
    54 
       
    55 APP_LAYER_SYSTEMINCLUDE
       
    56 
       
    57 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    58 OS_LAYER_STDCPP_SYSTEMINCLUDE
       
    59 OS_LAYER_BOOST_SYSTEMINCLUDE
       
    60 
       
    61 
       
    62 LIBRARY         euser.lib
       
    63 LIBRARY         apparc.lib
       
    64 LIBRARY         cone.lib
       
    65 LIBRARY         eikcore.lib
       
    66 LIBRARY         ws32.lib
       
    67 LIBRARY         efsrv.lib
       
    68 LIBRARY         bafl.lib
       
    69 LIBRARY         avkon.lib
       
    70 LIBRARY         hlplch.lib
       
    71 LIBRARY         commonui.lib
       
    72 LIBRARY         servicehandler.lib
       
    73 LIBRARY         commonengine.lib
       
    74 LIBRARY         estor.lib
       
    75 LIBRARY         apgrfx.lib
       
    76 LIBRARY         cmmanager.lib
       
    77 LIBRARY         commsdat.lib
       
    78 LIBRARY         mpsettengine.lib
       
    79 LIBRARY         playbackhelper.lib
       
    80 LIBRARY         esock.lib
       
    81 LIBRARY         extendedconnpref.lib
       
    82 LIBRARY         netmeta.lib
       
    83 LIBRARY         commdb.lib
       
    84 
       
    85 LIBRARY         mpxviewutility.lib      // MPX view utility
       
    86 LIBRARY         mpxplaybackutility.lib    // MPX playback utility
       
    87 LIBRARY         mpxcollectionutility.lib
       
    88 LIBRARY         mpxcollectionhelper.lib
       
    89 LIBRARY         mpxcommon.lib
       
    90 LIBRARY         flogger.lib
       
    91 LIBRARY         videoplaylistutility.lib
       
    92 
       
    93 // End of File