fotaapplication/FotaScheduleHandler/group/fotaschedulehandler.mmp
branchRCL_3
changeset 25 b183ec05bd8c
equal deleted inserted replaced
24:13d7c31c74e0 25:b183ec05bd8c
       
     1 /*
       
     2 * Copyright (c) 2005-2006 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:   Handles scheduled update, starts fotaserver and request upd
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 //MACRO  _FOTA_DEBUG
       
    24 //MACRO  _FOTA_DEBUG_RDEBUG
       
    25 
       
    26 
       
    27 TARGET          	fotaschedulehandler.exe
       
    28 TARGETTYPE		EXE
       
    29 
       
    30 EPOCSTACKSIZE 0x5400
       
    31 
       
    32 UID 0x100039CE 0x101F99FA
       
    33 
       
    34 // set vendor id (from defaultcaps.hrh)
       
    35 VENDORID VID_DEFAULT
       
    36 
       
    37 // set dll capability (from defaultcaps.hrh)
       
    38 CAPABILITY  CAP_APPLICATION
       
    39 
       
    40 
       
    41 SOURCEPATH ../src
       
    42 
       
    43 SOURCE				fotaschedulehandler.cpp
       
    44 
       
    45 USERINCLUDE . 
       
    46 USERINCLUDE ../inc
       
    47 
       
    48 MW_LAYER_SYSTEMINCLUDE
       
    49 
       
    50 LIBRARY	euser.lib
       
    51 LIBRARY	efsrv.lib
       
    52 LIBRARY	estor.lib
       
    53 LIBRARY	schsvr.lib
       
    54 LIBRARY	fotaengine.lib
       
    55 LIBRARY	flogger.lib
       
    56 
       
    57 SMPSAFE