phoneuis/dialer/inc/dialercommon.h
changeset 0 5f000ab63145
child 9 8871b09be73b
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:  Definition of common constants of the dialer.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef DIALERCOMMON_H
       
    20 #define DIALERCOMMON_H
       
    21 
       
    22 #include <e32def.h>
       
    23 #include <e32keys.h>
       
    24 
       
    25 #ifndef __DIALER_MBG
       
    26 #define __DIALER_MBG
       
    27 #include "dialer.mbg"
       
    28 #endif // __DIALER_MBG
       
    29 
       
    30 #include "dialer.hrh"
       
    31 
       
    32 const TInt KDialerPhoneNumberEntryBufferSize = 100;
       
    33 const TUid KPhoneUidAppPhone = { 0x100058B3 };
       
    34 
       
    35 // ROM drive.
       
    36 _LIT( KDriveZ, "z:" );
       
    37 
       
    38 #endif // DIALERCOMMON_H
       
    39 
       
    40 // End of file