crypto/weakcryptospi/group/hash.mmp
branchRCL_3
changeset 43 2f10d260163b
parent 8 35751d3474b7
equal deleted inserted replaced
42:eb9b28acd381 43:2f10d260163b
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    31 VENDORID 0x70000001
    31 VENDORID 0x70000001
    32 
    32 
    33 SOURCEPATH		../source/hash
    33 SOURCEPATH		../source/hash
    34 SOURCE          hash.cpp md2.cpp md5.cpp sha1.cpp hmac.cpp hashshim.cpp md4.cpp sha2.cpp
    34 SOURCE          hash.cpp md2.cpp md5.cpp sha1.cpp hmac.cpp hashshim.cpp md4.cpp sha2.cpp
    35 
    35 
    36 USERINCLUDE		../inc
       
    37 USERINCLUDE	../inc/spi
       
    38 OS_LAYER_SYSTEMINCLUDE
    36 OS_LAYER_SYSTEMINCLUDE
    39 
    37 
    40 LIBRARY         euser.lib cryptospi.lib
    38 LIBRARY         euser.lib cryptospi.lib
    41 
    39 
    42 START WINS
    40 START WINS