phoneuis/dialer/rom/dialer.iby
changeset 0 5f000ab63145
equal deleted inserted replaced
-1:000000000000 0:5f000ab63145
       
     1 /*
       
     2 * Copyright (c) 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:  IBY file for Dialer
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef DIALER_IBY
       
    20 #define DIALER_IBY
       
    21 
       
    22 #ifdef __ON_SCREEN_DIALER
       
    23 file=ABI_DIR\BUILD_DIR\dialer.dll                SHARED_LIB_DIR\DIALER.dll
       
    24 #else
       
    25 file=ABI_DIR\BUILD_DIR\dialerstub.dll            SHARED_LIB_DIR\DIALER.dll
       
    26 #endif
       
    27 
       
    28 #ifdef __ON_SCREEN_DIALER
       
    29 data=ZSYSTEM\install\dialer_stub.sis            	System\Install\dialer_stub.sis
       
    30 data=DATAZ_\RESOURCE_FILES_DIR\DIALER.rsc       	RESOURCE_FILES_DIR\DIALER.rsc
       
    31 SCALABLE_IMAGE(APP_BITMAP_DIR,APP_BITMAP_DIR,Dialer)
       
    32 #else
       
    33 // No resource or icon/image files needed when stub dialer is used.
       
    34 #endif __ON_SCREEN_DIALER
       
    35 
       
    36 #endif // DIALER_IBY
       
    37 
       
    38 //  End of File