os/ossrv/stdlibs/libcrypt/group/libcrypt.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/stdlibs/libcrypt/group/libcrypt.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,73 @@
     1.4 +/*
     1.5 +* Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description:  Project mmp file
    1.18 +*
    1.19 +*/
    1.20 +
    1.21 +#include <platform_paths.hrh>
    1.22 +
    1.23 +TARGET        libcrypt.dll
    1.24 +TARGETTYPE    dll
    1.25 +UID           0x1000008d 0x10281F2D
    1.26 +
    1.27 +CAPABILITY    ALL -TCB
    1.28 +VENDORID      0x101FB657
    1.29 +VERSION 				1.1
    1.30 +
    1.31 +MACRO		  SYMBIAN
    1.32 +
    1.33 +#ifndef WINSCW
    1.34 +EPOCALLOWDLLDATA
    1.35 +#endif
    1.36 +
    1.37 +start wins
    1.38 +win32_headers
    1.39 +end
    1.40 +
    1.41 +SOURCEPATH    ../src
    1.42 +SOURCE 	      encrypt.cpp libcrypt.cpp wsd_solution.cpp
    1.43 +
    1.44 +SOURCEPATH    ../src/libcrypt
    1.45 +SOURCE        crypt-md5.c misc.c
    1.46 +
    1.47 +SOURCEPATH    ../src/libmd
    1.48 +SOURCE        md5c.c
    1.49 +
    1.50 +SOURCEPATH    ../src/secure/lib/libcrypt
    1.51 +SOURCE        crypt-des.c
    1.52 +
    1.53 +DEFFILE	  libcrypt.def
    1.54 +
    1.55 +USERINCLUDE   ../inc
    1.56 +USERINCLUDE   ../../../genericopenlibs/openenvcore/ewsd/inc
    1.57 +
    1.58 +
    1.59 +
    1.60 +OS_LAYER_LIBC_SYSTEMINCLUDE
    1.61 +OS_LAYER_SYSTEMINCLUDE
    1.62 +
    1.63 +
    1.64 +#ifdef WINSCW
    1.65 +LIBRARY       ewsd.lib
    1.66 +#endif
    1.67 +
    1.68 +LIBRARY       euser.lib
    1.69 +LIBRARY   	  libc.lib
    1.70 +
    1.71 +nostrictdef
    1.72 +
    1.73 +
    1.74 +
    1.75 +SMPSAFE
    1.76 +PAGED