photosgallery/slideshow/view/group/shwslideshowviewplugin.mmp
changeset 0 4e91876724a2
child 14 ce1c7ad1f18b
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     1 /*
       
     2 * Copyright (c) 2007 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 <bldvariant.hrh>
       
    24 #include <platform_paths.hrh>
       
    25 
       
    26 #include "../../../group/glxbuildcommon.mmh"
       
    27 #include "../../../inc/glxcapabilities.hrh"
       
    28 #include "../../../inc/glxalfhelper.mmh"
       
    29 
       
    30 TARGET          shwslideshowviewplugin.dll
       
    31 TARGETTYPE      PLUGIN
       
    32 UID             0x10009D8D 0x2000719A
       
    33 
       
    34 #ifndef WINSCW
       
    35 EPOCALLOWDLLDATA
       
    36 #endif 
       
    37 CAPABILITY      GLX_CAPABILITIES
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 SOURCE          shwslideshowviewpluginproxy.cpp
       
    41 SOURCE          shwslideshowviewplugin.cpp
       
    42 SOURCE          shwslideshowview.cpp
       
    43 SOURCE          shwslideshowvolumecontrol.cpp
       
    44 SOURCE          shwslideshowbacklighttimer.cpp
       
    45 SOURCE          shwslideshowkeyhandler.cpp
       
    46 SOURCE          shwslideshowtelephonehandler.cpp
       
    47 SOURCE          shwslideshowpausehandler.cpp
       
    48 SOURCE			shwgesturecontrol.cpp
       
    49 SOURCE			shwviewtimer.cpp
       
    50 SOURCE			shwmediakeyshandler.cpp
       
    51 // view resource
       
    52 START RESOURCE  ../data/shwslideshowview.rss
       
    53 HEADER
       
    54 /** @todo go figure why APP_RESOURCE_DIR puts the .rsc file in the wrong place! */
       
    55 //TARGETPATH      APP_RESOURCE_DIR
       
    56 TARGETPATH      resource/apps
       
    57 LANGUAGE_IDS
       
    58 END
       
    59 
       
    60 // plugin resource
       
    61 START RESOURCE  ../data/2000719a.rss
       
    62 TARGET          shwslideshowviewplugin.rsc
       
    63 END // RESOURCE
       
    64 
       
    65 APP_LAYER_SYSTEMINCLUDE
       
    66 
       
    67 USERINCLUDE     ../inc
       
    68 USERINCLUDE     ../../utils
       
    69 USERINCLUDE     ../../../viewframework/inc
       
    70 
       
    71 // System includes from the source tree
       
    72 SYSTEMINCLUDE   ../../../inc
       
    73 SYSTEMINCLUDE   ../../../viewframework/views/viewbase/inc
       
    74 SYSTEMINCLUDE   ../../../viewframework/medialists/inc
       
    75 SYSTEMINCLUDE   ../../../viewframework/visuallistmanager/inc
       
    76 SYSTEMINCLUDE   ../../../viewframework/uiutilities/inc
       
    77 SYSTEMINCLUDE   ../../../viewframework/texturemanager/inc
       
    78 SYSTEMINCLUDE   ../../../viewframework/commandhandlers/commoncommandhandlers/inc
       
    79 SYSTEMINCLUDE   ../../../viewframework/commandhandlers/commandhandlerbase/inc
       
    80 SYSTEMINCLUDE   ../../engine/inc // slideshow engine
       
    81 SYSTEMINCLUDE	../../../common/inc // for filter factory
       
    82 SYSTEMINCLUDE	../../../commonui/inc // for resolution utility
       
    83 SYSTEMINCLUDE   ../../../viewframework/inc
       
    84 SYSTEMINCLUDE   ../../../viewframework/tvout/inc
       
    85 
       
    86 // System includes from epoc32/include
       
    87 
       
    88 
       
    89 
       
    90 LIBRARY         euser.lib
       
    91 LIBRARY         apparc.lib
       
    92 LIBRARY         avkon.lib
       
    93 LIBRARY         cone.lib
       
    94 LIBRARY         eikcore.lib 
       
    95 LIBRARY         eikcoctl.lib
       
    96 LIBRARY         efsrv.lib 
       
    97 LIBRARY         estor.lib
       
    98 LIBRARY         bafl.lib
       
    99 LIBRARY         commonengine.lib
       
   100 LIBRARY         centralrepository.lib // for backlight timeout value
       
   101 
       
   102 LIBRARY         shwslideshowengine.lib
       
   103 
       
   104 LIBRARY         mpxviewplugin.lib
       
   105 LIBRARY         mpxcommon.lib
       
   106 LIBRARY         ecom.lib
       
   107 
       
   108 LIBRARY         hitchcock.lib	// HUI
       
   109 
       
   110 LIBRARY         glxviewbase.lib
       
   111 LIBRARY         glxmedialists.lib
       
   112 LIBRARY         glxvisuallistmanager.lib
       
   113 LIBRARY         glxlayouts.lib
       
   114 LIBRARY         glxuiutilities.lib
       
   115 LIBRARY         glxtexturemanager.lib	// for CGlxTextureManager
       
   116 LIBRARY         glxcommoncommandhandlers.lib // for back command
       
   117 LIBRARY         glxcommon.lib                // for CResourceUtilities, filter factory
       
   118 LIBRARY         glxcommonui.lib                // for resolution utility
       
   119 
       
   120 LIBRARY         aknskins.lib            //  MAknsSkinInstance
       
   121 LIBRARY         aknskinsrv.lib          //  MAknsSkinInstance
       
   122 LIBRARY         aknswallpaperutils.lib  //  MAknsSkinInstance
       
   123 LIBRARY         aknicon.lib             //  AknIconUtils
       
   124 
       
   125 LIBRARY         etel3rdparty.lib // for CTelephony
       
   126 LIBRARY 		alfclient.lib
       
   127 LIBRARY         gesturehelper.lib
       
   128 
       
   129 LIBRARY         remconcoreapi.lib
       
   130 LIBRARY         remconinterfacebase.lib
       
   131 //LIBRARY 		hgcontextutility.lib 					// For Teleport
       
   132 LIBRARY			glxtvout.lib
       
   133 // End of File