appinstaller/AppinstUi/startuplistupdater/group/startuplistupdater.mmp
branchRCL_3
changeset 25 7333d7932ef7
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
       
     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:  Project file for startup list updater.
       
    15 *               Applications that needs to be started at boot time install
       
    16 *               resource file containing STARTUP_ITEM_INFO resource into
       
    17 *               the import directory of the startup list updater. Startup
       
    18 *               list updater registers these applications to system, to be
       
    19 *               started at boot time. Uninstalled applications are removed
       
    20 *               from the startup list too.
       
    21 */
       
    22 
       
    23 #include <platform_paths.hrh>
       
    24 #include <data_caging_paths.hrh>
       
    25 
       
    26 TARGET          startuplistupdater.exe
       
    27 TARGETTYPE      exe
       
    28 UID             0x100039CE 0xE5F88F39   // TODO: Change UID3 to 0x101F875A after SWInstSvrUI has been removed
       
    29 CAPABILITY      CAP_SERVER AllFiles
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 SOURCEPATH      ../src
       
    33 SOURCE          main.cpp
       
    34 SOURCE          startuplistupdater.cpp
       
    35 
       
    36 MW_LAYER_SYSTEMINCLUDE
       
    37 USERINCLUDE     ../inc
       
    38 
       
    39 LIBRARY         euser.lib
       
    40 LIBRARY         efsrv.lib               // RFs, RFile
       
    41 LIBRARY         dscstore.lib            // RDscStore, CDscItem
       
    42 LIBRARY         sisregistryclient.lib   // Swi::RSisRegistrySession, Swi::RSisRegistryEntry
       
    43 LIBRARY         siscontroller.lib       // Swi::TSisTrustStatus::IsTrusted
       
    44 LIBRARY         featmgr.lib             // FeatureManager
       
    45 LIBRARY         bafl.lib                // RResourceFile
       
    46 LIBRARY         platformenv.lib         // DriveInfo
       
    47 
       
    48 SMPSAFE
       
    49