mpxmusicplayer/app/group/mpx.mmp
changeset 0 ff3acec5bc43
child 31 a12246c97fcc
equal deleted inserted replaced
-1:000000000000 0:ff3acec5bc43
       
     1 /*
       
     2 * Copyright (c) 2006 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 mpxmusicplayer.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 #include "../../../inc/musicplayerbldvariant.hrh"
       
    23 
       
    24 TARGET          mpx.exe
       
    25 TARGETTYPE      exe
       
    26 UID             0x100039CE 0x102072C3  //Please do not Change 
       
    27 
       
    28 CAPABILITY      CAP_APPLICATION NetworkControl DRM
       
    29 VENDORID        VID_DEFAULT
       
    30 
       
    31 VERSION 15.0
       
    32 
       
    33 MACRO __S60_MPX_AIW_ASSIGN_AS
       
    34 MACRO __ENABLE_MSK
       
    35 MACRO __ENABLE_PODCAST_IN_MUSIC_MENU
       
    36 MACRO CAMESE_IN_DRM_UTILITY
       
    37 #ifdef IAD_INCLUDE_SINGLE_CLICK 
       
    38 MACRO SINGLE_CLICK_INCLUDED
       
    39 #endif
       
    40 
       
    41 // For BrCtl
       
    42 EPOCSTACKSIZE   0x10000
       
    43 //EPOCSTACKSIZE   0x5000
       
    44 EPOCHEAPSIZE    0x1000 0x1F00000
       
    45 
       
    46 SOURCEPATH      ../src
       
    47 SOURCE          mpxapp.cpp 
       
    48 SOURCE          mpxappui.cpp
       
    49 SOURCE          mpxdocument.cpp
       
    50 SOURCE          mpxrestorepath.cpp
       
    51 SOURCE          mpxcommandhandler.cpp
       
    52 SOURCE          mpxcontroller.cpp
       
    53 #ifdef RD_BROWSER_PROGRESSIVE_DOWNLOAD
       
    54 SOURCE          mpxPDcommandhandler.cpp
       
    55 #endif // RD_BROWSER_PROGRESSIVE_DOWNLOAD
       
    56 START RESOURCE  ../data/mpx.rss
       
    57 TARGETPATH      APP_RESOURCE_DIR
       
    58 HEADER
       
    59 LANGUAGE_IDS 
       
    60 END // RESOURCE
       
    61 
       
    62 USERINCLUDE     ../inc
       
    63 USERINCLUDE     ../../inc
       
    64 USERINCLUDE     ../../../inc
       
    65 
       
    66 APP_LAYER_SYSTEMINCLUDE
       
    67 
       
    68 LIBRARY         aknnotify.lib  // Global note.
       
    69 LIBRARY         euser.lib
       
    70 LIBRARY         apparc.lib
       
    71 LIBRARY         cone.lib
       
    72 LIBRARY         eikcore.lib
       
    73 LIBRARY         ws32.lib
       
    74 LIBRARY         efsrv.lib
       
    75 LIBRARY         bafl.lib
       
    76 LIBRARY         avkon.lib
       
    77 LIBRARY         hlplch.lib
       
    78 LIBRARY         commonui.lib
       
    79 LIBRARY         servicehandler.lib
       
    80 LIBRARY         commonengine.lib
       
    81 LIBRARY         estor.lib
       
    82 LIBRARY         apgrfx.lib
       
    83 LIBRARY         featmgr.lib
       
    84 LIBRARY         centralrepository.lib
       
    85 LIBRARY         sysutil.lib
       
    86 LIBRARY         PlatformEnv.lib
       
    87 LIBRARY         apmime.lib
       
    88 
       
    89 // Cover UI start
       
    90 //#ifdef __COVER_DISPLAY
       
    91 LIBRARY         eikdlg.lib
       
    92 LIBRARY         mediatorclient.lib
       
    93 //#endif // __COVER_DISPLAY
       
    94 // Cover UI end
       
    95 
       
    96 LIBRARY         mpxplaybackutility.lib
       
    97 LIBRARY         mpxcollectionutility.lib
       
    98 LIBRARY         mpxcommon.lib
       
    99 LIBRARY         mpxcommonui.lib
       
   100 LIBRARY         mpxviewutility.lib
       
   101 LIBRARY         mpxcollectionhelper.lib
       
   102 LIBRARY         mpxmediakeyhandler.lib
       
   103 LIBRARY         mpxharvesterutility.lib 
       
   104 
       
   105 #ifdef __CAMESE_SUPERDISTRIBUTION_SUPPORT
       
   106 LIBRARY         camesedrmhandler.lib
       
   107 #endif
       
   108 #ifdef FF_OOM_MONITOR2_COMPONENT
       
   109 LIBRARY oommonitor.lib
       
   110 #endif //FF_OOM_MONITOR2_COMPONENT
       
   111 LIBRARY iaupdateapi.lib  //IAD
       
   112 
       
   113 START RESOURCE ../data/mpx_reg.rss
       
   114 DEPENDS mpx.rsg
       
   115 // Do not change the UID below.
       
   116 TARGETPATH /private/10003a3f/apps
       
   117 END
       
   118 
       
   119 // End of File