pushmtm/Group/Bld.inf
branchRCL_3
changeset 65 8e6fa1719340
equal deleted inserted replaced
64:6385c4c93049 65:8e6fa1719340
       
     1 /*
       
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Build specification file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "../../../../mw/web/web_plat/browser_platform_api/inc/browser_platform_variant.hrh"
       
    21 
       
    22 PRJ_PLATFORMS
       
    23 DEFAULT
       
    24 
       
    25 // Help exports
       
    26 #include "../help/group/bld.inf"
       
    27 
       
    28 PRJ_EXPORTS
       
    29 ../Inc/PushMtmCommands.hrh    APP_LAYER_PLATFORM_EXPORT_PATH(PushMtmCommands.hrh)
       
    30 ../rom/PushMtm.iby            CORE_APP_LAYER_IBY_EXPORT_PATH(PushMtm.iby)
       
    31 ../rom/PushMtmResources.iby   LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(PushMtmResources.iby)
       
    32 ../rom/S60SiSlWapPush.iby     CORE_APP_LAYER_IBY_EXPORT_PATH(S60SiSlWapPush.iby)
       
    33 #ifndef __S60_32__
       
    34 ../rom/wappush.iby            CORE_APP_LAYER_IBY_EXPORT_PATH(wappush.iby)
       
    35 #endif
       
    36 ../loc/pushmtmui.loc          APP_LAYER_LOC_EXPORT_PATH(pushmtmui.loc)
       
    37 ../loc/pushviewer.loc         APP_LAYER_LOC_EXPORT_PATH(pushviewer.loc)
       
    38 
       
    39 ../conf/pushmtm.confml        APP_LAYER_CONFML(pushmtm.confml)
       
    40 ../conf/pushmtm_10008D42.crml APP_LAYER_CRML(pushmtm_10008D42.crml)
       
    41 
       
    42 #ifdef __SERIES60_32__
       
    43 
       
    44 PRJ_MMPFILES
       
    45 
       
    46 // MTM registry files
       
    47 //gnumakefile PushRegistry.mk
       
    48 gnumakefile PushMtmIcons.mk
       
    49 // Push Mtm Utility
       
    50 PushMtmUtil.mmp
       
    51 // Push Server Mtm, Client Mtm and Ui Mtm
       
    52 PushMtmCliSrv.mmp
       
    53 // Ui Data Mtm
       
    54 PushMtmUi.mmp
       
    55 // Push Viewer
       
    56 PushViewer.mmp
       
    57 
       
    58 #include "../Plugins/Group/Bld.inf"
       
    59 
       
    60 #else
       
    61 
       
    62 PRJ_EXTENSIONS
       
    63 START EXTENSION s60/mifconv
       
    64 OPTION TARGETFILE pushmtm.mif
       
    65 OPTION HEADERFILE pushmtm.mbg
       
    66 OPTION SOURCES -c8,1 qgn_prop_mce_push_unread -c8,1 qgn_prop_mce_push_read
       
    67 END
       
    68 
       
    69 PRJ_MMPFILES
       
    70 
       
    71 // MTM registry files
       
    72 // Push Mtm Utility
       
    73 PushMtmUtil.mmp
       
    74 // Push Server Mtm, Client Mtm and Ui Mtm
       
    75 PushMtmCliSrv.mmp
       
    76 // Ui Data Mtm
       
    77 PushMtmUi.mmp
       
    78 // Push Viewer
       
    79 PushViewer.mmp
       
    80 
       
    81 #include "../Plugins/Group/Bld.inf"
       
    82 
       
    83 #endif
       
    84 
       
    85 PRJ_TESTMMPFILES
       
    86 
       
    87