homescreensrv_plat/menu_content_service_api/inc/mcsinternaltypes.h
changeset 0 79c6a41cd166
equal deleted inserted replaced
-1:000000000000 0:79c6a41cd166
       
     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 different constants
       
    15 *  Version     : %version: e003sa35#2 % << Don't touch! Updated by Synergy at check-out.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef __MCSINTERNALTYPES_H__
       
    21 #define __MCSINTERNALTYPES_H__
       
    22 
       
    23 #include <e32base.h>
       
    24 
       
    25 //
       
    26 // Limit constants.
       
    27 //
       
    28 
       
    29 LOCAL_D const TInt KMenuMaxTypeLen = 64; ///< Maximum length of item type.
       
    30 LOCAL_D const TInt KMenuMaxAttrNameLen = 64; ///< Maximum length of attribute name.
       
    31 LOCAL_D const TInt KMenuMaxAttrValueLen = 512; ///< Maximum length of attribute value.
       
    32 
       
    33 //
       
    34 // Types
       
    35 //
       
    36 typedef TBuf<KMenuMaxAttrNameLen> TAttributeName;
       
    37 
       
    38 
       
    39 
       
    40 
       
    41 #endif // __MCSINTERNALTYPES_H__