michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: /* michael@0: * ckcapi/constants.c michael@0: * michael@0: * Identification and other constants, all collected here in one place. michael@0: */ michael@0: michael@0: #ifndef NSSBASET_H michael@0: #include "nssbaset.h" michael@0: #endif /* NSSBASET_H */ michael@0: michael@0: #ifndef NSSCKT_H michael@0: #include "nssckt.h" michael@0: #endif /* NSSCKT_H */ michael@0: michael@0: #ifndef NSSCAPI_H michael@0: #include "nsscapi.h" michael@0: #endif /* NSSCAPI_H */ michael@0: michael@0: NSS_IMPLEMENT_DATA const CK_VERSION michael@0: nss_ckcapi_CryptokiVersion = { michael@0: NSS_CKCAPI_CRYPTOKI_VERSION_MAJOR, michael@0: NSS_CKCAPI_CRYPTOKI_VERSION_MINOR }; michael@0: michael@0: NSS_IMPLEMENT_DATA const NSSUTF8 * michael@0: nss_ckcapi_ManufacturerID = (NSSUTF8 *) "Mozilla Foundation"; michael@0: michael@0: NSS_IMPLEMENT_DATA const NSSUTF8 * michael@0: nss_ckcapi_LibraryDescription = (NSSUTF8 *) "NSS Access to Microsoft Certificate Store"; michael@0: michael@0: NSS_IMPLEMENT_DATA const CK_VERSION michael@0: nss_ckcapi_LibraryVersion = { michael@0: NSS_CKCAPI_LIBRARY_VERSION_MAJOR, michael@0: NSS_CKCAPI_LIBRARY_VERSION_MINOR}; michael@0: michael@0: NSS_IMPLEMENT_DATA const NSSUTF8 * michael@0: nss_ckcapi_SlotDescription = (NSSUTF8 *) "Microsoft Certificate Store"; michael@0: michael@0: NSS_IMPLEMENT_DATA const CK_VERSION michael@0: nss_ckcapi_HardwareVersion = { michael@0: NSS_CKCAPI_HARDWARE_VERSION_MAJOR, michael@0: NSS_CKCAPI_HARDWARE_VERSION_MINOR }; michael@0: michael@0: NSS_IMPLEMENT_DATA const CK_VERSION michael@0: nss_ckcapi_FirmwareVersion = { michael@0: NSS_CKCAPI_FIRMWARE_VERSION_MAJOR, michael@0: NSS_CKCAPI_FIRMWARE_VERSION_MINOR }; michael@0: michael@0: NSS_IMPLEMENT_DATA const NSSUTF8 * michael@0: nss_ckcapi_TokenLabel = (NSSUTF8 *) "Microsoft Certificate Store"; michael@0: michael@0: NSS_IMPLEMENT_DATA const NSSUTF8 * michael@0: nss_ckcapi_TokenModel = (NSSUTF8 *) "1"; michael@0: michael@0: NSS_IMPLEMENT_DATA const NSSUTF8 * michael@0: nss_ckcapi_TokenSerialNumber = (NSSUTF8 *) "1"; michael@0: