os/security/cryptoservices/filebasedcertificateandkeystores/Inc/certstorepatchdata.h
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/security/cryptoservices/filebasedcertificateandkeystores/Inc/certstorepatchdata.h	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,41 @@
     1.4 +/*
     1.5 +* Copyright (c) 2008-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 +* filetokenspatchdata.h
    1.19 +*
    1.20 +*/
    1.21 +
    1.22 +
    1.23 +#include <e32base.h>
    1.24 +
    1.25 +/**
    1.26 +This 8-bit variable is used in enablement of aggregation of multiple certstores
    1.27 +present under filecertstore ROM drive private directory. It is used to override swicertstores's and filecertstore's
    1.28 +default behaviour of only loading and reading from permanent certstore files 'swicertstore.dat and 
    1.29 +'cacerts.dat' & 'certclients.dat' respectively. Compile time value is 0 - default behaviour. 
    1.30 +When value is 1 - SWI certstore will aggregate all the certstore files present under 
    1.31 +ROM drive resource directory and gives an abstraction of a single ROM swicertstore. Also this
    1.32 +will aggregate the highest version writable swicertstore under system drive resource directory
    1.33 +as of higher priority to with the ROM composite swicertstore. Similarly, filecertstore will aggregate
    1.34 +the multiple certstore files present under its ROM drive private directory and gives an abstraction of a single filecertstore.
    1.35 +In emulator platform we have the default behaviour for both swicertstore and filecertstore. 
    1.36 +
    1.37 +This variable is changed at ROM build time using the patchdata obey keyword.
    1.38 +See Symbian OS Developer Library documentation on how to patch DLL data exports.
    1.39 +@file
    1.40 +@publishedPartner
    1.41 +@released
    1.42 +*/
    1.43 +
    1.44 +IMPORT_C extern const TUint8 KAggregateCertStore;