pkiutilities/DeviceToken/Group/DevTokenShared.mmp
changeset 0 164170e6151a
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     1 /*
       
     2 * Copyright (c) 2006 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 "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:   Project definition file for DevTokenShared
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 TARGET DevTokenShared.dll
       
    21 TARGETTYPE dll
       
    22 UID 0x1000008d 0x101FB66D
       
    23 
       
    24 CAPABILITY All -TCB
       
    25 VENDORID VID_DEFAULT
       
    26 
       
    27 USERINCLUDE ../Inc 
       
    28 MW_LAYER_SYSTEMINCLUDE
       
    29 
       
    30 SOURCEPATH ../Src/Shared
       
    31 SOURCE DevTokenDataMarshaller.cpp
       
    32 SOURCE DevTokenKeyInfo.cpp
       
    33 SOURCE DevTokenCertInfo.cpp
       
    34 SOURCE DevTokenDHParams.cpp
       
    35 SOURCE DevTokenNullStream.cpp
       
    36 
       
    37 LIBRARY euser.lib 
       
    38 LIBRARY estor.lib
       
    39 LIBRARY ctframework.lib 
       
    40 LIBRARY cryptography.lib
       
    41 
       
    42 SMPSAFE
       
    43