omaprovisioning/pnputil/inc/PnpUtilPrivateCRKeys.h
changeset 0 b497e44ab2fc
child 2 5594fba90824
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/omaprovisioning/pnputil/inc/PnpUtilPrivateCRKeys.h	Thu Dec 17 09:07:52 2009 +0200
@@ -0,0 +1,40 @@
+/*
+* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). 
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:  Header file for PnpUtil Private CR Keys
+*
+*/
+
+
+#ifndef PNPUTILPRIVATECRKEYS_H
+#define PNPUTILPRIVATECRKEYS_H
+
+const TUid    KCRUidPnpUtil = {0x1020433A};
+
+
+const TUint32 KPnPUtilDeadline	= 0x00000000;
+const TUint32 KPnPUtilToken = 0x00000001;
+const TUint32 KPnPUtilNonce = 0x00000002;
+const TUint32 KPnPUtilHomeMcc = 0x00000004;
+const TUint32 KPnPUtilHomeMnc = 0x00000005;
+const TUint32 KPnPUtilNetworkMcc = 0x00000006;
+const TUint32 KPnPUtilNetworkMnc = 0x00000007;
+const TUint32 KPnPUtilKeyInfo = 0x00000008;
+const TUint32 KPnPUtilModulus = 0x00000009;
+const TUint32 KPnPUtilPublicExponent = 0x0000000A;
+const TUint32 KPnPProvUtilAppUID = 0x0000000B;
+const TUint32 KPnPProvUtilProvAdapID = 0x0000000C;
+
+
+
+#endif      // PNPUTILPRIVATECRKEYS_H