installationservices/swtransactionservices/group/stsserver.mmp
changeset 24 84a16765cd86
child 55 ac7f90a6ff4c
equal deleted inserted replaced
6:aba6b8104af3 24:84a16765cd86
       
     1 /*
       
     2 * Copyright (c) 2008-2009 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 
       
    24 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    25 USERINCLUDE			../inc
       
    26 USERINCLUDE			../inc_private
       
    27 USERINCLUDE			../../swinstallationfw/common/inc
       
    28 
       
    29 SOURCEPATH			../source/server
       
    30 
       
    31 SOURCE				startup.cpp
       
    32 SOURCE				stsserver.cpp
       
    33 SOURCE				stsserversession.cpp
       
    34 
       
    35 SOURCE				integrityservices.cpp
       
    36 SOURCE              integritytree.cpp
       
    37 SOURCE              journal.cpp
       
    38 SOURCE              journalfile.cpp
       
    39 SOURCE              operationfunctions.cpp
       
    40 SOURCE              transactionwrapper.cpp
       
    41 
       
    42 CAPABILITY			ProtServ TCB AllFiles
       
    43 
       
    44 VENDORID			0x70000001
       
    45 
       
    46 LIBRARY				euser.lib
       
    47 LIBRARY				scsserver.lib efsrv.lib
       
    48 LIBRARY				estor.lib
       
    49 LIBRARY				sectcbutil.lib
       
    50 LIBRARY				securityutils.lib 
       
    51 SMPSAFE