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: * openvgu mmp file sl@0: */ sl@0: #include // For uids sl@0: sl@0: target libopenvgu_sw.dll // Destination filename sl@0: targettype dll // Binary build type sl@0: uid KUidSharedDllUidValue KUidVGUDllUidValue // File uids sl@0: CAPABILITY CAP_GENERAL_DLL sl@0: vendorid 0x70000001 sl@0: //noexportlibrary sl@0: sl@0: userinclude ..\sfopenvg\include //for internal egl functions e.g. do_eglXXX sl@0: sl@0: OS_LAYER_SYSTEMINCLUDE sl@0: SYSTEMINCLUDE OS_LAYER_PUBLIC_EXPORT_PATH(vg) // EGL include files sl@0: sl@0: macro __OPENVGHEADERS_USE_VG_1_1 sl@0: sl@0: sourcepath ..\openvgu // Relative path to source files sl@0: sl@0: source vgu.cpp sl@0: sl@0: library euser.lib // Mandatory sl@0: library sflibopenvgrefimpl.lib sl@0: sl@0: #ifdef WINS sl@0: DEFFILE \epoc32\include\def\win32\libopenvgu11.def // WINS/WINSCW def file sl@0: #else sl@0: DEFFILE \epoc32\include\def\eabi\libopenvgu11.def // ARM def file sl@0: #endif // WINS sl@0: