photosgallery/viewframework/uiutilities/group/glxuiutilities.mmp
branchRCL_3
changeset 60 5b3385a43d68
child 75 01504893d9cb
equal deleted inserted replaced
59:8e5f6eea9c9f 60:5b3385a43d68
       
     1 /*
       
     2 * Copyright (c) 2008-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:    Project definition file 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 #include <data_caging_paths.hrh>
       
    23 #include <platform_paths.hrh>
       
    24 
       
    25 #include "../../../group/glxbuildcommon.mmh"
       
    26 
       
    27 TARGET          glxuiutilities.dll
       
    28 TARGETTYPE      dll
       
    29 UID             0x1000008d 0x20000A08
       
    30 
       
    31 #ifndef WINSCW
       
    32 EPOCALLOWDLLDATA
       
    33 #endif 
       
    34 CAPABILITY      CAP_GENERAL_DLL
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 
       
    38 SOURCE          glxactivemedialistregistry.cpp
       
    39 SOURCE          glxanimationfactory.cpp
       
    40 SOURCE          glxanimationimageloading.cpp
       
    41 SOURCE          glxanimationtimed.cpp
       
    42 SOURCE          glxanimationview.cpp
       
    43 SOURCE          glxattributeretriever.cpp
       
    44 SOURCE          glxgeneraluiutilities.cpp
       
    45 SOURCE          glxuiutility.cpp
       
    46 SOURCE 		glxscreenfurniture.cpp
       
    47 SOURCE          glxsetappstate.cpp
       
    48 SOURCE          glxtextentrypopup.cpp
       
    49 SOURCE          mglxactivemedialistresolver.cpp
       
    50 SOURCE          glxskinchangemonitor.cpp
       
    51 SOURCE 		glxprogressindicator.cpp
       
    52 SOURCE		glxmmcnotifier.cpp
       
    53 SOURCE		glxrequestfreegoom.cpp
       
    54 
       
    55 // System includes from epoc32/include
       
    56 APP_LAYER_SYSTEMINCLUDE
       
    57 
       
    58 USERINCLUDE     ../inc
       
    59 // System includes from the source tree
       
    60 SYSTEMINCLUDE   ../../../common/inc
       
    61 SYSTEMINCLUDE   ../../../commonui/inc
       
    62 SYSTEMINCLUDE   ../../../inc
       
    63 SYSTEMINCLUDE   ../../../gallery/loc
       
    64 SYSTEMINCLUDE   ../../commandhandlers/inc
       
    65 SYSTEMINCLUDE   ../../inc
       
    66 SYSTEMINCLUDE   ../../medialists/inc
       
    67 SYSTEMINCLUDE   ../../texturemanager/inc
       
    68 SYSTEMINCLUDE   ../../tvout/inc          // for GlxTvOut
       
    69 
       
    70 SOURCEPATH      ../data
       
    71 
       
    72 START RESOURCE  glxuiutilities.rss
       
    73 HEADER
       
    74 TARGETPATH      /resource/apps
       
    75 LANGUAGE_IDS
       
    76 END       // RESOURCE
       
    77 
       
    78 LIBRARY         aknlayout2.lib
       
    79 LIBRARY         aknlayout2scalable.lib
       
    80 LIBRARY         aknskins.lib
       
    81 LIBRARY         apparc.lib
       
    82 LIBRARY         avkon.lib
       
    83 LIBRARY         bafl.lib
       
    84 LIBRARY         bitgdi.lib
       
    85 LIBRARY         cdlengine.lib
       
    86 LIBRARY         centralrepository.lib   // For CGlxSettingsModel
       
    87 LIBRARY         commonengine.lib
       
    88 LIBRARY         cone.lib
       
    89 LIBRARY         efsrv.lib
       
    90 LIBRARY         egul.lib
       
    91 LIBRARY         eikcoctl.lib
       
    92 LIBRARY         eikcore.lib 
       
    93 LIBRARY         eikctl.lib
       
    94 LIBRARY         eikdlg.lib
       
    95 LIBRARY         estor.lib
       
    96 LIBRARY         euser.lib
       
    97 LIBRARY         fbscli.lib 
       
    98 LIBRARY         featmgr.lib // For FeatureManager::FeatureSupported
       
    99 LIBRARY         gdi.lib
       
   100 LIBRARY         glxcommon.lib           // for CGlxResolutionManager
       
   101 LIBRARY         glxcommonui.lib           // for 
       
   102 LIBRARY         glxtexturemanager.lib 
       
   103 LIBRARY         alfclient.lib           // For Alfred Hitchcock framework
       
   104 LIBRARY         hlplch.lib
       
   105 LIBRARY         mpxcollectionutility.lib
       
   106 LIBRARY         mpxcommon.lib
       
   107 LIBRARY         ws32.lib 
       
   108 LIBRARY         glxtvout.lib            // for TV out notificaions
       
   109 LIBRARY         libpthread.lib
       
   110 // Uiaccelerator related libraries 
       
   111 LIBRARY         osncore.lib 
       
   112 LIBRARY         alfwidgetmodel.lib
       
   113 // MUL related libraries  
       
   114 LIBRARY          mulmodelutility.lib //For Visual Item and Filter action item
       
   115 //for handling the Ustring memory leak  
       
   116 LIBRARY         libc.lib
       
   117 LIBRARY         libglib.lib
       
   118 LIBRARY         libstdcpp.lib
       
   119 LIBRARY         flogger.lib
       
   120 //LIBRARY       hgcontextutility.lib 					// For Teleport
       
   121 LIBRARY         akntransitionutils.lib
       
   122 LIBRARY         goommonitor.lib      //For GOOM
       
   123 LIBRARY         platformenv.lib      //For DriveInfo
       
   124 
       
   125 // End of File