1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/security/cryptomgmtlibs/cryptotokenfw/inc/CryptoTokenRegistryInfo.rh Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,53 @@
1.4 +/*
1.5 +* Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
1.6 +* All rights reserved.
1.7 +* This component and the accompanying materials are made available
1.8 +* under the terms of the License "Eclipse Public License v1.0"
1.9 +* which accompanies this distribution, and is available
1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.11 +*
1.12 +* Initial Contributors:
1.13 +* Nokia Corporation - initial contribution.
1.14 +*
1.15 +* Contributors:
1.16 +*
1.17 +* Description:
1.18 +*
1.19 +*/
1.20 +
1.21 +/**
1.22 + @file
1.23 + @publishedAll
1.24 + @released
1.25 +*/
1.26 +
1.27 +#include <ecom/registryinfo.rh>
1.28 +#include "ct/interfaceuid.hrh"
1.29 +
1.30 +// Some defines of useful values for attributes to simplify
1.31 +// writing resource files
1.32 +
1.33 +// True
1.34 +#define CT_TRUE 1,0,0,0
1.35 +// False
1.36 +#define CT_FALSE 0,0,0,0
1.37 +// A number between 0 and 255
1.38 +#define CT_NUM8(x) x,0,0,0
1.39 +#define CT_SW_THIRDPARTY CT_NUM8(1)
1.40 +#define CT_HW_SIM CT_NUM8(2)
1.41 +#define CT_HW_WIM CT_NUM8(3)
1.42 +#define CT_HW_UICC CT_NUM8(4)
1.43 +#define CT_SW_MANUFACTURE CT_NUM8(5)
1.44 +
1.45 +// Attribute UIDs.
1.46 +#define CT_SOFTWARE 0x7b, 0x52, 0x1f, 0x10
1.47 +#define CT_REMOVABLE 0x7c, 0x52, 0x1f, 0x10
1.48 +#define CT_ACCESS_CONTROLLED 0x7d, 0x52, 0x1f, 0x10
1.49 +#define CT_MAX_TOKEN_COUNT 0x7e, 0x52, 0x1f, 0x10
1.50 +#define CT_MIN_TOKEN_COUNT 0x7f, 0x52, 0x1f, 0x10
1.51 +
1.52 +// Interface UIDs
1.53 +#define CT_CERT_STORE 0x1B, 0x50, 0x1F, 0x10
1.54 +#define CT_WRITEABLE_CERT_STORE 0x1C, 0x50, 0x1f, 0x10
1.55 +#define CT_KEY_STORE 0x1d, 0x50, 0x1f, 0x10
1.56 +#define CT_AUTHENTICATION_OBJECT 0xAE, 0x51, 0x1F, 0x10