backupandrestore/backupengine/group/sbenginenojava.mmp
changeset 0 d0791faffa3f
child 29 3ae5cb0b4c02
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 TARGET sbenginenojava.exe
       
    24 TARGETTYPE EXE
       
    25 
       
    26 EPOCSTACKSIZE 24576
       
    27 
       
    28 UID  0 0x10202D56	// Assigned UID
       
    29 VENDORID 0x70000001
       
    30 
       
    31 MACRO SBENGINE_EXCLUDE_JAVA
       
    32 
       
    33 USERINCLUDE ../../../../../os/ossrv/genericservices/activebackupclient/inc
       
    34 SOURCEPATH ../../../../../os/ossrv/genericservices/activebackupclient/src
       
    35 SOURCE panic.cpp
       
    36 
       
    37 SOURCEPATH ../src
       
    38 SOURCE	sbtypes.cpp
       
    39 SOURCE	sbheapwrapper.cpp
       
    40 SOURCE	sbedataowner.cpp
       
    41 SOURCE	sbedataownermanager.cpp
       
    42 SOURCE  sbebufferhandler.cpp
       
    43 SOURCE  sbmain.cpp
       
    44 SOURCE  sblog.cpp
       
    45 SOURCE  abserver.cpp
       
    46 SOURCE  absession.cpp
       
    47 SOURCE	absessionmap.cpp
       
    48 SOURCE  sbeserver.cpp
       
    49 SOURCE  sbesession.cpp
       
    50 SOURCE  sbshutdown.cpp
       
    51 SOURCE	sbpackagedatatransfer.cpp
       
    52 SOURCE  sbecompressionandencryption.cpp
       
    53 SOURCE  sbeconfig.cpp
       
    54 SOURCE	sbeparserproxy.cpp
       
    55 
       
    56 USERINCLUDE . ../inc
       
    57 
       
    58 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    59 
       
    60 LIBRARY euser.lib efsrv.lib ecom.lib bafl.lib
       
    61 LIBRARY sisregistryclient.lib backuprestore.lib
       
    62 LIBRARY xmlframework.lib charconv.lib edbms.lib
       
    63 LIBRARY apgrfx.lib apmime.lib estor.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