vghwinterface/vghwutils/group/vghwutils.mmp
branchbug235_bringup_0
changeset 51 4f400a6ea71f
parent 9 0af9dd6c2c3a
child 56 40cc73c24bf8
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 // Project file for vghwutils
       
    15 
       
    16 TARGET		  vghwutils.dll
       
    17 TARGETTYPE	  dll
       
    18 UID			 0x1000008d 0x20026A32
       
    19 capability      CAP_GENERAL_DLL //All -Tcb
       
    20 vendorid        VID_DEFAULT //0x101FB657 //Nokia vendor id 
       
    21 
       
    22 OS_LAYER_ESTLIB_SYSTEMINCLUDE
       
    23 OS_LAYER_SYSTEMINCLUDE
       
    24 USERINCLUDE	 ../inc
       
    25 SYSTEMINCLUDE   /epoc32/include
       
    26 //systeminclude   /epoc32/include/libc	// STDLIB include files
       
    27 //systeminclude   /epoc32/include/vg	// OpenVG include files
       
    28 USERINCLUDE     ../../vghwserialiser/inc
       
    29 // userinclude     ../../platsimvideodriver/api/inc			// Local include files
       
    30 // userinclude     ../../platsimvideodriver/commoninc			// Local include files
       
    31 
       
    32 SOURCEPATH	  ../src
       
    33 
       
    34 SOURCE		  vghwutils.cpp
       
    35 
       
    36 // constructors & such for OpenVgRFC and EglRFC objects
       
    37 SOURCEPATH      ../../vghwserialiser/src
       
    38 SOURCE          eglrfc.cpp
       
    39 SOURCE          openvgrfc.cpp
       
    40 SOURCE          opengles11rfc.cpp
       
    41 
       
    42 
       
    43 //nostrictdef
       
    44 
       
    45 LIBRARY euser.lib
       
    46 LIBRARY guestvideohwapi.lib
       
    47 LIBRARY vghwserialiser.lib
       
    48 
       
    49 #ifdef ENABLE_ABIV2_MODE
       
    50 DEBUGGABLE_UDEBONLY
       
    51 #endif
       
    52 
       
    53 EPOCALLOWDLLDATA