phonebookui/Phonebook/group/bld.inf
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     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 *	 This file provides the information required for building the
       
    16 *    whole of a Phonebook.
       
    17 *
       
    18 */
       
    19 
       
    20 //#include "../inc/pbkconfig.hrh"
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 //
       
    24 // Platforms
       
    25 //
       
    26 PRJ_PLATFORMS
       
    27 DEFAULT
       
    28 
       
    29 
       
    30 //
       
    31 // Phonebook exports
       
    32 //
       
    33 PRJ_EXPORTS
       
    34 ../loc/phonebook.loc	APP_LAYER_LOC_EXPORT_PATH(phonebook.loc)
       
    35 ../loc/bcardeng.loc	APP_LAYER_LOC_EXPORT_PATH(bcardeng.loc)
       
    36 
       
    37 ../rom/Phonebook.iby CORE_APP_LAYER_IBY_EXPORT_PATH(Phonebook.iby)
       
    38 ../rom/PhonebookResources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(PhonebookResources.iby)
       
    39 
       
    40 
       
    41 
       
    42 // Backup
       
    43 #if !defined(RD_PHONEBOOK2)
       
    44 ../Group/backup_registration.xml                    /epoc32/data/Z/private/101f4cce/backup_registration.xml
       
    45 #else
       
    46 ../group/backup_registration.xml                    /epoc32/data/Z/private/101f87b1/backup_registration.xml
       
    47 #endif // RD_PHONEBOOK2
       
    48 
       
    49 // Help file
       
    50 ../Help/phob.hlp.hrh                                /epoc32/include/cshelp/phob.hlp.hrh
       
    51 
       
    52 //
       
    53 // Phonebook components
       
    54 //
       
    55 PRJ_MMPFILES
       
    56 
       
    57 PbkEng.mmp              // Engine DLL, SDK API's
       
    58 PbkExt.mmp	        	// Extension manager, View has static dependency
       
    59 PbkView.mmp             // View DLL, SDK API's
       
    60 
       
    61 #if !defined(RD_PHONEBOOK2)
       
    62 PbkUI.mmp               // Common UI framework
       
    63 #endif
       
    64 
       
    65 BCardEng.mmp            // Business Card Engine DLL, SDK API's
       
    66 
       
    67 // remove phonebook 1 from platform
       
    68 #if !defined(RD_PHONEBOOK2)
       
    69 Phonebook.mmp           // Application
       
    70 #endif
       
    71 
       
    72 PbkEngine_FM.mmp        // Engine Field Modification plugin, Part of engine
       
    73 #if !defined(RD_PHONEBOOK2)
       
    74 PbkAiwProviders.mmp     // Phonebook AIW providers
       
    75 #endif
       
    76 
       
    77 #if defined(__SIND) && !defined(RD_SIND_VIA_AIW)
       
    78 PbkSINDHandler.mmp	// Phonebook SIND Handler, Part of engine
       
    79 #endif
       
    80 
       
    81 
       
    82 PRJ_EXTENSIONS
       
    83 // Handles only scalable icons with security on but not bitmaps
       
    84 START EXTENSION s60/mifconv
       
    85 OPTION TARGETFILE phonebook.mif
       
    86 OPTION HEADERFILE phonebook.mbg
       
    87   OPTION SOURCES -c8,1 qgn_prop_nrtyp_date \
       
    88 		-c8,1 qgn_prop_nrtyp_tone \
       
    89 		-c8,1 qgn_prop_nrtyp_video \
       
    90 		-c8,1 qgn_indi_qdial_add \
       
    91 		-c8,1 qgn_indi_voice_add \
       
    92 		-c8,8 qgn_prop_note_list_alpha_tab2 \
       
    93 		-c8,1 qgn_prop_group_tab2 \
       
    94 		-c8,1 qgn_prop_group_open_tab1 \
       
    95 		-c8,8 qgn_prop_pb_contacts_tab1 \
       
    96 		-c8,1 qgn_prop_pb_contacts_tab3 \
       
    97 		-c8,1 qgn_prop_pb_personal_tab4 \
       
    98 		-c8,1 qgn_prop_pb_photo_tab3 \
       
    99 		-c8,1 qgn_graf_pb_status_backg \
       
   100 		-c8,1 qgn_menu_empty_cxt \
       
   101 		-c8,8 qgn_menu_phob \
       
   102 		-c8,1 qgn_prop_empty \
       
   103 		-c8,8 qgn_graf_bg_phob_thumbnail \
       
   104 		-c8,8 qgn_prop_nrtyp_poc \
       
   105 		-c8,8 qgn_prop_nrtyp_swis \
       
   106 		-c8,8 qgn_prop_nrtyp_sip \
       
   107 		-c8,8 qgn_prop_nrtyp_assistant \
       
   108 		-c8,8 qgn_prop_nrtyp_car
       
   109 END
       
   110 
       
   111 START EXTENSION s60/mifconv
       
   112 OPTION TARGETFILE phonebook_aif.mif
       
   113 OPTION SOURCES -c8,8 qgn_menu_phob
       
   114 END
       
   115 
       
   116 // End of File