appinstaller/AppinstUi/startuplistupdater/group/bld.inf
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:  Build information 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 
       
    25 PRJ_PLATFORMS
       
    26 DEFAULT
       
    27 
       
    28 PRJ_EXPORTS
       
    29 ../rom/startuplistupdater.iby   CORE_MW_LAYER_IBY_EXPORT_PATH( startuplistupdater.iby )
       
    30 
       
    31 PRJ_MMPFILES
       
    32 startuplistupdater.mmp
       
    33