os/security/cryptoservices/filebasedcertificateandkeystores/group/fstokenshared.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 /*
     2 * Copyright (c) 2003-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 * Marshalling code shared between client and server
    16 * fstokenshared.dll Marshalling code shared between client and server
    17 *
    18 */
    19 
    20 
    21 /**
    22  @file
    23 */
    24 
    25 CAPABILITY All -TCB
    26 
    27 target fstokenshared.dll
    28 TARGETTYPE dll
    29 
    30 UID 0x1000008d 0x101FF731
    31 VENDORID 0x70000001
    32 
    33 DEFFILE fstokenshared_v2.def
    34 
    35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    36 USERINCLUDE  ../../../crypto/weakcrypto/inc
    37 USERINCLUDE  ../Inc 
    38 
    39 
    40 sourcepath ../source/shared
    41 source TokenDataMarshaller.cpp
    42 source CKeyInfo.cpp
    43 source DHParams.cpp
    44 source NullStream.cpp
    45 source CCertInfo.cpp
    46 
    47 sourcepath ../source/generic/common
    48 source dllentry.cpp
    49 
    50 library euser.lib estor.lib
    51 library ctframework.lib cryptography.lib
    52 
    53 SMPSAFE