openvg/openvgrefimplementation/sfopenvg/group/openvg.mmp
branchEGL_MERGE
changeset 57 2bf8a359aa2f
parent 6 250ac10a3d98
equal deleted inserted replaced
14:0be82064630b 57:2bf8a359aa2f
    20 targettype      dll				// Binary build type
    20 targettype      dll				// Binary build type
    21 uid             KUidSharedDllUidValue KUidOpenVGDllUidValue		// File uids
    21 uid             KUidSharedDllUidValue KUidOpenVGDllUidValue		// File uids
    22 CAPABILITY      ALL -tcb
    22 CAPABILITY      ALL -tcb
    23 vendorid        0x70000001
    23 vendorid        0x70000001
    24 
    24 
       
    25 
    25 //noexportlibrary
    26 //noexportlibrary
    26 
    27 
    27 MACRO       __OPENVGHEADERS_USE_VG_1_1
    28 MACRO       __OPENVGHEADERS_USE_VG_1_1
    28 
    29 
    29 userinclude     ..\sfopenvg\include //for internal openvg functions e.g. do_vgXXX
    30 userinclude     ..\sfopenvg\include //for internal openvg functions e.g. do_vgXXX
    30 
    31 
    31 OS_LAYER_SYSTEMINCLUDE
    32 OS_LAYER_SYSTEMINCLUDE
    32 OS_LAYER_LIBC_SYSTEMINCLUDE
    33 OS_LAYER_LIBC_SYSTEMINCLUDE
    33 SYSTEMINCLUDE  OS_LAYER_PUBLIC_EXPORT_PATH(vg) // EGL include files
    34 SYSTEMINCLUDE  OS_LAYER_PUBLIC_EXPORT_PATH(vg) // EGL include files
    34 
    35 
    35 
       
    36 sourcepath      ..\openvg		// Relative path to source files
    36 sourcepath      ..\openvg		// Relative path to source files
    37 
    37 
    38 source openvg.cpp
    38 source openvg.cpp
    39 
    39 
    40 library         euser.lib     		// Mandatory
    40 library         euser.lib     		// Mandatory
    41 library			sflibopenvgrefimpl.lib
    41 
       
    42 #ifdef BUILD_WITH_PRIVATE_OPENVG
       
    43 library		libEGL.lib
       
    44 #else
       
    45 library		sflibopenvgrefimpl.lib
       
    46 #endif
       
    47 
       
    48 //library			libEGL.lib
    42 
    49 
    43 #ifdef WINS
    50 #ifdef WINS
    44 DEFFILE         \epoc32\include\def\win32\libopenvg11.def	// WINS/WINSCW def file
    51 DEFFILE         \epoc32\include\def\win32\libopenvg11.def	// WINS/WINSCW def file
    45 #else
    52 #else
    46 DEFFILE         \epoc32\include\def\eabi\libopenvg11.def	// ARM def file
    53 DEFFILE         \epoc32\include\def\eabi\libopenvg11.def	// ARM def file