uiacceltk/hitchcock/backgroundanim/group/bganimhost.mmp
changeset 0 15bf7259bb7c
child 6 10534483575f
equal deleted inserted replaced
-1:000000000000 0:15bf7259bb7c
       
     1 /*
       
     2 * Copyright (c) 2009 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 #include <data_caging_paths.hrh>
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 CAPABILITY              CAP_APPLICATION
       
    21 
       
    22 TARGETPATH              /sys/bin
       
    23 TARGET                  backgroundanimhost.exe
       
    24 TARGETTYPE              exe
       
    25 EPOCPROCESSPRIORITY     realtimeserver
       
    26 
       
    27 ALWAYS_BUILD_AS_ARM
       
    28 OPTION ARMCC            -O3 -Otime --cpu 6 --fpmode fast
       
    29 ARMFPU VFPV2
       
    30 
       
    31 UID                     0x100039CE 0x200286D3
       
    32 VENDORID		VID_DEFAULT
       
    33 
       
    34 LANG                    SC
       
    35 
       
    36 #include <platform_paths.hrh>
       
    37 MW_LAYER_SYSTEMINCLUDE
       
    38 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    39 APP_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 //SYSTEMINCLUDE           /epoc32/include
       
    42 //SYSTEMINCLUDE           /epoc32/include/stdapis
       
    43 
       
    44 
       
    45 USERINCLUDE             .
       
    46 USERINCLUDE             ../inc
       
    47 
       
    48 SOURCEPATH              ../src
       
    49 
       
    50 SOURCE                  main.cpp
       
    51 SOURCE                  bganimhost.cpp
       
    52 SOURCE                  highrestimer.cpp 
       
    53 SOURCE                  themerepositorylistener.cpp
       
    54 SOURCE                  screensaverpropertylistener.cpp
       
    55 SOURCE                  sensor.cpp
       
    56 
       
    57 STATICLIBRARY           libcrt0.lib
       
    58 LIBRARY                 libc.lib
       
    59 LIBRARY                 euser.lib
       
    60 LIBRARY                 ws32.lib
       
    61 LIBRARY                 apgrfx.lib 
       
    62 LIBRARY                 libegl.lib
       
    63 LIBRARY                 alfdecoderserverclient.lib
       
    64 LIBRARY                 centralrepository.lib
       
    65 LIBRARY                 aknskinsrv.lib
       
    66 LIBRARY                 aknskins.lib
       
    67 LIBRARY                 sensrvclient.lib
       
    68 LIBRARY                 sensrvutil.lib