pushmtm/Group/PushMtmUtil.mmp
changeset 32 92a061761a7b
parent 31 868cceedabd3
equal deleted inserted replaced
31:868cceedabd3 32:92a061761a7b
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  Project specification file
    14 * Description:  Project specification file
    15 *
    15 *
    16 */
    16 */
    17 
       
    18 
    17 
    19 #include <defaultcaps.hrh>
    18 #include <defaultcaps.hrh>
    20 #include <data_caging_paths.hrh>
    19 #include <data_caging_paths.hrh>
    21 #include <bldvariant.hrh>
    20 #include <bldvariant.hrh>
    22 #include <platform_paths.hrh>
    21 #include <platform_paths.hrh>
    31 
    30 
    32 USERINCLUDE     ../MtmUtilInc
    31 USERINCLUDE     ../MtmUtilInc
    33 USERINCLUDE     ../Inc
    32 USERINCLUDE     ../Inc
    34 
    33 
    35 APP_LAYER_SYSTEMINCLUDE
    34 APP_LAYER_SYSTEMINCLUDE
    36 APP_LAYER_PUSH_SYSTEMINCLUDE
    35 #if defined(__PLATFORM_VERSION_32__)
       
    36 SYSTEMINCLUDE   APP_LAYER_PUBLIC_EXPORT_PATH(push)
       
    37 #endif
    37 
    38 
    38 SOURCEPATH      ../MtmUtilSrc
    39 SOURCEPATH      ../MtmUtilSrc
    39 SOURCE          PushAsyncOpRunner.cpp
    40 SOURCE          PushAsyncOpRunner.cpp
    40 #ifdef __PUSH_WHITELIST
    41 #ifdef __PUSH_WHITELIST
    41 SOURCE          PushAuthenticationUtilitiesWL.cpp
    42 SOURCE          PushAuthenticationUtilitiesWL.cpp
    77 LIBRARY         WapPushUtils.lib
    78 LIBRARY         WapPushUtils.lib
    78 #endif // __PUSH_WHITELIST
    79 #endif // __PUSH_WHITELIST
    79 LIBRARY         SISLPushMsgUtils.lib
    80 LIBRARY         SISLPushMsgUtils.lib
    80 LIBRARY         CENTRALREPOSITORY.lib
    81 LIBRARY         CENTRALREPOSITORY.lib
    81 
    82 
    82 
       
    83 #if defined(ARMCC)
    83 #if defined(ARMCC)
    84     DEFFILE ../EABI/PUSHMTMUTILU_EKA2.def
    84     DEFFILE ../EABI/PUSHMTMUTILU_EKA2.def
    85 #else
    85 #else
    86     DEFFILE ../BWinsCw/PUSHMTMUTILU_EKA2.def
    86     DEFFILE ../BWinsCw/PUSHMTMUTILU_EKA2.def
    87 #endif
    87 #endif