diff -r 000000000000 -r d0791faffa3f backupandrestore/backupengine/group/sbengine.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/backupandrestore/backupengine/group/sbengine.mmp Tue Feb 02 01:11:40 2010 +0200 @@ -0,0 +1,88 @@ +// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "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: +// +/** +@file + +@SYMPurpose sbengine.exe Secure Backup Engine +*/ + +#include "sbengine.mmh" + + +TARGET sbengine.exe +TARGETTYPE EXE + +EPOCSTACKSIZE 24576 + +UID 0 0x10202D56 // Assigned UID +VENDORID 0x70000001 + +USERINCLUDE ../../../../../os/ossrv/genericservices/activebackupclient/inc +SOURCEPATH ../../../../../os/ossrv/genericservices/activebackupclient/src +SOURCE panic.cpp + +SOURCEPATH ../src +SOURCE sbtypes.cpp +SOURCE sbheapwrapper.cpp +SOURCE sbedataowner.cpp +SOURCE sbedataownermanager.cpp +SOURCE sbebufferhandler.cpp +SOURCE sbmain.cpp +SOURCE sblog.cpp +SOURCE abserver.cpp +SOURCE absession.cpp +SOURCE absessionmap.cpp +SOURCE sbeserver.cpp +SOURCE sbesession.cpp +SOURCE sbshutdown.cpp +SOURCE sbpackagedatatransfer.cpp +SOURCE sbecompressionandencryption.cpp +SOURCE sbeconfig.cpp +SOURCE sbeparserproxy.cpp + +USERINCLUDE . ../inc + +USERINCLUDE . +MW_LAYER_SYSTEMINCLUDE_SYMBIAN + +LIBRARY euser.lib efsrv.lib ecom.lib bafl.lib estor.lib +LIBRARY sisregistryclient.lib backuprestore.lib +LIBRARY xmlframework.lib charconv.lib edbms.lib +LIBRARY apgrfx.lib apmime.lib +LIBRARY ezlib.lib sbencrypt.lib cryptography.lib + +#ifdef __SBE_DISABLE_RELEASE_LOGGING + + // Flogger will not be linked do this binary in UREL builds + DEBUGLIBRARY flogger.lib + +#else + + // Flogger always statically linked to this binary. + LIBRARY flogger.lib + +#endif + +CAPABILITY ProtServ AllFiles WriteDeviceData ReadUserData + +START WINS +// ?wins_specific_information +END + +START MARM +// ?marm_specific_information +END + +SMPSAFE