installationservices/swtransactionservices/group/stsserver.mmp
branchRCL_3
changeset 25 7333d7932ef7
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
       
     1 /*
       
     2 * Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 * STS Server 
       
    16 *
       
    17 */
       
    18 
       
    19 TARGET				softwaretransactionservices.exe
       
    20 TARGETTYPE			exe
       
    21 
       
    22 UID					0x0 0x10285BCD
       
    23 EPOCHEAPSIZE    0x4000 0x0200000
       
    24 
       
    25 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    26 USERINCLUDE			../inc
       
    27 USERINCLUDE			../inc_private
       
    28 USERINCLUDE			../../swinstallationfw/common/inc
       
    29 
       
    30 SOURCEPATH			../source/server
       
    31 
       
    32 SOURCE				startup.cpp
       
    33 SOURCE				stsserver.cpp
       
    34 SOURCE				stsserversession.cpp
       
    35 
       
    36 SOURCE				integrityservices.cpp
       
    37 SOURCE              integritytree.cpp
       
    38 SOURCE              journal.cpp
       
    39 SOURCE              journalfile.cpp
       
    40 SOURCE              operationfunctions.cpp
       
    41 SOURCE              transactionwrapper.cpp
       
    42 
       
    43 CAPABILITY			ProtServ TCB AllFiles
       
    44 
       
    45 VENDORID			0x70000001
       
    46 
       
    47 LIBRARY				euser.lib
       
    48 LIBRARY				scsserver.lib efsrv.lib
       
    49 LIBRARY				estor.lib
       
    50 LIBRARY				sectcbutil.lib
       
    51 LIBRARY				securityutils.lib 
       
    52 SMPSAFE