uifw/AvKon/AknExtendedFader/group/aknextendedfader_arm11.mmp
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     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 <bldvariant.hrh>
       
    18 #include <platform_paths.hrh>
       
    19 #include "aknextendedfader_traces.cfg"
       
    20 
       
    21 
       
    22 TARGET		AknExtendedFader_ARM11.dll
       
    23 
       
    24 TARGETTYPE	PLUGIN
       
    25 UID		0x10009D8D 0x2001B298
       
    26 CAPABILITY	All -Tcb
       
    27 VENDORID	0x70000001
       
    28 
       
    29 // Compiler optimization flags
       
    30 OPTION ARMCC --cpu ARM1136JF-S -O3 -Otime
       
    31 ALWAYS_BUILD_AS_ARM
       
    32 UNPAGED
       
    33 
       
    34 // Notify code that we have ARM11 support
       
    35 MACRO __ARM11_SUPPORT
       
    36 
       
    37 #ifndef USERINCLUDE_WSGRAPHICDRAWERINTERFACE_H
       
    38 macro USERINCLUDE_WSGRAPHICDRAWERINTERFACE_H
       
    39 #endif
       
    40 
       
    41 MW_LAYER_SYSTEMINCLUDE
       
    42 
       
    43 USERINCLUDE ../inc ../../inc
       
    44 
       
    45 SOURCEPATH	../src
       
    46 SOURCE      AknExtendedFaderPlugin.cpp
       
    47 SOURCE      AknExtendedFaderImpl.cpp
       
    48 SOURCE      AknExtendedFaderStartupWatcher.cpp
       
    49 SOURCE      AknExtendedFaderColorSchemeWatcher.cpp
       
    50 SOURCE      AknExtendedFaderGfx.cpp
       
    51 SOURCE      AknExtendedFaderGfx_ARM11.s
       
    52 
       
    53 SOURCEPATH ../data
       
    54 START RESOURCE AknExtendedFader.rss
       
    55 TARGET AknExtendedFader_ARM11
       
    56 END
       
    57 
       
    58 LIBRARY     ecom.lib
       
    59 LIBRARY     estor.lib
       
    60 LIBRARY     fbscli.lib
       
    61 LIBRARY     euser.lib
       
    62 LIBRARY     gdi.lib
       
    63 LIBRARY     bitgdi.lib
       
    64 LIBRARY     wsgraphicdrawer.lib
       
    65 
       
    66 noexportlibrary
       
    67