diff -r de3e07519bb7 -r 0709f76d91e5 openvg/openvgrefimplementation/sfopenvg/group/openvgu_sw.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/openvg/openvgrefimplementation/sfopenvg/group/openvgu_sw.mmp Thu Jun 03 17:39:46 2010 +0100 @@ -0,0 +1,31 @@ +/* +* Copyright (c) 2010 Symbian Foundation Ltd +* This component and the accompanying materials are made available +* under the terms of the License "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Symbian Foundation Ltd - initial contribution. +* +* Contributors: +* +* Description: +* Remove libOpenVGU_sw.dll by creating libOpenVGU_sw.lib which redirects to the real libOpenVGU.dll +*/ + +#include // For uids + +target libOpenVGU_sw.lib +targettype implib +linkas libOpenVG.dll + +#ifdef WINS +deffile /epoc32/include/def/win32/libopenvgu11.def // should be exported to epoc32/include/def/bwins for the "~" syntax +#else +deffile /epoc32/include/def/~/libopenvgu11.def +#endif // WINS + +uid KUidSharedDllUidValue KUidVGUDllUidValue // File uids + +