os/ossrv/stdlibs/libcrypt/group/libcrypt.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
/*
sl@0
     2
* Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     3
* All rights reserved.
sl@0
     4
* This component and the accompanying materials are made available
sl@0
     5
* under the terms of "Eclipse Public License v1.0"
sl@0
     6
* which accompanies this distribution, and is available
sl@0
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     8
*
sl@0
     9
* Initial Contributors:
sl@0
    10
* Nokia Corporation - initial contribution.
sl@0
    11
*
sl@0
    12
* Contributors:
sl@0
    13
*
sl@0
    14
* Description:  Project mmp file
sl@0
    15
*
sl@0
    16
*/
sl@0
    17
sl@0
    18
#include <platform_paths.hrh>
sl@0
    19
sl@0
    20
TARGET        libcrypt.dll
sl@0
    21
TARGETTYPE    dll
sl@0
    22
UID           0x1000008d 0x10281F2D
sl@0
    23
sl@0
    24
CAPABILITY    ALL -TCB
sl@0
    25
VENDORID      0x101FB657
sl@0
    26
VERSION 				1.1
sl@0
    27
sl@0
    28
MACRO		  SYMBIAN
sl@0
    29
sl@0
    30
#ifndef WINSCW
sl@0
    31
EPOCALLOWDLLDATA
sl@0
    32
#endif
sl@0
    33
sl@0
    34
start wins
sl@0
    35
win32_headers
sl@0
    36
end
sl@0
    37
sl@0
    38
SOURCEPATH    ../src
sl@0
    39
SOURCE 	      encrypt.cpp libcrypt.cpp wsd_solution.cpp
sl@0
    40
sl@0
    41
SOURCEPATH    ../src/libcrypt
sl@0
    42
SOURCE        crypt-md5.c misc.c
sl@0
    43
sl@0
    44
SOURCEPATH    ../src/libmd
sl@0
    45
SOURCE        md5c.c
sl@0
    46
sl@0
    47
SOURCEPATH    ../src/secure/lib/libcrypt
sl@0
    48
SOURCE        crypt-des.c
sl@0
    49
sl@0
    50
DEFFILE	  libcrypt.def
sl@0
    51
sl@0
    52
USERINCLUDE   ../inc
sl@0
    53
USERINCLUDE   ../../../genericopenlibs/openenvcore/ewsd/inc
sl@0
    54
sl@0
    55
sl@0
    56
sl@0
    57
OS_LAYER_LIBC_SYSTEMINCLUDE
sl@0
    58
OS_LAYER_SYSTEMINCLUDE
sl@0
    59
sl@0
    60
sl@0
    61
#ifdef WINSCW
sl@0
    62
LIBRARY       ewsd.lib
sl@0
    63
#endif
sl@0
    64
sl@0
    65
LIBRARY       euser.lib
sl@0
    66
LIBRARY   	  libc.lib
sl@0
    67
sl@0
    68
nostrictdef
sl@0
    69
sl@0
    70
sl@0
    71
sl@0
    72
SMPSAFE
sl@0
    73
PAGED