uifw/ganes/group/ganes.mmp
changeset 47 2f0c06423c72
parent 46 0e1e0022bd03
child 53 3c67ea82fafc
equal deleted inserted replaced
46:0e1e0022bd03 47:2f0c06423c72
     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 
       
    18 #include <defaultcaps.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET        ganes.dll
       
    23 TARGETTYPE    dll
       
    24 UID           0x1000008D 0x2001CBE2
       
    25 SECUREID      0x2001CBE2
       
    26 
       
    27 VENDORID      VID_DEFAULT
       
    28 CAPABILITY    CAP_GENERAL_DLL
       
    29 
       
    30 VERSION       10.0
       
    31 LANG          SC
       
    32 
       
    33 PAGED
       
    34 
       
    35 SOURCEPATH		../src
       
    36 SOURCE        HgGrid.cpp
       
    37 SOURCE        HgList.cpp 
       
    38 SOURCE        HgScroller.cpp 
       
    39 SOURCE        HgItem.cpp 
       
    40 SOURCE        HgScrollbar.cpp 
       
    41 SOURCE        HgSingleGraphicList.cpp 
       
    42 SOURCE        HgSingleLargeList.cpp 
       
    43 SOURCE        HgDoubleGraphicList.cpp
       
    44 SOURCE        HgScrollBufferManager.cpp
       
    45 SOURCE        HgPopupDrawer.cpp 
       
    46 SOURCE        HgMarquee.cpp
       
    47 SOURCE        HgDoubleTextList.cpp 
       
    48 SOURCE        HgDrawUtils.cpp 
       
    49 SOURCE        HgIndicatorManager.cpp
       
    50 SOURCE        HgSingleTextList.cpp
       
    51 SOURCE        HgScrollerWithTitle.cpp
       
    52 SOURCE        HgKeyUtils.cpp
       
    53 SOURCE        HgTextFind.cpp
       
    54 SOURCE 	      HgVgMediaWall.cpp 
       
    55 SOURCE 	      HgVgDrawBuffer.cpp 
       
    56 SOURCE 	      HgVgScrollBar.cpp 
       
    57 SOURCE        HgVgHelper.cpp 
       
    58 SOURCE        HgVgMediaWallRenderer.cpp
       
    59 SOURCE        HgVgSkinRenderer.cpp 
       
    60 SOURCE        HgVgItem.cpp 
       
    61 SOURCE        HgVgTimer.cpp 
       
    62 SOURCE        HgVgLetterPopup.cpp 
       
    63 SOURCE        HgSingleTextListWithIcon.cpp 
       
    64 SOURCE        HgVgButton.cpp 
       
    65 SOURCE 	      HgVgLabel.cpp
       
    66 SOURCE        HgDoubleGraphicListFlat.cpp 
       
    67 SOURCE 	      HgVgEGL.cpp 
       
    68 SOURCE 	      HgVgSpring.cpp 
       
    69 SOURCE        HgVgImageCreator.cpp
       
    70 
       
    71 USERINCLUDE	  ../inc
       
    72 
       
    73 MW_LAYER_SYSTEMINCLUDE
       
    74 
       
    75 LIBRARY       aknicon.lib
       
    76 LIBRARY       AknLayout2.lib       
       
    77 LIBRARY       AknLayout2Scalable.lib
       
    78 LIBRARY       aknnotify.lib
       
    79 LIBRARY       aknphysics.lib
       
    80 LIBRARY       aknskins.lib 
       
    81 LIBRARY       aknskinsrv.lib
       
    82 LIBRARY       akntouchgesturefw.lib
       
    83 LIBRARY       apparc.lib
       
    84 LIBRARY       avkon.lib
       
    85 LIBRARY       bitgdi.lib
       
    86 LIBRARY       CdlEngine.lib 
       
    87 LIBRARY       CenrepNotifHandler.lib
       
    88 LIBRARY       centralrepository.lib
       
    89 LIBRARY       commonengine.lib
       
    90 LIBRARY       cone.lib
       
    91 LIBRARY       efsrv.lib 
       
    92 LIBRARY       egul.lib
       
    93 LIBRARY       eikcoctl.lib
       
    94 LIBRARY       eikcore.lib
       
    95 LIBRARY       eikctl.lib
       
    96 LIBRARY       estor.lib
       
    97 LIBRARY       euser.lib
       
    98 LIBRARY       fbscli.lib
       
    99 LIBRARY       fepbase.lib
       
   100 LIBRARY       FeatMgr.lib
       
   101 LIBRARY       gdi.lib
       
   102 LIBRARY       imageconversion.lib 
       
   103 LIBRARY       libOpenVG.lib
       
   104 LIBRARY       libOpenVGU.lib
       
   105 LIBRARY       libEGL.lib 
       
   106 LIBRARY       touchfeedback.lib
       
   107 LIBRARY       ws32.lib
       
   108 LIBRARY		  NVGDecoder.lib 
       
   109 LIBRARY       alfdecoderserverclient.lib 
       
   110 LIBRARY       featdiscovery.lib
       
   111 
       
   112 #ifdef ENABLE_ABIV2_MODE
       
   113 DEBUGGABLE
       
   114 #endif
       
   115 
       
   116 // End of File