uifw/AvKon/group/bld.inf
changeset 0 2f259fa3e83a
child 18 0aa5fbdfbc30
child 67 5f6e7f84c9d1
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 2002-2008 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:  Build information file for Avkon etc.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 PRJ_EXPORTS
       
    22 
       
    23 // OEM headers - not in SDK!
       
    24 ../inc/aknlegacymode.h                            |../../../inc/aknlegacymode.h
       
    25 ../inc/aknstatuspanedatasubscriber.h              |../../../inc/aknstatuspanedatasubscriber.h
       
    26 ../inc/aknstatuspanedatapublisher.h               |../../../inc/aknstatuspanedatapublisher.h
       
    27 ../inc/avkoninternalpskeys.h                      |../../../inc/avkoninternalpskeys.h
       
    28 ../inc/AknAdaptiveSearch.h	  		  |../../../inc/AknAdaptiveSearch.h
       
    29 ../inc/AknAdaptiveSearchGrid.h			  |../../../inc/AknAdaptiveSearchGrid.h
       
    30 ../inc/AknAdaptiveSearchGridObserver.h		  |../../../inc/AknAdaptiveSearchGridObserver.h
       
    31 ../notifinc/AknSoftNoteConsts.h                   |../../../inc/aknsoftnoteconsts.h
       
    32 ../inc/akndiscreetpopupcontrol.h                  |../../../inc/akndiscreetpopupcontrol.h
       
    33 ../inc/akndiscreetpopupdata.h                     |../../../inc/akndiscreetpopupdata.h
       
    34 ../inc/akndiscreetpopupdata.inl                   |../../../inc/akndiscreetpopupdata.inl
       
    35 
       
    36 // IBY-files
       
    37 ../rom/avkon.iby CORE_MW_LAYER_IBY_EXPORT_PATH(avkon.iby)
       
    38 ../rom/aknmemcardui.iby CORE_MW_LAYER_IBY_EXPORT_PATH(aknmemcardui.iby)
       
    39 ../rom/avkonResources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(avkonresources.iby)
       
    40 
       
    41 // Generic configuration interface for component cenrep settings  
       
    42 ../conf/s60/avkon.confml                  APP_LAYER_CONFML(avkon.confml)
       
    43 ../conf/apac/avkon_apac.confml            CONFML_EXPORT_PATH(avkon_apac.confml,apac)
       
    44 ../conf/japan/avkon_japan.confml          CONFML_EXPORT_PATH(avkon_japan.confml,japan)
       
    45 ../conf/s60/avkon_101F876E.crml           APP_LAYER_CRML(avkon_101F876E.crml)
       
    46 ../conf/s60/avkon_102858F2.crml           APP_LAYER_CRML(avkon_102858F2.crml)
       
    47 ../conf/s60/testability_2001844B.crml     APP_LAYER_CRML(testability_2001844B.crml)
       
    48 
       
    49 mif2cdlindex.xml         /epoc32/tools/makefile_templates/s60/mif2cdindex.xml
       
    50 mif2cdlindex.flm          /epoc32/tools/makefile_templates/s60/mif2cdlindex.flm
       
    51 mif2cdlindex.meta       /epoc32/tools/makefile_templates/s60/mif2cdlindex.meta
       
    52 
       
    53 PRJ_MMPFILES
       
    54 // Specify the .mmp files required for building the important component releasables.
       
    55 // Note that you should specify any .mmp files for test programs further down the file.
       
    56 //
       
    57 // It's best if the .MMP files are specified in the order in which the components are
       
    58 // built, but that eventually shouldn't matter.
       
    59 //
       
    60 
       
    61 #ifndef TOOLS
       
    62 ../notifsrc/aknNotify.mmp
       
    63 #ifndef SBSV2
       
    64 gnumakefile avkon_icons_dc.mk
       
    65 gnumakefile smiley_icons_dc.mk
       
    66 #endif
       
    67 ../group/avkon.mmp
       
    68 ../initsrc/akninit.mmp
       
    69 ../AknNotifyPlugin_dll/group/AknNotifyPlugin.mmp
       
    70 ../animdllsrc/AknAnimDll.mmp
       
    71 ../memorycardui/group/AknMemoryCardUi.mmp
       
    72 ../AknKeyRotator/group/AknKeyRotator.mmp
       
    73 ../Avkon2MifHeader/avkon2mifheader.mmp
       
    74 ../aknhlist/group/aknhlist.mmp
       
    75 
       
    76 #ifdef RD_UI_TRANSITION_EFFECTS_LIST
       
    77 #include "../AknListLoaderTfx/group/bld.inf"
       
    78 #endif
       
    79 #include "../AknTransitionUtils/group/bld.inf"
       
    80 
       
    81 // Touch compatibility mode
       
    82 #include "../akncompamode/group/bld.inf"
       
    83 
       
    84 // Fader plugin
       
    85 #include "../AknExtendedFader/group/bld.inf"
       
    86 
       
    87 #endif
       
    88 
       
    89 
       
    90 PRJ_EXTENSIONS
       
    91 
       
    92 #ifndef TOOLS
       
    93 #ifdef SBSV2 //avkon2.mif Iconlist.txt is too big for make used with ABLD, so create all mifs with the original gnu makefile in ABLD case
       
    94 
       
    95 START EXTENSION s60/mifconv
       
    96 OPTION TARGETFILE avkon2.mif
       
    97 OPTION HEADERFILE avkon.mbg
       
    98 OPTION SOURCEFILE Iconlist.txt
       
    99 END
       
   100 
       
   101 START EXTENSION s60/mif2cdlindex
       
   102 OPTION TARGETFILE Avkon2mifheader_inst.cpp
       
   103 OPTION GENPATH ../Avkon2MifHeader
       
   104 OPTION MIFFILE avkon2.mif
       
   105 // OPTION MIFDIR armv5 uses $(EPOCROOT)epoc32/data/Z/resource/apps and for winscw uses $(EPOCROOT)epoc32/release/winscw/$(CFG)/z/resource/apps
       
   106 OPTION DLLNAME Avkon2MifHeader
       
   107 OPTION DLLUID 0x102827CF
       
   108 END
       
   109 
       
   110 START EXTENSION s60/mifconv
       
   111 OPTION TARGETFILE callstatus.mif
       
   112 OPTION HEADERFILE callstatus.mbg
       
   113 OPTION SOURCEFILE Iconlist2.txt
       
   114 END
       
   115 
       
   116 START EXTENSION s60/mifconv
       
   117 OPTION TARGETFILE aknmemorycardui.mif
       
   118 OPTION HEADERFILE aknmemorycardui.mbg
       
   119 OPTION SOURCEFILE Iconlist3.txt
       
   120 END
       
   121 
       
   122 START EXTENSION s60/mifconv
       
   123 OPTION TARGETFILE smiley.mif
       
   124 OPTION HEADERFILE smiley.mbg
       
   125 OPTION SOURCEFILE smileyiconlist2.txt
       
   126 END
       
   127 
       
   128 #endif
       
   129 #endif
       
   130 
       
   131 PRJ_TESTMMPFILES
       
   132 
       
   133 #if defined __SERIES60_MMC
       
   134 //../memorycardui/test/testmmcapp.mmp
       
   135 #endif