installationservices/swi/group/uissclient.mmp
changeset 0 ba25891c3a9e
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 * uissclient.dll Client DLL for UISS used by SWIS
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 MACRO __SECURE_API__
       
    25 MACRO __DATA_CAGING__
       
    26 CAPABILITY All
       
    27 
       
    28 TARGET		uissclient.dll
       
    29 TARGETTYPE	dll
       
    30 
       
    31 //             KUidUissClient
       
    32 UID			0x1000008d 0x10203521
       
    33 VENDORID	0x70000001
       
    34 
       
    35 USERINCLUDE	../source/uiss/client
       
    36 USERINCLUDE	../source/uiss/common
       
    37 USERINCLUDE	../source/uiss/server
       
    38 USERINCLUDE	../inc ../inc/swi
       
    39 
       
    40 SOURCEPATH	../source/uiss/client
       
    41 
       
    42 SOURCE	uissclient.cpp
       
    43 SOURCE	appinfo.cpp
       
    44 SOURCE	sisuihandler.cpp
       
    45 SOURCE	writestream.cpp
       
    46 SOURCE	uissstream.cpp
       
    47 SOURCE	uisscommand.cpp
       
    48 SOURCE  nativecomponentinfo.cpp
       
    49 
       
    50 SOURCE	../common/msisuihandlers.cpp
       
    51 SOURCE	commands/displayapplicationsinuse.cpp
       
    52 SOURCE	commands/displaycannotoverwritefile.cpp
       
    53 SOURCE	commands/displaydrive.cpp
       
    54 SOURCE	commands/displayerror.cpp
       
    55 SOURCE	commands/displaygrantcapabilities.cpp
       
    56 SOURCE	commands/handlecancellableinstallevent.cpp
       
    57 SOURCE	commands/handleinstallevent.cpp
       
    58 SOURCE	commands/displayinstall.cpp
       
    59 SOURCE	commands/displaylanguage.cpp
       
    60 SOURCE	commands/displayocspresult.cpp
       
    61 SOURCE	commands/displayoptions.cpp
       
    62 SOURCE	commands/displayquestion.cpp
       
    63 SOURCE	commands/displaysecuritywarning.cpp
       
    64 SOURCE	commands/displaytext.cpp
       
    65 SOURCE	commands/displayuninstall.cpp
       
    66 SOURCE	commands/displayupgrade.cpp
       
    67 SOURCE	commands/displaydeviceincompatibility.cpp
       
    68 SOURCE	commands/displaydependencywarning.cpp
       
    69 SOURCE	commands/displaydependencybreak.cpp
       
    70 
       
    71 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    72 
       
    73 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    74 DEFFILE		uissclient.DEF
       
    75 #else
       
    76 DEFFILE		uissclient_legacy.def
       
    77 #endif
       
    78 
       
    79 LIBRARY euser.lib
       
    80 LIBRARY estor.lib
       
    81 LIBRARY x509.lib
       
    82 LIBRARY x500.lib
       
    83 LIBRARY crypto.lib
       
    84 LIBRARY pkixcertbase.lib
       
    85 LIBRARY sisregistryclient.lib
       
    86 LIBRARY efsrv.lib
       
    87 SMPSAFE