backupandrestore/backupengine/group/sbenginenojava.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 21 Jun 2010 16:36:59 +0300
branchRCL_3
changeset 15 f85613f12947
parent 0 d0791faffa3f
permissions -rw-r--r--
Revision: 201020 Kit: 2010125

// 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 sbenginenojava.exe
TARGETTYPE EXE

EPOCSTACKSIZE 24576

UID  0 0x10202D56	// Assigned UID
VENDORID 0x70000001

MACRO SBENGINE_EXCLUDE_JAVA




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
SOURCE  sbepanic.cpp

USERINCLUDE . ../inc

MW_LAYER_SYSTEMINCLUDE_SYMBIAN

LIBRARY euser.lib efsrv.lib ecom.lib bafl.lib
LIBRARY sisregistryclient.lib backuprestore.lib
LIBRARY xmlframework.lib charconv.lib edbms.lib
LIBRARY apgrfx.lib apmime.lib estor.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