phonebookui/Phonebook2/xSPExtensionManager/src/ExtensionManager.hrh
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2006 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: 
       
    15 *    id definitions for ExtensionManager.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef __EXTENSIONMANAGER_HRH__
       
    21 #define __EXTENSIONMANAGER_HRH__
       
    22 
       
    23 /// view ID for xSP sorting view
       
    24 #define EExtensionManagerSortViewId 10000
       
    25 
       
    26 // View IDs for tabbed views
       
    27 #define EExtensionManagerTabViewStartId 10001
       
    28 #define EExtensionManagerTabViewMaxId 10100
       
    29 
       
    30 // View IDs for nontabbed views
       
    31 #define EExtensionManagerViewStartId 10101
       
    32 #define EExtensionManagerViewMaxId 10200
       
    33 
       
    34 // Tab ordering start value, increases with each tab
       
    35 #define EExtensionManagerTabOrderingStart 1001
       
    36 
       
    37 // Command range allocated to xSP Extension Manager
       
    38 #define EExtensionManagerFirstCommand 30700
       
    39 #define EExtensionManagerFirstFreeCommand 30702
       
    40 #define EExtensionManagerLastCommand 30799
       
    41 
       
    42 /**
       
    43  * Menu Commands
       
    44  */
       
    45 enum TxSPCommands
       
    46     {
       
    47     EExtensionManagerCmdSort = EExtensionManagerFirstCommand,
       
    48     EExtensionManagerCmdMove
       
    49     };
       
    50 
       
    51 #endif // __EXTENSIONMANAGER_HRH__
       
    52 
       
    53 // End of File