phonebookui/Phonebook/rom/Phonebook.iby
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2009 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 *
       
    16 */
       
    17 #ifndef __PHONEBOOK_IBY__
       
    18 #define __PHONEBOOK_IBY__
       
    19 
       
    20 // Phonebook Engine DLL
       
    21 file=ABI_DIR\BUILD_DIR\PbkEng.dll                       SHARED_LIB_DIR\PbkEng.dll
       
    22 
       
    23 // Phonebook Business Cards Engine DLL
       
    24 file=ABI_DIR\BUILD_DIR\BCardEng.dll                     SHARED_LIB_DIR\BCardEng.dll
       
    25 
       
    26 // Phonebook View DLL
       
    27 file=ABI_DIR\BUILD_DIR\PbkView.dll                      SHARED_LIB_DIR\PbkView.dll
       
    28 
       
    29 #ifndef RD_PHONEBOOK2
       
    30 // Phonebook common UI DLL
       
    31 file=ABI_DIR\BUILD_DIR\PbkUI.dll                        SHARED_LIB_DIR\PbkUI.dll
       
    32 // Phonebook Application
       
    33 file=ABI_DIR\BUILD_DIR\Phonebook.exe                    PROGRAMS_DIR\Phonebook.exe
       
    34 #endif
       
    35 
       
    36 SCALABLE_IMAGE(APP_BITMAP_DIR,APP_BITMAP_DIR,Phonebook)
       
    37 
       
    38 
       
    39 // New App framework application icons
       
    40 #if defined(__SCALABLE_ICONS)
       
    41 data=DATAZ_\APP_BITMAP_DIR\Phonebook_aif.MIF 			APP_BITMAP_DIR\Phonebook_aif.mif 
       
    42 #else // !defined(__SCALABLE_ICONS)
       
    43 AUTO-BITMAP=DATAZ_\APP_BITMAP_DIR\Phonebook_aif.mbm		APP_BITMAP_DIR\Phonebook_aif.mbm
       
    44 #endif
       
    45 
       
    46 #ifndef RD_PHONEBOOK2
       
    47 // Non-localisable application registration file
       
    48 data=DATAZ_\Private\10003A3F\Apps\Phonebook_reg.rsc		Private\10003A3F\Apps\Phonebook_reg.rsc
       
    49 #endif // RD_PHONEBOOK2
       
    50 
       
    51 // Phonebook extension manager
       
    52 file=ABI_DIR\BUILD_DIR\PbkExt.dll                       SHARED_LIB_DIR\PbkExt.dll
       
    53 
       
    54 
       
    55 ECOM_PLUGIN(PbkEngine_FM.dll,101F859C.RSC)
       
    56 
       
    57 #ifndef RD_PHONEBOOK2
       
    58 ECOM_PLUGIN(PbkAIWProviders.dll,101F85BA.RSC)
       
    59 #endif // RD_PHONEBOOK2
       
    60 
       
    61 #if defined (__SIND) && !defined(RD_SIND_VIA_AIW)
       
    62 ECOM_PLUGIN(PbkSindHandler.dll,10207297.RSC)
       
    63 #endif // __SIND
       
    64 
       
    65 // Backup&restore
       
    66 #ifndef RD_PHONEBOOK2
       
    67 data=DATAZ_\private\101f4cce\backup_registration.xml    private\101f4cce\backup_registration.xml
       
    68 #else
       
    69 data=DATAZ_\private\101f87b1\backup_registration.xml    private\101f87b1\backup_registration.xml
       
    70 #endif // RD_PHONEBOOK2
       
    71 
       
    72 #endif
       
    73