skins/AknSkins/group/AknSkins.mmp
changeset 0 05e9090e2422
child 65 38e4cecf6e95
child 100 9dbe1b043bea
equal deleted inserted replaced
-1:000000000000 0:05e9090e2422
       
     1 /*
       
     2 * Copyright (c) 2002-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 AVKON Skins.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          AKNSKINS.DLL
       
    22 TARGETTYPE      DLL
       
    23 UID             0x1000008D 0x10005A26
       
    24 
       
    25 CAPABILITY      CAP_GENERAL_DLL
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 USERINCLUDE     . ../inc 
       
    29 USERINCLUDE     ../srvinc 
       
    30 USERINCLUDE     ../rlinc 
       
    31 USERINCLUDE     ../rlplugininc
       
    32 
       
    33 // This is a SYSTEMINCLUDE macro containing the middleware
       
    34 // layer specific include directories
       
    35 MW_LAYER_SYSTEMINCLUDE
       
    36 
       
    37 SYSTEMINCLUDE   ../../../inc
       
    38 SYSTEMINCLUDE   ../../inc
       
    39 SYSTEMINCLUDE   ../alinc
       
    40 
       
    41 LIBRARY         euser.lib
       
    42 LIBRARY         cone.lib
       
    43 LIBRARY         fbscli.lib 
       
    44 LIBRARY         apgrfx.lib
       
    45 LIBRARY         ws32.lib 
       
    46 LIBRARY         eikcore.lib
       
    47 LIBRARY         egul.lib
       
    48 LIBRARY         apparc.lib 
       
    49 LIBRARY         bitgdi.lib
       
    50 LIBRARY         AknIcon.lib
       
    51 LIBRARY         hal.lib
       
    52 LIBRARY         AknSkinSrv.lib
       
    53 LIBRARY         AknSkinRenderLib.lib
       
    54 LIBRARY         efsrv.lib
       
    55 LIBRARY         CdlEngine.lib
       
    56 LIBRARY         Avkon.lib
       
    57 LIBRARY         CentralRepository.lib
       
    58 LIBRARY         HWRMLightClient.lib
       
    59 LIBRARY         gdi.lib 
       
    60 
       
    61 SOURCEPATH      ../src
       
    62 SOURCE          AknsUtils.cpp
       
    63 SOURCE          AknsUtilsAppIcon.cpp
       
    64 SOURCE          AknsJavaUtils.cpp
       
    65 SOURCE          AknsDrawUtils.cpp
       
    66 SOURCE          AknsItemData.cpp
       
    67 SOURCE          AknsItemData2.cpp
       
    68 SOURCE          AknsAppSkinInstance.cpp
       
    69 SOURCE          AknsDataContext.cpp
       
    70 SOURCE          AknsContainerDataContext.cpp
       
    71 SOURCE          AknsASICacheEntry.cpp
       
    72 SOURCE          AknsItemDataFactory.cpp
       
    73 SOURCE          AknsControlContext.cpp
       
    74 SOURCE          AknsBackgroundLayout.cpp
       
    75 SOURCE          AknsBasicBackgroundControlContext.cpp
       
    76 SOURCE          AknsListBoxBackgroundControlContext.cpp
       
    77 SOURCE          AknsLayeredBackgroundControlContext.cpp
       
    78 SOURCE          AknsFrameBackgroundControlContext.cpp
       
    79 SOURCE          AknsCombinedBackgroundControlContext.cpp
       
    80 SOURCE          AknsMaskedLayerBackgroundControlContext.cpp
       
    81 SOURCE          AknsAppUiParameters.cpp
       
    82 SOURCE          AknsTemporaryBitmap.cpp
       
    83 SOURCE          AknsPointerStore.cpp
       
    84 SOURCE          AknsScalabilityUtils.cpp
       
    85 SOURCE          AknsRendererWrapper.cpp
       
    86 SOURCE          AknsFsHandleProvider.cpp
       
    87 
       
    88 SOURCEPATH      ../alsrc
       
    89 SOURCE          AknsAlAnimatorBmp.cpp
       
    90 SOURCE          AknsAlEffectContext.cpp
       
    91 SOURCE          AknsAlEffectParamContainer.cpp
       
    92 SOURCE          AknsAlShared.cpp
       
    93 SOURCE          AknsAlConversionUtil.cpp
       
    94 SOURCE          AknsEffectAnim.cpp
       
    95 
       
    96 // ============================================================================
       
    97 // Target-specific DEF files
       
    98 // ============================================================================
       
    99 
       
   100 #if defined(ARMCC)
       
   101 deffile ../EABI/ 
       
   102 #elif defined(WINSCW)
       
   103 deffile ../BWINSCW/ 
       
   104 #elif defined(WINS)
       
   105 deffile ../bwins/ 
       
   106 #else
       
   107 deffile ../bmarm/ 
       
   108 #endif
       
   109 
       
   110 // End of file