tvout/tvoutengine/group/glxtvout.mmp
changeset 26 c499df2dbb33
child 36 6481344a6d67
equal deleted inserted replaced
24:99ad1390cd33 26:c499df2dbb33
       
     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 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          glxtvout.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008d 0x2000A7BC
       
    24 
       
    25 CAPABILITY      CAP_GENERAL_DLL
       
    26 
       
    27 // System includes from epoc32/include
       
    28 APP_LAYER_SYSTEMINCLUDE
       
    29 
       
    30 // Class descriptions
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          glxwindowvisibilitymonitor.cpp
       
    33 SOURCE          glxtvconnectionmonitor.cpp
       
    34 SOURCE          glxtv.cpp
       
    35 SOURCE 		glxhdmicontainer.cpp
       
    36 SOURCE 		glxhdmicontroller.cpp
       
    37 SOURCE 		glxhdmisurfaceupdater.cpp 
       
    38 SOURCE 		glxactivedecoder.cpp 
       
    39 
       
    40 // Component class definitions
       
    41 USERINCLUDE     ../inc
       
    42 
       
    43 
       
    44 // System includes from the source tree
       
    45 SYSTEMINCLUDE   ../../../inc            // for tv out constants
       
    46 SYSTEMINCLUDE   /epoc32/include
       
    47 SYSTEMINCLUDE   /epoc32/include/icl
       
    48 
       
    49 // Common Libraries
       
    50 LIBRARY         euser.lib                       
       
    51 LIBRARY         ws32.lib                        // for RWsSession
       
    52 LIBRARY         avkon.lib                       // for AppUi
       
    53 LIBRARY         cone.lib                        // for CCoeEnv
       
    54 LIBRARY         centralrepository.lib           // for Central Repository
       
    55 LIBRARY         accclient.lib                   // for RAccessoryServer 
       
    56 LIBRARY         alfclient.lib           		// For Alfred Hitchcock framework
       
    57 LIBRARY			fbscli.lib 
       
    58 LIBRARY         gdi.lib  			
       
    59 LIBRARY         surfaceupdateclient.lib 		// surface update client
       
    60 LIBRARY         surfacemanager.lib				// surface manager
       
    61 LIBRARY         imageconversion.lib				// ICL 
       
    62 LIBRARY 		efsrv.lib
       
    63 LIBRARY         bitgdi.lib 
       
    64 LIBRARY                 apgrfx.lib // 
       
    65 LIBRARY			apmime.lib // For ImageViewer mime type extraction
       
    66 LIBRARY 		glxlogging.lib
       
    67 LIBRARY		AccPolicy.lib //For RAccessoryConnection status ID's	
       
    68 // Other Dependency Libraries
       
    69 #ifdef __MARM
       
    70 LIBRARY 		GSServerEngine.lib  // FOr AspectRatio
       
    71 #endif
       
    72 // End of File