cryptoservices/filebasedcertificateandkeystores/Inc/filetokens.iby
changeset 0 2c201484c85f
child 8 35751d3474b7
equal deleted inserted replaced
-1:000000000000 0:2c201484c85f
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     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".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __FILETOKENS_IBY__
       
    20 #define __FILETOKENS_IBY__
       
    21 
       
    22 REM File token libraries
       
    23 
       
    24 #include "asnpkcs.iby"
       
    25 
       
    26 file=ABI_DIR\BUILD_DIR\fstokenshared.dll				System\libs\fstokenshared.dll
       
    27 file=ABI_DIR\BUILD_DIR\fstokencli.dll					System\libs\fstokencli.dll
       
    28 ECOM_PLUGIN(filecertstore.dll,101f5015.rsc)
       
    29 ECOM_PLUGIN(filekeystore.dll,101f7332.rsc)
       
    30 file=ABI_DIR\BUILD_DIR\fstokenserver.exe				System\programs\fstokenserver.exe
       
    31 
       
    32 #include "filetokensconfig.iby"
       
    33 
       
    34 #ifdef AGGREGATE_CERTSTORE
       
    35 patchdata fstokenserver.exe@KAggregateCertStore 0x01
       
    36 #endif
       
    37 
       
    38 #endif