sl@0: /*
sl@0: * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0: * All rights reserved.
sl@0: * This component and the accompanying materials are made available
sl@0: * under the terms of the License "Eclipse Public License v1.0"
sl@0: * which accompanies this distribution, and is available
sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0: *
sl@0: * Initial Contributors:
sl@0: * Nokia Corporation - initial contribution.
sl@0: *
sl@0: * Contributors:
sl@0: *
sl@0: * Description: 
sl@0: * filetokenspatchdata.h
sl@0: *
sl@0: */
sl@0: 
sl@0: 
sl@0: #include <e32base.h>
sl@0: 
sl@0: /**
sl@0: This 8-bit variable is used in enablement of aggregation of multiple certstores
sl@0: present under filecertstore ROM drive private directory. It is used to override swicertstores's and filecertstore's
sl@0: default behaviour of only loading and reading from permanent certstore files 'swicertstore.dat and 
sl@0: 'cacerts.dat' & 'certclients.dat' respectively. Compile time value is 0 - default behaviour. 
sl@0: When value is 1 - SWI certstore will aggregate all the certstore files present under 
sl@0: ROM drive resource directory and gives an abstraction of a single ROM swicertstore. Also this
sl@0: will aggregate the highest version writable swicertstore under system drive resource directory
sl@0: as of higher priority to with the ROM composite swicertstore. Similarly, filecertstore will aggregate
sl@0: the multiple certstore files present under its ROM drive private directory and gives an abstraction of a single filecertstore.
sl@0: In emulator platform we have the default behaviour for both swicertstore and filecertstore. 
sl@0: 
sl@0: This variable is changed at ROM build time using the patchdata obey keyword.
sl@0: See Symbian OS Developer Library documentation on how to patch DLL data exports.
sl@0: @file
sl@0: @publishedPartner
sl@0: @released
sl@0: */
sl@0: 
sl@0: IMPORT_C extern const TUint8 KAggregateCertStore;