Update contrib.
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of the License "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
15 * Rule-based plugin selector definition
26 #ifndef CRYPTOAPI_RULECHARACTERISTICS_H
27 #define CRYPTOAPI_RULECHARACTERISTICS_H
29 #include <cryptospi/pluginselectorbase.h>
30 #include <cryptospi/cryptocharacteristics.h>
31 #include <e32hashtab.h>
32 #include <cryptospi/cryptoparams.h>
38 * The class holds characteristics and dll index.
40 NONSHARABLE_CLASS(CRulesCharacteristicsAndPluginName) : public CCharacteristicsAndPluginName
44 * Create a new instance of CRulesCharacteristicsAndPluginName.
46 * @param aInterface the interface uid
47 * @return the pointer of the new object
49 static CRulesCharacteristicsAndPluginName* NewL(TInt32 aInterface);
52 * Create a new instance of CRulesCharacteristicsAndPluginName.
53 * Leave it on the cleanup stack.
55 * @param aInterface the interface uid
56 * @return the pointer of the new object
58 static CRulesCharacteristicsAndPluginName* NewLC(TInt32 aInterface);
63 virtual ~CRulesCharacteristicsAndPluginName();
69 CRulesCharacteristicsAndPluginName();
70 void ConstructL(TInt32 aInterface);
74 This is the extended characteristic uid that need to be sorted.
81 #endif //CRYPTOAPI_RULECHARACTERISTICS_H