photosgallery/viewframework/tvout/group/glxtvout.mmp
changeset 0 4e91876724a2
child 22 2dac0fdba72b
equal deleted inserted replaced
-1:000000000000 0:4e91876724a2
       
     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  * @internal reviewed 24/08/2007 by D Holland
       
    23  */
       
    24 
       
    25 
       
    26 #include <data_caging_paths.hrh>
       
    27 #include <platform_paths.hrh>
       
    28 
       
    29 #include "../../../group/glxbuildcommon.mmh"
       
    30 
       
    31 TARGET          glxtvout.dll
       
    32 TARGETTYPE      dll
       
    33 UID             0x1000008d 0x2000A7BC
       
    34 
       
    35 CAPABILITY      CAP_GENERAL_DLL
       
    36 
       
    37 // System includes from epoc32/include
       
    38 APP_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 // Class descriptions
       
    41 SOURCEPATH      ../src
       
    42 SOURCE          glxwindowvisibilitymonitor.cpp
       
    43 SOURCE          glxtvconnectionmonitor.cpp
       
    44 SOURCE          glxtv.cpp
       
    45 SOURCE 		glxhdmicontainer.cpp
       
    46 SOURCE 		glxhdmicontroller.cpp
       
    47 SOURCE 		glxhdmisurfaceupdater.cpp 
       
    48 SOURCE 		glxactivedecoder.cpp 
       
    49 
       
    50 // Component class definitions
       
    51 USERINCLUDE     ../inc
       
    52 
       
    53 
       
    54 // System includes from the source tree
       
    55 SYSTEMINCLUDE   ../../../gallery/loc            // Photos
       
    56 SYSTEMINCLUDE   ../../inc               // viewframework
       
    57 SYSTEMINCLUDE   ../../uiutilities/inc
       
    58 SYSTEMINCLUDE   ../../../inc            // for tv out constants
       
    59 SYSTEMINCLUDE   /epoc32/include
       
    60 SYSTEMINCLUDE   /epoc32/include/icl
       
    61 
       
    62 // Common Libraries
       
    63 LIBRARY         euser.lib                       
       
    64 LIBRARY         ws32.lib                        // for RWsSession
       
    65 LIBRARY         avkon.lib                       // for AppUi
       
    66 LIBRARY         cone.lib                        // for CCoeEnv
       
    67 LIBRARY         centralrepository.lib           // for Central Repository
       
    68 LIBRARY         accclient.lib                   // for RAccessoryServer 
       
    69 LIBRARY         alfclient.lib           		// For Alfred Hitchcock framework
       
    70 LIBRARY		fbscli.lib 
       
    71 LIBRARY         gdi.lib  			
       
    72 LIBRARY         surfaceupdateclient.lib 		// surface update client
       
    73 LIBRARY         surfacemanager.lib				// surface manager
       
    74 LIBRARY         imageconversion.lib				// ICL 
       
    75 LIBRARY 	efsrv.lib
       
    76 // Other Dependency Libraries
       
    77 #ifdef __MARM
       
    78 LIBRARY 		GSServerEngine.lib  // FOr AspectRatio
       
    79 #endif
       
    80 // End of File