openvg/openvgrefimplementation/sfopenvg/group/openvgu.mmp
branchNewGraphicsArchitecture
changeset 87 0709f76d91e5
parent 6 250ac10a3d98
equal deleted inserted replaced
84:de3e07519bb7 87:0709f76d91e5
    13 * Description:
    13 * Description:
    14 * openvgu mmp file
    14 * openvgu mmp file
    15 */
    15 */
    16 #include <vg\openvguids.hrh> // For uids
    16 #include <vg\openvguids.hrh> // For uids
    17 
    17 
    18 target          libopenvgu_sw.dll		// Destination filename
    18 target          libopenvgu.dll		// Destination filename
    19 targettype      dll				// Binary build type
    19 targettype      dll				// Binary build type
    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 userinclude     ..\sfopenvg\include //for internal egl functions e.g. do_eglXXX
    25 userinclude     ..\sfopenvg\include //for internal egl functions e.g. do_eglXXX
    26 
    26 
    27 OS_LAYER_SYSTEMINCLUDE
    27 OS_LAYER_SYSTEMINCLUDE
    28 SYSTEMINCLUDE  OS_LAYER_PUBLIC_EXPORT_PATH(vg) // EGL include files
    28 SYSTEMINCLUDE  OS_LAYER_PUBLIC_EXPORT_PATH(vg) // EGL include files