installationservices/swi/group/sisregistryserver.mmp
changeset 0 ba25891c3a9e
child 19 7ca52d38f8c3
child 42 d17dc5398051
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2004-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 * sisregistryserver.exe Implementation of software registry server
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 MACRO __SECURE_API__
       
    25 MACRO __DATA_CAGING__
       
    26 CAPABILITY TCB AllFiles ProtServ WriteDeviceData ReadUserData
       
    27 
       
    28 // minimum 4KB maximum 2MB (twice the maximum default)
       
    29 EPOCHEAPSIZE	0x1000 0x200000
       
    30 
       
    31 target sisregistryserver.exe
       
    32 targettype exe
       
    33 
       
    34 UID			0x1000007a 0x10202DCA
       
    35 VENDORID	0x70000001
       
    36 
       
    37 USERINCLUDE ../source/sisregistry/server 
       
    38 USERINCLUDE ../source/sisregistry/common
       
    39 USERINCLUDE ../source/plan
       
    40 USERINCLUDE ../inc/swi 
       
    41 USERINCLUDE ../inc
       
    42 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    43 USERINCLUDE ../../swtransactionservices/inc
       
    44 USERINCLUDE ../../swcomponentregistry/inc
       
    45 #endif //#ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    46 
       
    47 SOURCEPATH	../source/sisregistry
       
    48 
       
    49 SOURCE		server/sisregistryserver.cpp
       
    50 SOURCE		server/sisregistryserversession.cpp
       
    51 SOURCE		server/sisregistryserversubsession.cpp
       
    52 SOURCE		server/sisregistryserverstartup.cpp
       
    53 SOURCE		server/sisregistryservershutdown.cpp
       
    54 SOURCE      server/sisregistryutil.cpp
       
    55 SOURCE		server/siscontrollerverifier.cpp
       
    56 SOURCE		common/sisregistrylog.cpp
       
    57 SOURCE		server/sisregistryserveripcbuf.cpp
       
    58 SOURCE		server/scrhelperutil.cpp
       
    59 SOURCE		common/globalidformat.cpp
       
    60 
       
    61 #ifdef SYMBIAN_SWI_POST_INSTALL_REVOCATION
       
    62 SOURCE      server/sisrevocationmanager.cpp
       
    63 #endif
       
    64 
       
    65 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    66 #ifdef __SWI_LOGGING__
       
    67 LIBRARY flogger.lib    // Logging & tracing support -- To use define __SWI_LOGGING__ in the .hrh file
       
    68 #endif 
       
    69 
       
    70 LIBRARY	    euser.lib 
       
    71 LIBRARY	    estor.lib 
       
    72 LIBRARY	    efsrv.lib
       
    73 LIBRARY	    sisregistryclient.lib
       
    74 LIBRARY	    plan.lib
       
    75 LIBRARY     swidataprovider.lib
       
    76 LIBRARY     siscontroller.lib 
       
    77 LIBRARY     hash.lib
       
    78 LIBRARY     securitymanager.lib
       
    79 LIBRARY		sectcbutil.lib
       
    80 LIBRARY		x509.lib
       
    81 LIBRARY		swiobserverclient.lib
       
    82 LIBRARY 	scrclient.lib
       
    83 LIBRARY		stsclient.lib
       
    84 LIBRARY 	ipcstream.lib
       
    85 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    86 LIBRARY		sislauncherclient.lib
       
    87 LIBRARY		swtypereginfo.lib
       
    88 #endif
       
    89 SMPSAFE