os/security/cryptoplugins/cryptospiplugins/test/h4drv/crypto_h4/cryptoh4.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/security/cryptoplugins/cryptospiplugins/test/h4drv/crypto_h4/cryptoh4.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,53 @@
     1.4 +/*
     1.5 +* Copyright (c) 2009 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 the License "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: 
    1.18 +*
    1.19 +*/
    1.20 +
    1.21 +
    1.22 +#define             NO_EKERN_LIB
    1.23 +#include 			"kernel/kern_ext.mmh"
    1.24 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    1.25 +SYMBIAN_BASE_SYSTEMINCLUDE(drivers)
    1.26 +
    1.27 +#ifdef MARM
    1.28 +#include			"omap2420.mmh"
    1.29 +SYMBIAN_OMAP_HRP_SYSTEMINCLUDE(h4)
    1.30 +SYMBIAN_OMAP_HRP_SYSTEMINCLUDE(assp/shared)
    1.31 +SYMBIAN_OMAP_HRP_SYSTEMINCLUDE(assp/omap24xx)
    1.32 +#endif
    1.33 +
    1.34 +USERINCLUDE   .
    1.35 +
    1.36 +start wins
    1.37 +win32_headers
    1.38 +end
    1.39 +
    1.40 +TARGET 		crypto.h4.pdd
    1.41 +UNPAGED
    1.42 +TARGETTYPE	PDD
    1.43 +EPOCALLOWDLLDATA
    1.44 +VENDORID	0x70000001
    1.45 +UID 		0x100039d0 0x20008409
    1.46 +CAPABILITY 	All
    1.47 +
    1.48 +SOURCE cryptoh4.cpp cryptoh4rng.cpp cryptoh4aes.cpp
    1.49 +
    1.50 +
    1.51 +LIBRARY		ekern.lib cryptojobs.lib
    1.52 +
    1.53 +#ifdef MARM
    1.54 +library		VariantTarget(kaomap,lib) VariantTarget(ecust,lib)
    1.55 +library		VariantTarget(fpga,lib) 
    1.56 +#endif