phonebookui/Phonebook2/group/bld.inf
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2005-2007 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:  The information required for building Phonebook 2.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 //
       
    22 // Platforms
       
    23 //
       
    24 PRJ_PLATFORMS
       
    25 DEFAULT
       
    26 
       
    27 // Project only when flag is set
       
    28 #if defined(RD_PHONEBOOK2)
       
    29 
       
    30 #include "../ccapplication/group/bld.inf"
       
    31 #include "../remotecontactlookup/group/bld.inf"
       
    32 #endif // RD_PHONEBOOK2
       
    33 //
       
    34 // Phonebook 2 exports
       
    35 //
       
    36 //  Help exports
       
    37 #include "../help/group/bld.inf"
       
    38 
       
    39 //newContactLauncher
       
    40 #include "../NewContactLauncher/group/bld.inf"
       
    41 
       
    42 PRJ_EXPORTS
       
    43 
       
    44 // Generic configuration interface for component cenrep settings  
       
    45 // .crml files contain implementation specifics for cenrep data
       
    46 ../conf/phonebook2.confml                   APP_LAYER_CONFML(phonebook2.confml)
       
    47 ../conf/phonebook2_101f8794.crml 	        APP_LAYER_CRML(phonebook2_101f8794.crml)
       
    48 ../conf/phonebook2_101f884a.crml        	APP_LAYER_CRML(phonebook2_101f884a.crml)
       
    49 ../conf/phonebook2_1020727f.crml        	APP_LAYER_CRML(phonebook2_1020727f.crml)
       
    50 
       
    51  ../MMCExtension/inc/PmuCommands.hrh	|../UIControls/inc/PmuCommands.hrh
       
    52  
       
    53 // ROM SIS stubs
       
    54 ../NamesListExtension/sis/pbk2_stub.sis		/epoc32/data/z/system/install/pbk2_stub.sis
       
    55 
       
    56 //IBY exports
       
    57 
       
    58 ../rom/Phonebook2.iby CORE_APP_LAYER_IBY_EXPORT_PATH(Phonebook2.iby)
       
    59 ../rom/Phonebook2Resources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(Phonebook2Resources.iby)
       
    60 
       
    61 ../loc/phonebook2.loc APP_LAYER_LOC_EXPORT_PATH(phonebook2.loc)
       
    62 ../loc/extensionmanager.loc APP_LAYER_LOC_EXPORT_PATH(extensionmanager.loc)
       
    63 ../loc/phonebook2ece.loc APP_LAYER_LOC_EXPORT_PATH(phonebook2ece.loc)
       
    64 
       
    65 
       
    66 // Project only when flag is set
       
    67 #if defined(RD_PHONEBOOK2)
       
    68 
       
    69 
       
    70 // Backup & restore
       
    71 ../group/backup_registration.xml                /epoc32/data/Z/private/101f4cce/backup_registration.xml
       
    72 
       
    73 
       
    74 PRJ_EXTENSIONS
       
    75 // Handles only *icons_scalable.mk but not bitmaps
       
    76 START EXTENSION s60/mifconv
       
    77 OPTION TARGETFILE phonebook2.mif
       
    78 OPTION HEADERFILE phonebook2.mbg
       
    79 OPTION SOURCEFILE iconlist.txt
       
    80 END
       
    81 
       
    82 PRJ_EXTENSIONS
       
    83 START EXTENSION s60/mifconv
       
    84 OPTION TARGETFILE phonebook2ece.mif
       
    85 OPTION HEADERFILE phonebook2ece.mbg
       
    86 OPTION SOURCEFILE iconlistece.txt
       
    87 END
       
    88 
       
    89 START EXTENSION s60/mifconv
       
    90 OPTION TARGETFILE phonebook2_aif.mif
       
    91 OPTION SOURCES -c8,8 qgn_menu_phob
       
    92 END
       
    93 
       
    94 START EXTENSION s60/mifconv
       
    95 OPTION TARGETFILE psu2.mif
       
    96 OPTION HEADERFILE psu2.mbg
       
    97 OPTION SOURCES -c8,1 qgn_prop_nrtyp_sdn -c8,8 qgn_prop_nrtyp_sim_contact \
       
    98               -c8,8 qgn_menu_simin -c8,8 qgn_menu_simfdn
       
    99 END
       
   100 
       
   101 
       
   102 
       
   103 //
       
   104 // Phonebook 2 components
       
   105 //
       
   106 PRJ_MMPFILES
       
   107 
       
   108 // Core Phonebook 2
       
   109 Pbk2Presentation.mmp            // Presentation
       
   110 Pbk2CommonUI.mmp                // Common UI
       
   111 Pbk2UIExtensionManager.mmp      // UI Extension Manager
       
   112 Pbk2UIControls.mmp              // UI Controls
       
   113 Pbk2Commands.mmp                // Commands
       
   114 Pbk2CommonUtility.mmp           // Common Utilities
       
   115 Pbk2UIServices.mmp              // UI Services
       
   116 Phonebook2.mmp                  // Application
       
   117 Pbk2UIPolicy.mmp                // UI Policy implementations
       
   118 pbk2spbcontentprovider.mmp      // Social phonebook content provider
       
   119 
       
   120 // Phonebook 2 server application
       
   121 Pbk2ServerApp.mmp               // Server Application
       
   122 
       
   123 // Phonebook 2 extensions
       
   124 Pbk2CommandsExtension.mmp       // Command extension
       
   125 Pbk2NamesListExtension.mmp	// NamesList UI Extention
       
   126 Pbk2GroupExtension.mmp          // Group UI Extension
       
   127 Pbk2MMCExtension.mmp            // MMC UI Extension
       
   128 Pbk2USimExtension.mmp           // USIM UI Extension
       
   129 Pbk2USimThinExtension.mmp       // USIM Thin UI Extension
       
   130 #if !defined(RD_SIND_VIA_AIW)
       
   131 Pbk2VoiceTagExtension.mmp       // Voice Tag UI Extension
       
   132 Pbk2VoiceTagThinExtension.mmp   // Voice Tag Thin UI Extension
       
   133 #endif // RD_SIND_VIA_AIW
       
   134 Pbk2MigrationSupport.mmp        // Phonebook Migration Support
       
   135 xSPViewServices.mmp             // API for external launch of xSP view
       
   136 xSPExtensionManager.mmp         // xSP Extension Manager
       
   137 
       
   138 Pbk2MapExtension.mmp            // Map Framework Extension
       
   139 
       
   140 /// PBK2_ENABLE_PROFILE - Phonebook profiling component
       
   141 //Pbk2Profile.mmp
       
   142 /// PBK2_ENABLE_PROFILE
       
   143 #endif // RD_PHONEBOOK2
       
   144 
       
   145 // End of File
       
   146