appinstaller/AppinstUi/sisxsifplugin/group/sisxsifplugin.mmp
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
child 27 e8965914fac7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
     1 /*
       
     2 * Copyright (c) 2010 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 "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: Native SISX SIF (Software Install Framework) plugin.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 
       
    21 TARGET          sisxsifplugin.dll
       
    22 TARGETTYPE      PLUGIN
       
    23 UID             0x10009D8D 0x20022FC1
       
    24 
       
    25 CAPABILITY      CAP_ECOM_PLUGIN
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 START RESOURCE  ../data/20022FC1.rss
       
    29 TARGET          sisxsifplugin.rsc
       
    30 END
       
    31 
       
    32 SOURCEPATH      ../src
       
    33 SOURCE          sisxsifpluginmain.cpp
       
    34 SOURCE          sisxsifplugin.cpp
       
    35 SOURCE          sisxsifpluginactiveimpl.cpp
       
    36 SOURCE          sisxsifpluginuihandlerbase.cpp
       
    37 SOURCE          sisxsifpluginuihandler.cpp
       
    38 SOURCE          sisxsifpluginuihandlersilent.cpp
       
    39 SOURCE          sisxsifplugininstallparams.cpp
       
    40 SOURCE          sisxsifpluginerrorhandler.cpp
       
    41 SOURCE          sisxsifuiselectioncache.cpp
       
    42 
       
    43 USERINCLUDE     ../inc
       
    44 USERINCLUDE     ../../../../installationservices/swi/inc
       
    45 USERINCLUDE     ../../../../installationservices/swi/inc/swi
       
    46 MW_LAYER_SYSTEMINCLUDE
       
    47 
       
    48 LIBRARY         euser.lib               // User
       
    49 LIBRARY         ecom.lib                // ECom
       
    50 LIBRARY         sif.lib                 // USIF
       
    51 LIBRARY         sifnotification.lib     // Usif::CPublishSifOperationInfo
       
    52 LIBRARY         scrclient.lib           // SCR
       
    53 LIBRARY         sifui.lib               // CSifUi
       
    54 LIBRARY         sisregistryclient.lib   // Swi::RSisRegistrySession
       
    55 LIBRARY         sishelper.lib           // Swi::CAsyncLauncher
       
    56 LIBRARY         bafl.lib                // TResourceReader
       
    57 LIBRARY         efsrv.lib               // RFs
       
    58 LIBRARY         PlatformEnv.lib         // TDriveInfo
       
    59 LIBRARY         featmgr.lib             // FeatureManager
       
    60 LIBRARY         pkixcertbase.lib        // CPKIXValidationResultBase
       
    61 LIBRARY         x509.lib                // TValidationStatus
       
    62 LIBRARY         centralrepository.lib   // CRepository
       
    63 LIBRARY         HbWidgets.lib           // CHbDeviceMessageBoxSymbian
       
    64 LIBRARY         syslangutil.lib         // GetInstalledLanguages
       
    65 
       
    66 SMPSAFE