guestrendering/guestvideodriver/ldd/group/virtualvideohwdevice.mmp
branchbug235_bringup_0
changeset 51 4f400a6ea71f
parent 49 3b4f7e9d873f
child 52 39e5f73667ba
equal deleted inserted replaced
49:3b4f7e9d873f 51:4f400a6ea71f
     1 // Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #include <kernel/kern_ext.mmh>
       
    17 
       
    18 TARGET          guestvideohw.ldd
       
    19 TARGETTYPE      ldd
       
    20 
       
    21  
       
    22 UID             0 0x20026A2E //- 0x20026A32
       
    23 LINKAS          guestvideohw.ldd
       
    24 VENDORID        0x70000001
       
    25 CAPABILITY      all
       
    26 DEFFILE         /epoc32/include/def/eabi/guestvideohw.def
       
    27 
       
    28 EPOCALLOWDLLDATA
       
    29 
       
    30 OS_LAYER_SYSTEMINCLUDE
       
    31 OS_LAYER_KERNEL_SYSTEMINCLUDE
       
    32 OS_LAYER_ESTLIB_SYSTEMINCLUDE
       
    33 USERINCLUDE     ../inc
       
    34 USERINCLUDE     ../../commoninc
       
    35 
       
    36 // NOTE the old name was "adaptation".  The new layer name is "adapt".
       
    37 // If your repository is off ...adaptation, re-sync it from its new home
       
    38 // for example http://developer.symbian.org/oss/FCL/sf/adapt/qemu
       
    39 #include <../../../../../../adapt/qemu/baseport/syborg/variant.mmh>
       
    40 USERINCLUDE ../../../../../../adapt/qemu/baseport/syborg/specific
       
    41 
       
    42 SYSTEMINCLUDE   /epoc32/include/drivers
       
    43 
       
    44 SOURCEPATH      ../src
       
    45 SOURCE          virtualvideohwdevice.cpp
       
    46 SOURCE          virtualvideohwchannel.cpp
       
    47 SOURCE          devicereqhandler.cpp
       
    48 SOURCE          virtualvideohwinterface.cpp
       
    49 
       
    50 USERINCLUDE     ../../../vghwserialiser/inc
       
    51 #ifdef FAISALMEMON_S4_SGIMAGE
       
    52 USERINCLUDE     ../../../graphicsresourceimplementation/inc
       
    53 #endif
       
    54 
       
    55 SOURCEPATH      ../../../vghwserialiser/src
       
    56 SOURCE remotefunctioncall.cpp
       
    57 SOURCE serializedfunctioncall.cpp
       
    58 SOURCE eglrfc.cpp
       
    59 SOURCE openvgrfc.cpp
       
    60 SOURCE driverrfc.cpp
       
    61 SOURCE opengles11rfc.cpp
       
    62 
       
    63 // We need to link to some ASSP kernel extension here
       
    64 // TODO FAISALMEMON Need to confirm the correct library
       
    65 LIBRARY kasyborg.lib
       
    66 
       
    67 #ifdef FAISALMEMON_S4_SGIMAGE
       
    68 LIBRARY			reqhandlerextension.lib
       
    69 LIBRARY			sgextension.lib
       
    70 #endif
       
    71 
       
    72 start wins
       
    73 win32_headers
       
    74 end