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 podcastengine.dll |
22 TARGET podcastengine.dll |
24 TARGETTYPE DLL |
23 TARGETTYPE DLL |
25 UID 0x1000008d 0xA11F867F |
24 UID 0x1000008d 0xA11F867F |
79 LIBRARY avkon.lib |
78 LIBRARY avkon.lib |
80 LIBRARY centralrepository.lib |
79 LIBRARY centralrepository.lib |
81 |
80 |
82 #ifdef ENABLE_MPX_INTEGRATION |
81 #ifdef ENABLE_MPX_INTEGRATION |
83 CAPABILITY NetworkServices UserEnvironment WriteUserData ReadDeviceData WriteDeviceData MultimediaDD |
82 CAPABILITY NetworkServices UserEnvironment WriteUserData ReadDeviceData WriteDeviceData MultimediaDD |
|
83 MACRO ENABLE_MPX_INTEGRATION |
84 #else |
84 #else |
85 CAPABILITY NetworkServices UserEnvironment |
85 CAPABILITY NetworkServices UserEnvironment |
86 #endif |
86 #endif |