os/security/cryptomgmtlibs/cryptotokenfw/inc/CryptoTokenRegistryInfo.rh
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 /*
     2 * Copyright (c) 2004-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 the License "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  @file
    20  @publishedAll
    21  @released
    22 */
    23 
    24 #include <ecom/registryinfo.rh>
    25 #include "ct/interfaceuid.hrh"
    26 
    27 // Some defines of useful values for attributes to simplify
    28 // writing resource files
    29 
    30 // True
    31 #define CT_TRUE 1,0,0,0
    32 // False
    33 #define CT_FALSE 0,0,0,0
    34 // A number between 0 and 255
    35 #define CT_NUM8(x) x,0,0,0
    36 #define CT_SW_THIRDPARTY CT_NUM8(1)
    37 #define CT_HW_SIM  CT_NUM8(2)
    38 #define CT_HW_WIM  CT_NUM8(3)
    39 #define CT_HW_UICC CT_NUM8(4)
    40 #define CT_SW_MANUFACTURE CT_NUM8(5)
    41 
    42 // Attribute UIDs.
    43 #define CT_SOFTWARE 0x7b, 0x52, 0x1f, 0x10
    44 #define CT_REMOVABLE 0x7c, 0x52, 0x1f, 0x10
    45 #define CT_ACCESS_CONTROLLED 0x7d, 0x52, 0x1f, 0x10
    46 #define CT_MAX_TOKEN_COUNT 0x7e, 0x52, 0x1f, 0x10
    47 #define CT_MIN_TOKEN_COUNT 0x7f, 0x52, 0x1f, 0x10
    48 
    49 // Interface UIDs
    50 #define CT_CERT_STORE 0x1B, 0x50, 0x1F, 0x10
    51 #define CT_WRITEABLE_CERT_STORE 0x1C, 0x50, 0x1f, 0x10
    52 #define CT_KEY_STORE 0x1d, 0x50, 0x1f, 0x10
    53 #define CT_AUTHENTICATION_OBJECT 0xAE, 0x51, 0x1F, 0x10