application/group/Podcast.mmp
changeset 126 79076725bab9
parent 106 b4be6bc78573
child 131 03b26379213d
equal deleted inserted replaced
125:3d1a62b029ef 126:79076725bab9
    13  * Contributors:
    13  * Contributors:
    14  *
    14  *
    15  * Description:
    15  * Description:
    16  *
    16  *
    17  */
    17  */
       
    18   
       
    19 // MPX integration can not be enabled for self signed versions 
       
    20 MACRO ENABLE_MPX_INTEGRATION
       
    21 #define ENABLE_MPX_INTEGRATION
    18 
    22 
    19 TARGET			Podcast.exe
    23 TARGET			Podcast.exe
    20 TARGETTYPE  	exe
    24 TARGETTYPE  	exe
    21 UID				0x100039CE 0xA0009D00  
    25 UID				0x100039CE 0xA0009D00  
    22 
    26 
       
    27 #ifdef ENABLE_MPX_INTEGRATION
    23 CAPABILITY NetworkServices UserEnvironment WriteUserData ReadDeviceData WriteDeviceData MultimediaDD
    28 CAPABILITY NetworkServices UserEnvironment WriteUserData ReadDeviceData WriteDeviceData MultimediaDD
       
    29 #else
       
    30 CAPABILITY NetworkServices UserEnvironment
       
    31 #endif
    24 
    32 
    25 EPOCSTACKSIZE 81920
    33 EPOCSTACKSIZE 81920
    26 EPOCHEAPSIZE 1024000 32768000
    34 EPOCHEAPSIZE 1024000 32768000
    27 
    35 
    28 SYSTEMINCLUDE \epoc32\include
    36 SYSTEMINCLUDE \epoc32\include