crypto/weakcrypto/group/random.mmp
changeset 0 2c201484c85f
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 @file
       
    20 
       
    21 @SYMPurpose random.dll Pseudo-random number generator server, client-side
       
    22 */
       
    23 
       
    24 TARGET			random.dll
       
    25 CAPABILITY All
       
    26 TARGETTYPE		DLL
       
    27 UNPAGED
       
    28 
       
    29 UID      0x1000008d 0x10005E12
       
    30 VENDORID 0x70000001
       
    31 
       
    32 SOURCEPATH	../source/random
       
    33 SOURCE          random.cpp threadrandom.cpp
       
    34 
       
    35 USERINCLUDE 	../inc
       
    36 SYSTEMINCLUDE	/epoc32/include
       
    37 SYSTEMINCLUDE   /epoc32/include/libc
       
    38 LIBRARY         euser.lib 
       
    39 
       
    40 START WINS
       
    41 BASEADDRESS     0x7b120000
       
    42 END