backupandrestore/backupengine/group/sbengine.mmp
changeset 0 d0791faffa3f
child 4 60a94a45d437
equal deleted inserted replaced
-1:000000000000 0:d0791faffa3f
       
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 /**
       
    16 @file
       
    17 
       
    18 @SYMPurpose sbengine.exe Secure Backup Engine
       
    19 */
       
    20 
       
    21 #include "sbengine.mmh"
       
    22 
       
    23 
       
    24 TARGET sbengine.exe
       
    25 TARGETTYPE EXE
       
    26 
       
    27 EPOCSTACKSIZE 24576
       
    28 
       
    29 UID  0 0x10202D56	// Assigned UID
       
    30 VENDORID 0x70000001
       
    31 
       
    32 USERINCLUDE ../../../../../os/ossrv/genericservices/activebackupclient/inc
       
    33 SOURCEPATH ../../../../../os/ossrv/genericservices/activebackupclient/src
       
    34 SOURCE panic.cpp
       
    35 
       
    36 SOURCEPATH ../src
       
    37 SOURCE	sbtypes.cpp
       
    38 SOURCE	sbheapwrapper.cpp
       
    39 SOURCE	sbedataowner.cpp
       
    40 SOURCE	sbedataownermanager.cpp
       
    41 SOURCE  sbebufferhandler.cpp
       
    42 SOURCE  sbmain.cpp
       
    43 SOURCE  sblog.cpp
       
    44 SOURCE  abserver.cpp
       
    45 SOURCE  absession.cpp
       
    46 SOURCE	absessionmap.cpp
       
    47 SOURCE  sbeserver.cpp
       
    48 SOURCE  sbesession.cpp
       
    49 SOURCE  sbshutdown.cpp
       
    50 SOURCE	sbpackagedatatransfer.cpp
       
    51 SOURCE  sbecompressionandencryption.cpp
       
    52 SOURCE  sbeconfig.cpp
       
    53 SOURCE	sbeparserproxy.cpp
       
    54 
       
    55 USERINCLUDE . ../inc
       
    56 
       
    57 USERINCLUDE .
       
    58 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    59 
       
    60 LIBRARY euser.lib efsrv.lib ecom.lib bafl.lib estor.lib
       
    61 LIBRARY sisregistryclient.lib backuprestore.lib
       
    62 LIBRARY xmlframework.lib charconv.lib edbms.lib
       
    63 LIBRARY apgrfx.lib apmime.lib
       
    64 LIBRARY ezlib.lib sbencrypt.lib cryptography.lib
       
    65 
       
    66 #ifdef __SBE_DISABLE_RELEASE_LOGGING
       
    67 
       
    68     // Flogger will not be linked do this binary in UREL builds
       
    69     DEBUGLIBRARY flogger.lib
       
    70 
       
    71 #else
       
    72 
       
    73     // Flogger always statically linked to this binary.
       
    74     LIBRARY flogger.lib
       
    75 
       
    76 #endif
       
    77 
       
    78 CAPABILITY ProtServ AllFiles WriteDeviceData ReadUserData
       
    79 
       
    80 START WINS      
       
    81 // ?wins_specific_information
       
    82 END
       
    83 
       
    84 START MARM
       
    85 // ?marm_specific_information
       
    86 END
       
    87 
       
    88 SMPSAFE