equal
deleted
inserted
replaced
15 * Description: |
15 * Description: |
16 * |
16 * |
17 */ |
17 */ |
18 |
18 |
19 // MPX integration can not be enabled for self signed versions |
19 // MPX integration can not be enabled for self signed versions |
20 MACRO ENABLE_MPX_INTEGRATION |
|
21 #define ENABLE_MPX_INTEGRATION |
20 #define ENABLE_MPX_INTEGRATION |
22 |
21 |
23 TARGET Podcast.exe |
22 TARGET Podcast.exe |
24 TARGETTYPE exe |
23 TARGETTYPE exe |
25 UID 0x100039CE 0xA0009D00 |
24 UID 0x100039CE 0xA0009D00 |
26 |
25 |
27 #ifdef ENABLE_MPX_INTEGRATION |
26 #ifdef ENABLE_MPX_INTEGRATION |
28 CAPABILITY NetworkServices UserEnvironment WriteUserData ReadDeviceData WriteDeviceData MultimediaDD |
27 CAPABILITY NetworkServices UserEnvironment WriteUserData ReadDeviceData WriteDeviceData MultimediaDD |
|
28 MACRO ENABLE_MPX_INTEGRATION |
29 #else |
29 #else |
30 CAPABILITY NetworkServices UserEnvironment |
30 CAPABILITY NetworkServices UserEnvironment |
31 #endif |
31 #endif |
32 |
32 |
33 EPOCSTACKSIZE 81920 |
33 EPOCSTACKSIZE 81920 |