os/graphics/openvg/openvgrefimplementation/sfopenvg/group/vgi.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 2009 Symbian Foundation Ltd
     3 * This component and the accompanying materials are made available
     4 * under the terms of the License "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 * Symbian Foundation Ltd - initial contribution.
    10 * 
    11 * Contributors:
    12 *
    13 * Description:
    14 * vgi mmp file
    15 */
    16 #include <egl\egluids.hrh> // For UID2 uid
    17 
    18 target          libvgi.dll		// Destination filename
    19 targettype      dll				// Binary build type
    20 //uid             KUidSharedDllUidValue KUidVGUDllUidValue		// File uids
    21 uid               0x1000008D            0x0ede0f2d 
    22 CAPABILITY      all -tcb
    23 vendorid        0x70000001
    24 
    25 
    26 OS_LAYER_SYSTEMINCLUDE
    27 SYSTEMINCLUDE  OS_LAYER_PUBLIC_EXPORT_PATH(vg) // OpenGL ES include files
    28 SYSTEMINCLUDE  OS_LAYER_PUBLIC_EXPORT_PATH(egl) // EGL include files
    29 
    30 macro __OPENVGHEADERS_USE_VG_1_1
    31 macro MACRO GRAPHICS_LIBVGI_DLL
    32 
    33 sourcepath      ..\vgi		// Relative path to source files
    34 
    35 source          vgi.cpp
    36 
    37 library         euser.lib     		// Mandatory
    38 library			libegl_sw.lib
    39 library			fbscli.lib
    40 
    41 deffile         libvgi.def