openvg/openvgrefimplementation/sfopenvg/group/openvgu.mmp
branchEGL_MERGE
changeset 57 2bf8a359aa2f
parent 6 250ac10a3d98
equal deleted inserted replaced
14:0be82064630b 57:2bf8a359aa2f
    20 uid             KUidSharedDllUidValue KUidVGUDllUidValue		// File uids
    20 uid             KUidSharedDllUidValue KUidVGUDllUidValue		// File uids
    21 CAPABILITY      CAP_GENERAL_DLL
    21 CAPABILITY      CAP_GENERAL_DLL
    22 vendorid        0x70000001
    22 vendorid        0x70000001
    23 //noexportlibrary
    23 //noexportlibrary
    24 
    24 
       
    25 								   
    25 userinclude     ..\sfopenvg\include //for internal egl functions e.g. do_eglXXX
    26 userinclude     ..\sfopenvg\include //for internal egl functions e.g. do_eglXXX
    26 
    27 
    27 OS_LAYER_SYSTEMINCLUDE
    28 OS_LAYER_SYSTEMINCLUDE
    28 SYSTEMINCLUDE  OS_LAYER_PUBLIC_EXPORT_PATH(vg) // EGL include files
    29 SYSTEMINCLUDE  OS_LAYER_PUBLIC_EXPORT_PATH(vg) // EGL include files
    29 
    30 
    32 sourcepath      ..\openvgu		// Relative path to source files
    33 sourcepath      ..\openvgu		// Relative path to source files
    33 
    34 
    34 source          vgu.cpp
    35 source          vgu.cpp
    35 
    36 
    36 library         euser.lib     		// Mandatory
    37 library         euser.lib     		// Mandatory
    37 library			sflibopenvgrefimpl.lib
    38 
       
    39 #ifdef BUILD_WITH_PRIVATE_VGU
       
    40 library		libEGL.lib
       
    41 #else
       
    42 library		sflibopenvgrefimpl.lib
       
    43 #endif
    38 
    44 
    39 #ifdef WINS
    45 #ifdef WINS
    40 DEFFILE         \epoc32\include\def\win32\libopenvgu11.def	// WINS/WINSCW def file
    46 DEFFILE         \epoc32\include\def\win32\libopenvgu11.def	// WINS/WINSCW def file
    41 #else
    47 #else
    42 DEFFILE         \epoc32\include\def\eabi\libopenvgu11.def	// ARM def file
    48 DEFFILE         \epoc32\include\def\eabi\libopenvgu11.def	// ARM def file