pushmtm/Group/PushViewer.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 <platform_paths.hrh>
    20 #include <platform_paths.hrh>
    22 #include <platform/mw/browser_platform_variant.hrh>
    21 #include <platform/mw/browser_platform_variant.hrh>
    33 USERINCLUDE		../Inc
    32 USERINCLUDE		../Inc
    34 USERINCLUDE		../MtmUiInc
    33 USERINCLUDE		../MtmUiInc
    35 USERINCLUDE		../MtmUtilInc
    34 USERINCLUDE		../MtmUtilInc
    36 
    35 
    37 APP_LAYER_SYSTEMINCLUDE
    36 APP_LAYER_SYSTEMINCLUDE
    38 APP_LAYER_PUSH_SYSTEMINCLUDE
    37 #if defined(__PLATFORM_VERSION_32__)
    39 
    38 SYSTEMINCLUDE   APP_LAYER_PUBLIC_EXPORT_PATH(push)
       
    39 #endif
    40 
    40 
    41 SOURCEPATH		../ViewerSrc
    41 SOURCEPATH		../ViewerSrc
    42 SOURCE          PushViewerApp.cpp
    42 SOURCE          PushViewerApp.cpp
    43 SOURCE          PushViewerAppServer.cpp
    43 SOURCE          PushViewerAppServer.cpp
    44 SOURCE          PushViewerDoc.cpp
    44 SOURCE          PushViewerDoc.cpp
    76 #ifdef __TEST_LOG_MMP
    76 #ifdef __TEST_LOG_MMP
    77 LIBRARY         efsrv.lib
    77 LIBRARY         efsrv.lib
    78 DEBUGLIBRARY         flogger.lib
    78 DEBUGLIBRARY         flogger.lib
    79 #endif
    79 #endif
    80 
    80 
    81 
       
    82 START RESOURCE  ../Data/PushViewer.rss
    81 START RESOURCE  ../Data/PushViewer.rss
    83 DEPENDS avkon.rsg
    82 DEPENDS avkon.rsg
    84 HEADER
    83 HEADER
    85 #ifdef __S60_32__
    84 #ifdef __S60_32__
    86 LANG sc 
    85 LANG sc 
    88 LANGUAGE_IDS 
    87 LANGUAGE_IDS 
    89 #endif
    88 #endif
    90 TARGETPATH   APP_RESOURCE_DIR
    89 TARGETPATH   APP_RESOURCE_DIR
    91 END // RESOURCE
    90 END // RESOURCE
    92 
    91 
    93 
       
    94 START RESOURCE  ../Data/PushViewer_reg.rss
    92 START RESOURCE  ../Data/PushViewer_reg.rss
    95 DEPENDS pushviewer.rsg
    93 DEPENDS pushviewer.rsg
    96 // Do not change the UID below.
    94 // Do not change the UID below.
    97 TARGETPATH      /private/10003a3f/apps
    95 TARGETPATH      /private/10003a3f/apps
    98 END
    96 END