phonebookui/Phonebook2/MMCExtension/inc/PmuCommands.hrh
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 /*
       
     2 * Copyright (c) 2006-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:  Phonebook 2 MMC UI extension command enumerations.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef PMUCOMMANDS_HRH
       
    20 #define PMUCOMMANDS_HRH
       
    21 
       
    22 #include <Pbk2Commands.hrh>
       
    23 
       
    24 // --------------------------------------------------------------------------
       
    25 // Phonebook 2 MMC UI extension command enumerations
       
    26 // --------------------------------------------------------------------------
       
    27 //
       
    28 enum TPmuCommandId
       
    29     {
       
    30     /// First MMC command is EMmcUiExtensionFirstCommand
       
    31     /// Cascade menu command
       
    32     EPmuCmdCascadingBackup  = EMmcUiExtensionFirstCommand,
       
    33     /// Submenu command for export
       
    34     EPmuCmdExportToMemoryCard,
       
    35     /// Submenu command for import
       
    36     EPmuCmdImportFromMemoryCard,
       
    37     /// Command to enable adding subcommands to backup cascade
       
    38     EPmuCmdFirstBackupCascadeId
       
    39     };
       
    40 
       
    41 #endif // PMUCOMMANDS_HRH
       
    42 
       
    43 // End of File