commondrm/drmencryptor/inc/DRMEncryptor.hrh
branchRCL_3
changeset 26 1221b68b8a5f
parent 25 50c53e893c3f
child 27 1481bf457703
equal deleted inserted replaced
25:50c53e893c3f 26:1221b68b8a5f
     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:  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef DRMEncryptor_HRH
       
    20 #define DRMEncryptor_HRH
       
    21 
       
    22 enum TDRMEncryptorItemType
       
    23     {
       
    24     EDRMEncryptorTextItem,
       
    25     EDRMEncryptorImageItem
       
    26     };
       
    27 
       
    28 // DrmEncryptor enumerate command codes
       
    29 enum TDrmEncryptorIds
       
    30     {
       
    31     EDrmEncryptorUICommand1 = 1,  // start value must not be 0
       
    32     EDrmEncryptorKeyCommand,
       
    33     EDrmEncryptorDeleteCommand,
       
    34     ESetDrmTimeCommand,
       
    35     EAddROsIntoDb,
       
    36     EDrmTimeCommand,
       
    37     EDrmBb5KeyTestCommand,
       
    38     EDRMPlayServerCommand,
       
    39     EDRM_API_BATUICommand3,
       
    40     EDRM_API_SubMenuId_1,
       
    41     EDRM_API_SubMenuId_1_1,
       
    42     EDRM_API_SubMenuId_1_2,
       
    43     EDRM_API_SubMenuId_1_3,
       
    44     EDRM_API_SubMenuId_2_1,
       
    45     EDRM_API_SubMenuId_2_2,
       
    46     EDRM_API_SubMenuId_2_3,
       
    47     EDRM_API_SubMenuId_3_1_1,
       
    48     EDRM_API_SubMenuId_3_1_2,
       
    49     EDRM_API_SubMenuId_3_1_3,
       
    50     EDRM_API_SubMenuId_3_1_4,
       
    51     EDrmEncryptorDeleteWmDrmCommand,
       
    52     EDrmEncryptorBackupWmDrmCommand,
       
    53     EDrmEncryptorRestoreWmDrmCommand
       
    54     };
       
    55 
       
    56 #endif // DRMEncryptor_HRH