installationservices/swi/group/sishelper.mmh
changeset 0 ba25891c3a9e
child 4 3eebb1e54d3a
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     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 * common header file for both the textshell and general purpose version of this sishelper.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 
       
    24 
       
    25 macro __SECURE_API__
       
    26 macro __DATA_CAGING__
       
    27 
       
    28 capability ALL -TCB
       
    29 
       
    30 targettype dll
       
    31 
       
    32 // UID is KAppinstSISHelper (270496403 - 0x101F7293)
       
    33 uid			0x1000008d 0x101F7293
       
    34 vendorid	0x70000001
       
    35 
       
    36 userinclude ../source/sishelper
       
    37 userinclude ../inc
       
    38 userinclude ../inc/swi
       
    39 userinclude ../source/uiss/client
       
    40 userinclude ../source/uiss/common
       
    41 MW_LAYER_SYSTEMINCLUDE_SYMBIAN 
       
    42 
       
    43 sourcepath	../source/sishelper
       
    44 
       
    45 source sishelper.cpp
       
    46 source launcher.cpp
       
    47 source asynclauncher.cpp
       
    48 source installprefs.cpp
       
    49 source uissclienthandler.cpp
       
    50 
       
    51 source	commands/applicationsinusedialog.cpp
       
    52 source	commands/handlecancellableinstallevent.cpp
       
    53 source	commands/cannotoverwritefiledialog.cpp
       
    54 source	commands/dependencybreakdialog.cpp
       
    55 source	commands/deviceincompatibility.cpp
       
    56 source	commands/missingdependency.cpp
       
    57 source	commands/drivedialog.cpp
       
    58 source	commands/errordialog.cpp
       
    59 source	commands/grantcapabilitiesdialog.cpp
       
    60 source	commands/handleinstallevent.cpp
       
    61 source	commands/installdialog.cpp
       
    62 source	commands/languagedialog.cpp
       
    63 source	commands/ocspresultdialog.cpp
       
    64 source	commands/optionsdialog.cpp
       
    65 source	commands/questiondialog.cpp
       
    66 source	commands/securitywarningdialog.cpp
       
    67 source	commands/uninstalldialog.cpp
       
    68 source	commands/upgradedialog.cpp
       
    69 source	commands/textdialog.cpp
       
    70 source	commands/shutdownserver.cpp
       
    71 
       
    72 library euser.lib
       
    73 library efsrv.lib
       
    74 library estor.lib
       
    75 library flogger.lib
       
    76 library uiss.lib
       
    77 library uissclient.lib
       
    78 library sisxfile.lib
       
    79 library pkixcertbase.lib
       
    80 library sisregistryclient.lib
       
    81 library securitymanager.lib
       
    82 library cafdataprovider.lib
       
    83 library swidataprovider.lib
       
    84 library ecom.lib
       
    85 library charconv.lib
       
    86 library	bafl.lib
       
    87 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    88 library sif.lib
       
    89 
       
    90 deffile	sishelper.DEF
       
    91 #else
       
    92 deffile	sishelper_legacy.def
       
    93 #endif