crypto/weakcryptospi/group/randsvr.mmp
branchRCL_3
changeset 41 9b5a3a9fddf8
parent 37 721a5e5fe251
child 42 eb9b28acd381
equal deleted inserted replaced
37:721a5e5fe251 41:9b5a3a9fddf8
     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 /**
       
    20 @file
       
    21 
       
    22 @SYMPurpose randsvr.exe Pseudo-random number generator server
       
    23 */
       
    24 
       
    25 TARGET			randsvr.exe
       
    26 CAPABILITY ProtServ
       
    27 TARGETTYPE		EXE
       
    28 UNPAGED
       
    29 
       
    30 UID      0x0 0x100066dc
       
    31 VENDORID 0x70000001
       
    32 
       
    33 SOURCEPATH	../source/random
       
    34 SOURCE          randsvr.cpp sha1shim.cpp messagedigest.cpp
       
    35 SOURCE          sha1impl.cpp
       
    36 
       
    37 USERINCLUDE 	../inc
       
    38 USERINCLUDE 	../source/hash
       
    39 USERINCLUDE 	../../../cryptoplugins/cryptospiplugins/source/softwarecrypto
       
    40 USERINCLUDE	../inc/spi
       
    41 OS_LAYER_SYSTEMINCLUDE
       
    42 OS_LAYER_ESTLIB_SYSTEMINCLUDE
       
    43 LIBRARY         euser.lib 
       
    44 
       
    45 
       
    46 START WINS
       
    47 BASEADDRESS     0x7b130000
       
    48 END
       
    49 SMPSAFE