omaprovisioning/pnputil/inc/PnpUtilPrivateCRKeys.h
changeset 0 b497e44ab2fc
child 2 5594fba90824
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     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:  Header file for PnpUtil Private CR Keys
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef PNPUTILPRIVATECRKEYS_H
       
    20 #define PNPUTILPRIVATECRKEYS_H
       
    21 
       
    22 const TUid    KCRUidPnpUtil = {0x1020433A};
       
    23 
       
    24 
       
    25 const TUint32 KPnPUtilDeadline	= 0x00000000;
       
    26 const TUint32 KPnPUtilToken = 0x00000001;
       
    27 const TUint32 KPnPUtilNonce = 0x00000002;
       
    28 const TUint32 KPnPUtilHomeMcc = 0x00000004;
       
    29 const TUint32 KPnPUtilHomeMnc = 0x00000005;
       
    30 const TUint32 KPnPUtilNetworkMcc = 0x00000006;
       
    31 const TUint32 KPnPUtilNetworkMnc = 0x00000007;
       
    32 const TUint32 KPnPUtilKeyInfo = 0x00000008;
       
    33 const TUint32 KPnPUtilModulus = 0x00000009;
       
    34 const TUint32 KPnPUtilPublicExponent = 0x0000000A;
       
    35 const TUint32 KPnPProvUtilAppUID = 0x0000000B;
       
    36 const TUint32 KPnPProvUtilProvAdapID = 0x0000000C;
       
    37 
       
    38 
       
    39 
       
    40 #endif      // PNPUTILPRIVATECRKEYS_H