installationservices/swi/group/sisregistryclient.mmp
changeset 0 ba25891c3a9e
child 25 7333d7932ef7
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 * sisregistryclient.dll Implementation of software registry client
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 MACRO __SECURE_API__
       
    25 MACRO __DATA_CAGING__
       
    26 CAPABILITY ALL
       
    27 
       
    28 TARGET		sisregistryclient.dll
       
    29 TARGETTYPE	dll
       
    30 
       
    31 UID			0x1000008d 0x10202DCB
       
    32 VENDORID	0x70000001
       
    33 
       
    34 USERINCLUDE	../inc
       
    35 USERINCLUDE	../inc/swi
       
    36 USERINCLUDE ../source/plan
       
    37 USERINCLUDE ../source/sisregistry/client 
       
    38 USERINCLUDE ../source/sisregistry/common
       
    39 USERINCLUDE ../source/swis/server
       
    40 
       
    41 SOURCEPATH	../source/sisregistry
       
    42 
       
    43 #ifdef SYMBIAN_SWI_POST_INSTALL_REVOCATION
       
    44 
       
    45 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    46 DEFFILE		sisregistryclient_v2.def
       
    47 #else
       
    48 DEFFILE		sisregistryclient_v2_legacy.def
       
    49 #endif
       
    50 
       
    51 SOURCE		client/sisrevocationentry.cpp
       
    52 #else
       
    53 DEFFILE		sisregistryclient.def
       
    54 #endif
       
    55 
       
    56 SOURCE		client/sisregistrysession.cpp
       
    57 SOURCE		client/sisregistryentry.cpp
       
    58 SOURCE		client/sisregistrywritablesession.cpp
       
    59 SOURCE		client/sisregistrywritableentry.cpp
       
    60 
       
    61 SOURCE		common/hashcontainer.cpp
       
    62 SOURCE		common/controllerinfo.cpp
       
    63 SOURCE		common/sisregistrypackage.cpp
       
    64 SOURCE		common/sisregistrytoken.cpp
       
    65 SOURCE		common/sisregistryobject.cpp
       
    66 SOURCE		common/sisregistrydependency.cpp
       
    67 SOURCE		common/sisregistryproperty.cpp
       
    68 SOURCE		common/sisregistryfiledescription.cpp
       
    69 SOURCE		common/versionutil.cpp
       
    70 SOURCE		common/sisregistrylog.cpp
       
    71 #ifndef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    72 SOURCE		common/sisregistryhelperclient.cpp
       
    73 #endif
       
    74 
       
    75 // We need the security check util functions from
       
    76 // SWIS to extract details of SIDs from executables in ROM for SIS stubs
       
    77 SOURCEPATH	../source/swis/server
       
    78 SOURCE 		securityinfo.cpp
       
    79 
       
    80 
       
    81 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    82 
       
    83 LIBRARY	    euser.lib 
       
    84 LIBRARY     estor.lib 
       
    85 LIBRARY     efsrv.lib 
       
    86 LIBRARY     siscontroller.lib 
       
    87 LIBRARY     plan.lib
       
    88 LIBRARY     hash.lib
       
    89 LIBRARY	    securitymanager.lib
       
    90 LIBRARY	    hal.lib
       
    91 
       
    92 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    93 LIBRARY		swtypereginfo.lib
       
    94 #else
       
    95 LIBRARY         scsclient.lib
       
    96 LIBRARY		integrityservices.lib
       
    97 #endif
       
    98 
       
    99 LIBRARY		sectcbutil.lib
       
   100 LIBRARY		swidataprovider.lib
       
   101 #ifdef __SWI_LOGGING__
       
   102 LIBRARY flogger.lib // To use logging, define __SWI_LOGGING__ in the .hrh file
       
   103 #endif 
       
   104 
       
   105 start wins
       
   106 WIN32_LIBRARY		kernel32.lib
       
   107 end
       
   108 SMPSAFE