kerneltest/e32utils/group/nistsecurerng.mmp
changeset 90 947f0dc9f7a8
equal deleted inserted replaced
52:2d65c2f76d7b 90:947f0dc9f7a8
       
     1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of the License "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 TARGET		  nistsecurerng.exe
       
    17 TARGETTYPE	  exe
       
    18 UID		  0x20027F9A
       
    19 
       
    20 USERINCLUDE	../nistsecurerng/include
       
    21 USERINCLUDE	../nistsecurerng/include/utils
       
    22 
       
    23 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    24 
       
    25 SOURCEPATH	../nistsecurerng/src
       
    26 SOURCE		assess.cpp
       
    27 SOURCE		approximateEntropy.cpp 
       
    28 SOURCE		blockFrequency.cpp 
       
    29 SOURCE		cephes.cpp 
       
    30 SOURCE		cusum.cpp 
       
    31 SOURCE		discreteFourierTransform.cpp
       
    32 SOURCE		dfft.cpp
       
    33 SOURCE		frequency.cpp 
       
    34 SOURCE		generators.cpp 
       
    35 SOURCE		genutils.cpp 
       
    36 SOURCE		linearComplexity.cpp 
       
    37 SOURCE		longestRunOfOnes.cpp 
       
    38 SOURCE		matrix.cpp 
       
    39 SOURCE		nonOverlappingTemplateMatchings.cpp 
       
    40 SOURCE		overlappingTemplateMatchings.cpp 
       
    41 SOURCE		randomExcursions.cpp 
       
    42 SOURCE		randomExcursionsVariant.cpp 
       
    43 SOURCE		rank.cpp 
       
    44 SOURCE		runs.cpp 
       
    45 SOURCE		serial.cpp 
       
    46 SOURCE		universal.cpp 
       
    47 SOURCE		utilities.cpp
       
    48 //provides some openc c functions that are not avaiable in kernel
       
    49 
       
    50 SOURCEPATH	../nistsecurerng/src/utils
       
    51 SOURCE		openc.cpp
       
    52 SOURCE		qsort.cpp
       
    53 
       
    54 SOURCEPATH	../nistsecurerng/src/math
       
    55 SOURCE		erf.cpp 
       
    56 
       
    57 
       
    58 LIBRARY		euser.lib  efsrv.lib
       
    59 
       
    60 EPOCHEAPSIZE		0x0800000 0x8000000
       
    61 
       
    62 SMPSAFE