sl@0: /* sl@0: * Copyright (c) 2009 Symbian Foundation Ltd sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of the License "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Symbian Foundation Ltd - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * vgi mmp file sl@0: */ sl@0: #include // For UID2 uid sl@0: sl@0: target libvgi.dll // Destination filename sl@0: targettype dll // Binary build type sl@0: //uid KUidSharedDllUidValue KUidVGUDllUidValue // File uids sl@0: uid 0x1000008D 0x0ede0f2d sl@0: CAPABILITY all -tcb sl@0: vendorid 0x70000001 sl@0: sl@0: sl@0: OS_LAYER_SYSTEMINCLUDE sl@0: SYSTEMINCLUDE OS_LAYER_PUBLIC_EXPORT_PATH(vg) // OpenGL ES include files sl@0: SYSTEMINCLUDE OS_LAYER_PUBLIC_EXPORT_PATH(egl) // EGL include files sl@0: sl@0: macro __OPENVGHEADERS_USE_VG_1_1 sl@0: macro MACRO GRAPHICS_LIBVGI_DLL sl@0: sl@0: sourcepath ..\vgi // Relative path to source files sl@0: sl@0: source vgi.cpp sl@0: sl@0: library euser.lib // Mandatory sl@0: library libegl_sw.lib sl@0: library fbscli.lib sl@0: sl@0: deffile libvgi.def