omads/omadsappui/AspScheduleHandler/group/aspschedulehandler.mmp
changeset 0 dab8a81a92de
equal deleted inserted replaced
-1:000000000000 0:dab8a81a92de
       
     1 /*
       
     2 * Copyright (c) 2002-2005 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:  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // 0x101F99FA  uid for AspScheduleHandler
       
    20 // 0x101F99FB  uid for repository id
       
    21 // 0x101F99FC
       
    22 
       
    23 #include <data_caging_paths.hrh>
       
    24 #include <platform_paths.hrh>
       
    25 
       
    26 TARGET          	AspScheduleHandler.exe
       
    27 TARGETTYPE		EXE
       
    28 UID 0x100039CE 0x101F99FA
       
    29 
       
    30 VENDORID VID_DEFAULT
       
    31 
       
    32 CAPABILITY  CAP_APPLICATION
       
    33 
       
    34 
       
    35 SOURCEPATH ../src
       
    36 
       
    37 SOURCE				aspschedulehandler.cpp
       
    38 
       
    39 USERINCLUDE . 
       
    40 USERINCLUDE ../inc
       
    41 
       
    42 // for AspSyncUtilApi.h
       
    43 USERINCLUDE     ../../../omadsappui/AspSyncUtil/inc
       
    44 
       
    45 APP_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 LIBRARY	euser.lib
       
    48 LIBRARY	efsrv.lib
       
    49 LIBRARY	estor.lib
       
    50 LIBRARY	schsvr.lib
       
    51 LIBRARY aspsyncutil.lib
       
    52 DEBUGLIBRARY flogger.lib
       
    53 
       
    54 
       
    55 //VENDORID 0x70000001