installationservices/swtransactionservices/test/tintegrityservices/group/tstsintegrityservicesserver.mmp
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
child 27 e8965914fac7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
     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 * Act as a proxy to the integrityservices.dll
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 CAPABILITY All
       
    25 
       
    26 target		tstsintegrityservicesserver.exe
       
    27 targettype	exe
       
    28 
       
    29 UID			0x10285DE7
       
    30 VENDORID	0x70000001
       
    31 
       
    32 USERINCLUDE ../inc
       
    33 USERINCLUDE ../../../inc_private
       
    34 USERINCLUDE ../../../../swinstallationfw/common/inc
       
    35 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 
       
    37 SOURCEPATH	../source
       
    38 SOURCE 		e32main.cpp
       
    39 SOURCE 		tintegrityservicesserver.cpp
       
    40 
       
    41 //we need to build integrityservices code into this server code as integrityservices.dll is not built separately any more
       
    42 //so we can't link against integrityservices.lib It's part of STS server
       
    43 SOURCEPATH	../../../source/server
       
    44 SOURCE 		integrityservices.cpp
       
    45 SOURCE 		integritytree.cpp
       
    46 SOURCE 		journal.cpp
       
    47 SOURCE 		journalfile.cpp
       
    48 SOURCE 		operationfunctions.cpp
       
    49 
       
    50 LIBRARY 	euser.lib 
       
    51 LIBRARY 	estor.lib
       
    52 LIBRARY 	efsrv.lib
       
    53 LIBRARY		sectcbutil.lib
       
    54 SMPSAFE