skins/AknSkins/group/AknSkinRenderLib.mmp
changeset 0 05e9090e2422
child 23 9dbe1b043bea
equal deleted inserted replaced
-1:000000000000 0:05e9090e2422
       
     1 /*
       
     2 * Copyright (c) 2004-2008 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:  Project definition file for rendering library.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          AKNSKINRENDERLIB.DLL
       
    22 TARGETTYPE      DLL
       
    23 UID             0x1000008D 0x101F8739
       
    24 
       
    25 CAPABILITY      CAP_GENERAL_DLL
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 USERINCLUDE     . ../rlinc 
       
    29 USERINCLUDE     ../rlplugininc 
       
    30 USERINCLUDE     ../rlpluginsrc/asm_versions 
       
    31 USERINCLUDE     ../inc 
       
    32 USERINCLUDE     ../srvinc 
       
    33 USERINCLUDE     ../alinc 
       
    34 USERINCLUDE     ../polyinc
       
    35 
       
    36 // This is a SYSTEMINCLUDE macro containing the middleware
       
    37 // layer specific include directories
       
    38 MW_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 SYSTEMINCLUDE   ../../../inc
       
    41 SYSTEMINCLUDE   ../../inc
       
    42 
       
    43 LIBRARY         euser.lib
       
    44 LIBRARY         gdi.lib
       
    45 LIBRARY         fbscli.lib 
       
    46 LIBRARY         bitgdi.lib
       
    47 LIBRARY         AknIcon.lib
       
    48 LIBRARY         CdlEngine.lib
       
    49 LIBRARY         Avkon.lib
       
    50 LIBRARY         eikcore.lib
       
    51 LIBRARY         AknLayout2Scalable.lib
       
    52 LIBRARY         AknSkinSrv.lib
       
    53 LIBRARY         efsrv.lib
       
    54 LIBRARY         CentralRepository.lib
       
    55 LIBRARY         AknLayout2.lib
       
    56 
       
    57 SOURCEPATH      ../rlsrc
       
    58 SOURCE          AknSkinRenderLibDll.cpp
       
    59 SOURCE          AknsRlCommand.cpp
       
    60 SOURCE          AknsRlEffectPlugin.cpp
       
    61 SOURCE          AknsRlInternalEffectPool.cpp
       
    62 SOURCE          AknsRlDefaultRenderer.cpp
       
    63 SOURCE          AknsRlMasterLayout.cpp
       
    64 SOURCE          AknsRlUtils.cpp
       
    65 
       
    66 SOURCEPATH      ../rlpluginsrc
       
    67 SOURCE          AknsRlEffectPluginApplyColor.cpp
       
    68 SOURCE          AknsRlEffectPluginApplyGfx.cpp
       
    69 SOURCE          AknsRlEffectPluginAdjustChannels.cpp
       
    70 SOURCE          AknsRlEffectPluginAlphaBlend.cpp
       
    71 SOURCE          AknsRlEffectPluginBlackWhite.cpp
       
    72 SOURCE          AknsRlEffectPluginBumpMap.cpp
       
    73 SOURCE          AknsRlEffectPluginChannelBlend.cpp
       
    74 SOURCE          AknsRlEffectPluginContrast.cpp
       
    75 SOURCE          AknsRlEffectPluginConvolution.cpp
       
    76 SOURCE          AknsRlEffectPluginGrayscale.cpp
       
    77 SOURCE          AknsRlEffectPluginInvert.cpp
       
    78 SOURCE          AknsRlEffectPluginMovingLayers.cpp
       
    79 SOURCE          AknsRlEffectPluginNoise.cpp
       
    80 SOURCE          AknsRlEffectPluginSaturation.cpp
       
    81 SOURCE          AknsRlEffectPluginSolarize.cpp
       
    82 SOURCE          AknsRlEffectUtil.cpp
       
    83 SOURCE          AknsRlExpand.cpp
       
    84 
       
    85 SOURCEPATH      ../rlpluginsrc/asm_versions
       
    86 SOURCE          make_convo_bmp.cpp
       
    87 SOURCE          convo_edge_64k.cpp
       
    88 SOURCE          convo_blur_64k.cpp
       
    89 SOURCE          convo_blur_gauss_64k.cpp
       
    90 SOURCE          convo_emboss_soft_64k.cpp
       
    91 SOURCE          convo_emboss_hard_64k.cpp
       
    92 SOURCE          convo_enhance_detail_64k.cpp
       
    93 SOURCE          convo_enhance_focus_64k.cpp
       
    94 SOURCE          convo_soften_64k.cpp
       
    95 SOURCE          convo_sharpen_64k.cpp
       
    96 SOURCE          convo_sharpen_more_64k.cpp
       
    97 SOURCE          asm_contrast.cpp
       
    98 
       
    99 SOURCEPATH      ../alsrc
       
   100 SOURCE          AknsAlAnimationFactory.cpp
       
   101 SOURCE          AknsAlAnimationValue.cpp
       
   102 SOURCE          AknsAlTimingModelRealTime.cpp
       
   103 SOURCE          AknsAlTimingModelRelative.cpp
       
   104 
       
   105 SOURCEPATH      ../polysrc
       
   106 SOURCE          AknsAlPolyBase.cpp
       
   107 SOURCE          AknsAlPolyLine.cpp
       
   108 SOURCE          AknsAlPolyLine1D.cpp
       
   109 
       
   110 SOURCEPATH      ../src
       
   111 SOURCE          AknsFsHandleProvider.cpp
       
   112 
       
   113 // ============================================================================
       
   114 // Target-specific DEF files
       
   115 // ============================================================================
       
   116 
       
   117 #if defined(ARMCC)
       
   118 deffile ../EABI/ 
       
   119 #elif defined(WINSCW)
       
   120 deffile ../BWINSCW/ 
       
   121 #elif defined(WINS)
       
   122 deffile ../bwins/ 
       
   123 #else
       
   124 deffile ../bmarm/ 
       
   125 #endif
       
   126 
       
   127 // End of file