guestrendering/guestegl/group/guestegl.mmp
branchbug235_bringup_0
changeset 13 220791dae4c4
child 56 40cc73c24bf8
equal deleted inserted replaced
12:a4c94be9fb92 13:220791dae4c4
       
     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 // Project file for guest egl implementation
       
    15 
       
    16 #include <platform_paths.hrh>
       
    17 #include <EGL/egluids.hrh> // For uids
       
    18 
       
    19 TARGET          guestegl.dll
       
    20 TARGETTYPE      dll
       
    21 LINKAS          libegl.dll
       
    22 UID             KUidSharedDllUidValue KUidEGLDllUidValue
       
    23 CAPABILITY      CAP_GENERAL_DLL
       
    24 VENDORID        VID_DEFAULT
       
    25 
       
    26 OS_LAYER_SYSTEMINCLUDE
       
    27 OS_LAYER_KERNEL_SYSTEMINCLUDE
       
    28 OS_LAYER_ESTLIB_SYSTEMINCLUDE
       
    29 
       
    30 USERINCLUDE     ../inc
       
    31 USERINCLUDE     ../../vghwutils/inc
       
    32 USERINCLUDE     ../../vghwserialiser/inc
       
    33 USERINCLUDE     ../../guestopenvg/inc
       
    34 USERINCLUDE     ../../guestopengles11/inc
       
    35 
       
    36 SOURCEPATH      ../../vghwserialiser/src
       
    37 SOURCE          eglrfc.cpp
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 SOURCE          guestegl.cpp
       
    41 SOURCE          eglapi.cpp          // exported C functions for EGL
       
    42 SOURCE          egldebug.cpp        // verbose debug trace
       
    43 SOURCE          eglsync.cpp         // EGL Sync extension
       
    44 SOURCE          eglsgimage.cpp      // EGL SgImage Lite extension
       
    45 SOURCE          eglcontext.cpp      // client side class for EGL Context
       
    46 SOURCE          eglattribs.cpp      // utilities for managing EGL AttribLists
       
    47 
       
    48 LIBRARY         euser.lib           // Mandatory
       
    49 LIBRARY         fbscli.lib          // For CFbsBitmap, etc
       
    50 LIBRARY         ws32.lib            // For RWindow, Direct Screen Access, etc
       
    51 LIBRARY         surfacemanager.lib
       
    52 LIBRARY         surfaceupdateclient.lib
       
    53 LIBRARY         vghwutils.lib
       
    54 LIBRARY         vghwserialiser.lib
       
    55 LIBRARY         libc.lib            // For strcmp, etc
       
    56 
       
    57 #ifdef FAISALMEMON_S4_SGIMAGE
       
    58 LIBRARY         sgresource.lib      // For RSgImage
       
    59 #endif
       
    60 
       
    61 // standard ARM def file baseline for all implementions
       
    62 DEFFILE         /epoc32/include/def/eabi/libegl14.def   // ARM def file
       
    63 
       
    64 EPOCALLOWDLLDATA