pushmtm/Group/Bld.inf
changeset 0 84ad3b177aa3
child 5 e45c3f40ea5f
equal deleted inserted replaced
-1:000000000000 0:84ad3b177aa3
       
     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 
       
    21 PRJ_PLATFORMS
       
    22 DEFAULT
       
    23 
       
    24 PRJ_EXPORTS
       
    25 ../Inc/PushMtmCommands.hrh    APP_LAYER_PLATFORM_EXPORT_PATH(PushMtmCommands.hrh)
       
    26 ../rom/PushMtm.iby            CORE_APP_LAYER_IBY_EXPORT_PATH(PushMtm.iby)
       
    27 ../rom/PushMtmResources.iby   LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(PushMtmResources.iby)
       
    28 ../rom/S60SiSlWapPush.iby     CORE_APP_LAYER_IBY_EXPORT_PATH(S60SiSlWapPush.iby)
       
    29 #ifndef __S60_32__
       
    30 ../rom/wappush.iby            CORE_APP_LAYER_IBY_EXPORT_PATH(wappush.iby)
       
    31 #endif
       
    32 ../loc/PushMtmUi.loc          APP_LAYER_LOC_EXPORT_PATH(PushMtmUi.loc)
       
    33 ../loc/PushViewer.loc         APP_LAYER_LOC_EXPORT_PATH(PushViewer.loc)
       
    34 
       
    35 ../conf/pushmtm.confml        APP_LAYER_CONFML(pushmtm.confml)
       
    36 ../conf/pushmtm_10008D42.crml APP_LAYER_CRML(pushmtm_10008D42.crml)
       
    37 
       
    38 #ifdef __SERIES60_32__
       
    39 
       
    40 PRJ_MMPFILES
       
    41 
       
    42 // MTM registry files
       
    43 //gnumakefile PushRegistry.mk
       
    44 gnumakefile PushMtmIcons.mk
       
    45 // Push Mtm Utility
       
    46 PushMtmUtil.mmp
       
    47 // Push Server Mtm, Client Mtm and Ui Mtm
       
    48 PushMtmCliSrv.mmp
       
    49 // Ui Data Mtm
       
    50 PushMtmUi.mmp
       
    51 // Push Viewer
       
    52 PushViewer.mmp
       
    53 
       
    54 #include "../Plugins/Group/Bld.inf"
       
    55 
       
    56 #else
       
    57 
       
    58 PRJ_EXTENSIONS
       
    59 START EXTENSION s60/mifconv
       
    60 OPTION TARGETFILE pushmtm.mif
       
    61 OPTION HEADERFILE pushmtm.mbg
       
    62 OPTION SOURCES -c8,1 qgn_prop_mce_push_unread -c8,1 qgn_prop_mce_push_read
       
    63 END
       
    64 
       
    65 PRJ_MMPFILES
       
    66 
       
    67 // MTM registry files
       
    68 // Push Mtm Utility
       
    69 PushMtmUtil.mmp
       
    70 // Push Server Mtm, Client Mtm and Ui Mtm
       
    71 PushMtmCliSrv.mmp
       
    72 // Ui Data Mtm
       
    73 PushMtmUi.mmp
       
    74 // Push Viewer
       
    75 PushViewer.mmp
       
    76 
       
    77 #include "../Plugins/Group/Bld.inf"
       
    78 
       
    79 #endif
       
    80 
       
    81 PRJ_TESTMMPFILES
       
    82 
       
    83