diff -r 000000000000 -r 15bf7259bb7c uiacceltk/hitchcock/backgroundanim/group/bganimhost.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uiacceltk/hitchcock/backgroundanim/group/bganimhost.mmp Tue Feb 02 07:56:43 2010 +0200 @@ -0,0 +1,68 @@ +/* +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: +* +*/ +#include +#include + +CAPABILITY CAP_APPLICATION + +TARGETPATH /sys/bin +TARGET backgroundanimhost.exe +TARGETTYPE exe +EPOCPROCESSPRIORITY realtimeserver + +ALWAYS_BUILD_AS_ARM +OPTION ARMCC -O3 -Otime --cpu 6 --fpmode fast +ARMFPU VFPV2 + +UID 0x100039CE 0x200286D3 +VENDORID VID_DEFAULT + +LANG SC + +#include +MW_LAYER_SYSTEMINCLUDE +OS_LAYER_LIBC_SYSTEMINCLUDE +APP_LAYER_SYSTEMINCLUDE + +//SYSTEMINCLUDE /epoc32/include +//SYSTEMINCLUDE /epoc32/include/stdapis + + +USERINCLUDE . +USERINCLUDE ../inc + +SOURCEPATH ../src + +SOURCE main.cpp +SOURCE bganimhost.cpp +SOURCE highrestimer.cpp +SOURCE themerepositorylistener.cpp +SOURCE screensaverpropertylistener.cpp +SOURCE sensor.cpp + +STATICLIBRARY libcrt0.lib +LIBRARY libc.lib +LIBRARY euser.lib +LIBRARY ws32.lib +LIBRARY apgrfx.lib +LIBRARY libegl.lib +LIBRARY alfdecoderserverclient.lib +LIBRARY centralrepository.lib +LIBRARY aknskinsrv.lib +LIBRARY aknskins.lib +LIBRARY sensrvclient.lib +LIBRARY sensrvutil.lib \ No newline at end of file