engine/group/engine.mmp
branchRCL_3
changeset 208 03b26379213d
parent 202 e1dedb07817d
child 218 2fd795b1e1b1
equal deleted inserted replaced
207:9fef0425017e 208:03b26379213d
    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