diff -r 675a964f4eb5 -r 35751d3474b7 securityanddataprivacytools/securitytools/certapp/group/certapp.mmp --- a/securityanddataprivacytools/securitytools/certapp/group/certapp.mmp Tue Jul 21 01:04:32 2009 +0100 +++ b/securityanddataprivacytools/securitytools/certapp/group/certapp.mmp Thu Sep 10 14:01:51 2009 +0300 @@ -1,65 +1,66 @@ -/* -* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). -* All rights reserved. -* This component and the accompanying materials are made available -* under the terms of the License "Eclipse Public License v1.0" -* which accompanies this distribution, and is available -* at the URL "http://www.eclipse.org/legal/epl-v10.html". -* -* Initial Contributors: -* Nokia Corporation - initial contribution. -* -* Contributors: -* -* Description: -* -*/ - - -TARGET certapp.exe -TARGETTYPE exe - -SOURCEPATH ../utils -SOURCE logger.cpp -SOURCE stringconv.cpp -SOURCE utils.cpp -SOURCE openssl_license.cpp -SOURCE filestream.cpp - -SOURCEPATH ../store-- -SOURCE e32base.cpp -SOURCE e32cons.cpp -SOURCE s32buf.cpp -SOURCE s32file.cpp -SOURCE us_func.cpp -SOURCE us_ucmp.cpp -SOURCE utf.cpp - -SOURCEPATH ../encdec -SOURCE certclients.cpp -SOURCE filecertstore.cpp -SOURCE swicertstore.cpp -SOURCE certinfo.cpp -SOURCE encdec.cpp -SOURCE appuidmap.cpp -SOURCE x509utils.cpp -SOURCE capabilityset.cpp - -SOURCEPATH .. -SOURCE certapp.cpp - -USERINCLUDE .. ../utils ../store-- ../encdec - -SYSTEMINCLUDE ../store-- - -SYSTEMINCLUDE /epoc32/include/tools -SYSTEMINCLUDE ../../../../../../mw/appinstall/secureswitools/openssllib/import/inc/openssl -SYSTEMINCLUDE ../../../../../../mw/appinstall/secureswitools/openssllib/import/inc - -#ifndef TOOLS2_LINUX -STATICLIBRARY eay32 zlib -#else -STATICLIBRARY crypto zlib -#endif - -MACRO _UNICODE UNICODE +/* +* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of the License "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: +* +*/ + + +TARGET certapp.exe +TARGETTYPE exe + +SOURCEPATH ../utils +SOURCE logger.cpp +SOURCE stringconv.cpp +SOURCE utils.cpp +SOURCE openssl_license.cpp +SOURCE filestream.cpp + +SOURCEPATH ../store-- +SOURCE e32base.cpp +SOURCE e32cons.cpp +SOURCE s32buf.cpp +SOURCE s32file.cpp +SOURCE us_func.cpp +SOURCE us_ucmp.cpp +SOURCE utf.cpp + +SOURCEPATH ../encdec +SOURCE certclients.cpp +SOURCE filecertstore.cpp +SOURCE swicertstore.cpp +SOURCE certinfo.cpp +SOURCE encdec.cpp +SOURCE appuidmap.cpp +SOURCE x509utils.cpp +SOURCE capabilityset.cpp + +SOURCEPATH .. +SOURCE certapp.cpp + +USERINCLUDE .. ../utils ../store-- ../encdec + +SYSTEMINCLUDE ../store-- + +OS_LAYER_SYSTEMINCLUDE_SYMBIAN +SYSTEMINCLUDE ../../../../../../mw/appinstall/secureswitools/openssllib/import/inc/openssl +SYSTEMINCLUDE ../../../../../../mw/appinstall/secureswitools/openssllib/import/inc + +#ifndef TOOLS2_LINUX +STATICLIBRARY eay32 zlib +#else +STATICLIBRARY crypto zlib +#endif + +MACRO _UNICODE UNICODE +SMPSAFE