os/ossrv/stdlibs/libcrypt/group/libcrypt.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 /*
     2 * Copyright (c) 2005-2006 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 "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:  Project mmp file
    15 *
    16 */
    17 
    18 #include <platform_paths.hrh>
    19 
    20 TARGET        libcrypt.dll
    21 TARGETTYPE    dll
    22 UID           0x1000008d 0x10281F2D
    23 
    24 CAPABILITY    ALL -TCB
    25 VENDORID      0x101FB657
    26 VERSION 				1.1
    27 
    28 MACRO		  SYMBIAN
    29 
    30 #ifndef WINSCW
    31 EPOCALLOWDLLDATA
    32 #endif
    33 
    34 start wins
    35 win32_headers
    36 end
    37 
    38 SOURCEPATH    ../src
    39 SOURCE 	      encrypt.cpp libcrypt.cpp wsd_solution.cpp
    40 
    41 SOURCEPATH    ../src/libcrypt
    42 SOURCE        crypt-md5.c misc.c
    43 
    44 SOURCEPATH    ../src/libmd
    45 SOURCE        md5c.c
    46 
    47 SOURCEPATH    ../src/secure/lib/libcrypt
    48 SOURCE        crypt-des.c
    49 
    50 DEFFILE	  libcrypt.def
    51 
    52 USERINCLUDE   ../inc
    53 USERINCLUDE   ../../../genericopenlibs/openenvcore/ewsd/inc
    54 
    55 
    56 
    57 OS_LAYER_LIBC_SYSTEMINCLUDE
    58 OS_LAYER_SYSTEMINCLUDE
    59 
    60 
    61 #ifdef WINSCW
    62 LIBRARY       ewsd.lib
    63 #endif
    64 
    65 LIBRARY       euser.lib
    66 LIBRARY   	  libc.lib
    67 
    68 nostrictdef
    69 
    70 
    71 
    72 SMPSAFE
    73 PAGED