customization/isadapter/inc/IsAdapterDefines.h
changeset 0 3ce708148e4d
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     1 /*
       
     2 * Copyright (c) 2002 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:  DM Idle SoftKey Adapter
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __IsAdapterDefines_H__
       
    20 #define __IsAdapterDefines_H__
       
    21 
       
    22 #define KNSmlDMISAdapterImplUidValue     0x10207832
       
    23 #define KNSmlDMISAdapterCentRepUidValue  0x10207831
       
    24 #define KNSmlDMISAdapterImplUid          TUid::Uid( KNSmlDMISAdapterImplUidValue )
       
    25 #define KNSmlDMISAdapterCentRepUid       TUid::Uid( KNSmlDMISAdapterCentRepUidValue )
       
    26 
       
    27 #define KRepositoryEntryMaxLength  512
       
    28 #define KRepositoryIdBookmarkCount 1
       
    29 #define KRepositoryIdBookmarkFirst 2
       
    30 #define ISADAPTER_SHORTCUT_CAPTION_MAXLENGTH 128
       
    31 #define KISTBufMaxLength 100
       
    32 #ifndef MAX_NUMBER_OF_DIGITS_IN_10BASE_INT64
       
    33 #define MAX_NUMBER_OF_DIGITS_IN_10BASE_INT64 21
       
    34 #endif
       
    35 
       
    36 #endif