cryptoservices/filebasedcertificateandkeystores/source/generic/common/fstokencliserv.cpp
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    14 * Description: 
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #include <fstokencliserv.h>
    19 #include "fstokencliserv.h"
    20 #include <tokentypesenum.h>
    20 #include "tokentypesenum.h"
    21 #include <mctkeystore.h>
    21 #include <mctkeystore.h>
    22 #include <mctcertstore.h>
    22 #include <mctcertstore.h>
    23 #include <mctcertapps.h>
    23 #include <mctcertapps.h>
       
    24 
       
    25 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    26 /** The UID of certificate application token type */
       
    27 const TInt KTokenTypeCertApps = 0x101f7a37;
       
    28 #endif
    24 
    29 
    25 RSupportedTokensArray::RSupportedTokensArray()
    30 RSupportedTokensArray::RSupportedTokensArray()
    26 	{
    31 	{
    27 	_LIT(KFileKeyStoreName, "Software key store");
    32 	_LIT(KFileKeyStoreName, "Software key store");
    28 	_LIT(KFileCertStoreName, "Software certificate store");
    33 	_LIT(KFileCertStoreName, "Software certificate store");