phoneapp/phoneui2/rom/phoneui.iby
branchRCL_3
changeset 61 41a7f70b3818
equal deleted inserted replaced
58:40a3f856b14d 61:41a7f70b3818
       
     1 /*
       
     2 * Copyright (c) 2005 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:  PhoneUI iby file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __PHONEUI_IBY__
       
    20 #define __PHONEUI_IBY__
       
    21 
       
    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 REM PhoneUI
       
    27 S60_APP_EXE(phoneui)
       
    28 UPGRADABLE_APP_REG_RSC(phoneui)
       
    29 
       
    30 file=ABI_DIR\BUILD_DIR\phoneuicontrol.dll               SHARED_LIB_DIR\phoneuicontrol.dll
       
    31 file=ABI_DIR\BUILD_DIR\phoneuiutils.dll                 SHARED_LIB_DIR\phoneuiutils.dll
       
    32 file=ABI_DIR\BUILD_DIR\phoneuistates.dll                SHARED_LIB_DIR\phoneuistates.dll
       
    33 file=ABI_DIR\BUILD_DIR\phoneuiqtviewadapter.dll         SHARED_LIB_DIR\phoneuiqtviewadapter.dll
       
    34 file=ABI_DIR\BUILD_DIR\phoneuiqtview.dll                SHARED_LIB_DIR\phoneuiqtview.dll
       
    35 file=ABI_DIR\BUILD_DIR\phoneringingtoneplayer.dll       SHARED_LIB_DIR\phoneringingtoneplayer.dll
       
    36 file=ABI_DIR\BUILD_DIR\phonestringloader.dll            SHARED_LIB_DIR\phonestringloader.dll
       
    37 file=ABI_DIR\BUILD_DIR\phonemediatorcenter.dll          SHARED_LIB_DIR\phonemediatorcenter.dll
       
    38 file=ABI_DIR\BUILD_DIR\phoneuivoipextension.dll         SHARED_LIB_DIR\phoneuivoipextension.dll
       
    39 
       
    40 data=\epoc32\data\c\resource\qt\crml\carmode.qcrml   resource\qt\crml\carmode.qcrml
       
    41 
       
    42 data=ZSYSTEM\install\phoneuivoipextension_stub.sis  System\Install\phoneuivoipextension_stub.sis
       
    43 //data=ZSYSTEM\install\phoneui_stub.sis               System\Install\phoneui_stub.sis
       
    44 data=ZSYSTEM\install\phoneuicontrol_stub.sis        System\Install\phoneuicontrol_stub.sis
       
    45 data=ZSYSTEM\install\phoneuistates_stub.sis         System\Install\phoneuistates_stub.sis
       
    46 data=ZSYSTEM\install\phoneuiutils_stub.sis          System\Install\phoneuiutils_stub.sis
       
    47 data=ZSYSTEM\install\phonemediatorcenter_stub.sis   System\Install\phonemediatorcenter_stub.sis
       
    48 
       
    49 #endif
       
    50