openvg/openvgrefimplementation/sfopenvg/group/openvg.mmp
branchNewGraphicsArchitecture
changeset 87 0709f76d91e5
parent 6 250ac10a3d98
equal deleted inserted replaced
84:de3e07519bb7 87:0709f76d91e5
    13 * Description:
    13 * Description:
    14 * openvg mmp file
    14 * openvg mmp file
    15 */
    15 */
    16 #include <vg\openvguids.hrh> // For uids
    16 #include <vg\openvguids.hrh> // For uids
    17 
    17 
    18 target          libopenvg_sw.dll		// Destination filename
    18 target          libopenvg.dll		// Destination filename
    19 
    19 
    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 //noexportlibrary
    25 noexportlibrary
    26 
    26 
    27 MACRO       __OPENVGHEADERS_USE_VG_1_1
    27 MACRO       __OPENVGHEADERS_USE_VG_1_1
    28 
    28 
    29 userinclude     ..\sfopenvg\include //for internal openvg functions e.g. do_vgXXX
    29 userinclude     ..\sfopenvg\include //for internal openvg functions e.g. do_vgXXX
    30 
    30