phonebookui/rom/pbk.iby
changeset 24 0ba2181d7c28
child 25 76a2435edfd4
equal deleted inserted replaced
0:e686773b3f54 24:0ba2181d7c28
       
     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 
       
    18 #ifndef __PBK_IBY__
       
    19 #define __PBK_IBY__
       
    20 
       
    21 #include <bldvariant.hrh>
       
    22 #include <data_caging_paths_for_iby.hrh>
       
    23 
       
    24 #define UPGRADABLE_APP_REG_RSC(NAME) data=DATAZ_\PRIVATE\10003A3F\IMPORT\APPS\ ## NAME ## _reg.rsc        Private\10003a3f\import\apps\ ## NAME ## _reg.rsc
       
    25 
       
    26 // Engine
       
    27 file=ABI_DIR\BUILD_DIR\qtcontacts.dll                   SHARED_LIB_DIR\qtcontacts.dll UNPAGED
       
    28 file=ABI_DIR\BUILD_DIR\mobcntmodel.dll                  SHARED_LIB_DIR\mobcntmodel.dll UNPAGED
       
    29 file=ABI_DIR\BUILD_DIR\mobhistorymodel.dll              SHARED_LIB_DIR\mobhistorymodel.dll UNPAGED
       
    30 file=ABI_DIR\BUILD_DIR\mobapicontactspluginsymbian.dll  SHARED_LIB_DIR\mobapicontactspluginsymbian.dll UNPAGED
       
    31 file=ABI_DIR\BUILD_DIR\mobapicontactspluginsymbiansim.dll  SHARED_LIB_DIR\mobapicontactspluginsymbiansim.dll UNPAGED
       
    32 file=ABI_DIR\BUILD_DIR\mobcntactionsplugin.dll          SHARED_LIB_DIR\mobcntactionsplugin.dll UNPAGED
       
    33 
       
    34 // UI
       
    35 file=ABI_DIR\BUILD_DIR\pbkcommonui.dll                	SHARED_LIB_DIR\pbkcommonui.dll UNPAGED
       
    36 file=ABI_DIR\BUILD_DIR\phonebook.exe                  	SHARED_LIB_DIR\phonebook.exe
       
    37 
       
    38 S60_APP_AIF_RSC(phonebook)
       
    39 UPGRADABLE_APP_REG_RSC(phonebook)
       
    40 
       
    41 data=DATAZ_\RESOURCE_FILES_DIR\qt\plugins\contacts\mobapicontactspluginsymbian.qtplugin         RESOURCE_FILES_DIR\qt\plugins\contacts\mobapicontactspluginsymbian.qtplugin
       
    42 data=DATAZ_\RESOURCE_FILES_DIR\qt\plugins\contacts\mobcntactionsplugin.qtplugin         				RESOURCE_FILES_DIR\qt\plugins\contacts\mobcntactionsplugin.qtplugin
       
    43 data=DATAZ_\RESOURCE_FILES_DIR\qt\plugins\contacts\mobapicontactspluginsymbiansim.qtplugin      RESOURCE_FILES_DIR\qt\plugins\contacts\mobapicontactspluginsymbiansim.qtplugin
       
    44 
       
    45 data=DATAZ_\CONTACTS_RESOURCE_DIR\cntmodel.rsc         CONTACTS_RESOURCE_DIR\cntmodel.rsc
       
    46 
       
    47 #endif