appinstaller/AppMngr2/inc/appmngr2.hrh
changeset 0 ba25891c3a9e
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2002-2009 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:   Resource headers for project AppMngr2
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef APPMNGR2_HRH
       
    20 #define APPMNGR2_HRH
       
    21 
       
    22 #include <appmngr2common.hrh>           // EAppMngr2ReservedForOtherGenericCommand
       
    23 
       
    24 #define KAppMngr2OcspUrlControlWidth    10
       
    25 #define KAppMngr2OcspUrlControlLines    2
       
    26 #define KAppMngr2MaxOcspUrlLength       256     // less than NCentralRepositoryConstants::
       
    27                                                 // KMaxUnicodeStringLength
       
    28 
       
    29 enum TAppMngr2Commands
       
    30     {
       
    31     EAppMngr2CmdOpenView = EAppMngr2ReservedForOtherGenericCommands,
       
    32     EAppMngr2CmdSettings,
       
    33     EAppMngr2CmdChange
       
    34     };
       
    35 
       
    36 // Default icon indexes defined in appmngr2common.hrh must be in the same order,
       
    37 // see CAppMngr2ListContainer::PopulateItemArrayL() for more details. Also icon
       
    38 // loading order in CAppMngr2Model::LoadDefaultIconsL() must be the same in which
       
    39 // TAppMngr2DefaultIcons are listed below.
       
    40 enum TAppMngr2DefaultIcons
       
    41     {
       
    42     EAppMngr2IconIndex_QgnIndiAmInstMmcAdd,
       
    43     EAppMngr2IconIndex_QgnIndiFmgrMsAdd,
       
    44     EAppMngr2IconIndex_QgnPropUnknown
       
    45     };
       
    46 
       
    47 enum TApplicationMode 
       
    48     {
       
    49     ENotInstalled,
       
    50     EInstalled
       
    51     };    
       
    52 
       
    53 #endif  // APPMNGR2_HRH
       
    54