mobilemessaging/mmsui/group/bld.inf
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     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 "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:  
       
    15 *    BLD.INF file for all the modules in MmsUi directory. 
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 PRJ_PLATFORMS
       
    24 DEFAULT
       
    25 
       
    26 // Help exports
       
    27 #include "../help/group/bld.inf"
       
    28 
       
    29 PRJ_EXPORTS
       
    30 
       
    31 // SettingsHandler API
       
    32 ../settingsinc/MmsApSelect.h            |../../../inc/mmsapselect.h
       
    33 ../settingsinc/MmsSettingsDefs.h        |../../../inc/mmssettingsdefs.h
       
    34 ../settingsinc/MmsSettingsDialog.h      |../../../inc/mmssettingsdialog.h
       
    35 ../settingsinc/MmsSettingsHandler.h     |../../../inc/mmssettingshandler.h
       
    36 
       
    37 // MmsUi - NO PUBLIC API's
       
    38 // MmsViewer - NO PUBLIC API'S 
       
    39 // NotUi     - NO PUBLIC API's
       
    40 // NotViewer - NO PUBLIC API'S 
       
    41 
       
    42 // IBY
       
    43 ../rom/MmsUi.iby            CORE_APP_LAYER_IBY_EXPORT_PATH(MmsUi.iby)
       
    44 ../rom/MmsUiResources.iby   LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(MmsUiResources.iby)
       
    45 
       
    46 // LOC
       
    47 ../loc/MmsUi.loc            APP_LAYER_LOC_EXPORT_PATH(mmsui.loc)
       
    48 
       
    49 //Stub sis
       
    50 ../stub_sis/stub_mmsviewer.sis 		/epoc32/data/z/system/install/stub_mmsviewer.sis
       
    51 ../stub_sis/stub_notviewer.sis 		/epoc32/data/z/system/install/stub_notviewer.sis
       
    52 PRJ_EXTENSIONS
       
    53 
       
    54 START EXTENSION s60/mifconv
       
    55 OPTION TARGETFILE mmsui.mif
       
    56 OPTION HEADERFILE mmsui.mbg
       
    57 OPTION SOURCEFILE ../data/MmsUi_IconList.txt
       
    58 END
       
    59 
       
    60 #ifdef __SCALABLE_ICONS
       
    61 
       
    62 START EXTENSION s60/mifconv
       
    63 OPTION TARGETFILE mmsviewer_aif.mif
       
    64 OPTION SOURCES -c8,8 qgn_menu_mce
       
    65 END
       
    66 
       
    67 START EXTENSION s60/mifconv
       
    68 OPTION TARGETFILE notviewer_aif.mif
       
    69 OPTION SOURCES -c8,8 qgn_menu_mce
       
    70 END
       
    71 #else
       
    72 
       
    73 START EXTENSION s60/mifconv
       
    74 OPTION TARGETFILE mmsviewer_aif.mbm
       
    75 OPTION SOURCES -c8,8 qgn_menu_mce_cxt
       
    76 END
       
    77 
       
    78 START EXTENSION s60/mifconv
       
    79 OPTION TARGETFILE notviewer_aif.mbm
       
    80 OPTION SOURCES -c8,8 qgn_menu_mce_cxt
       
    81 END
       
    82 #endif
       
    83 
       
    84 
       
    85 PRJ_MMPFILES
       
    86 
       
    87 ../settings/MmsSettings.mmp
       
    88 ../mtm/MmsUi.mmp
       
    89 ../notmtm/NotUi.mmp
       
    90 ../notviewer/NotViewer.mmp
       
    91 ../viewer/MmsViewer.mmp
       
    92 
       
    93 PRJ_TESTMMPFILES
       
    94 // [<mmp path><mmp file>] {tidy} {ignore} {manual} {support}
       
    95 // {MAKEFILE} [<path><makefile>] {tidy} {ignore} {manual} {support}
       
    96 
       
    97 
       
    98 /* End of File */
       
    99