os/graphics/graphicsdeviceinterface/directgdiadaptation/group/directgdiadapter_sw.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/graphics/graphicsdeviceinterface/directgdiadaptation/group/directgdiadapter_sw.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,80 @@
     1.4 +// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// directgdiadapter.dll DirectGDI s/w adaptation.
    1.18 +// 
    1.19 +//
    1.20 +
    1.21 +/**
    1.22 + @file
    1.23 + @publishedPartner
    1.24 + @prototype
    1.25 +*/
    1.26 +
    1.27 +TARGET			directgdiadapter_sw.dll
    1.28 +TARGETTYPE		dll
    1.29 +CAPABILITY		All -Tcb
    1.30 +UID			0x1000008D 0x102858E9
    1.31 +VENDORID		0x70000001
    1.32 +LINKAS			directgdiadapter.dll
    1.33 +NOEXPORTLIBRARY
    1.34 +
    1.35 +USERINCLUDE		../swsrc
    1.36 +USERINCLUDE		../cmnsrc
    1.37 +USERINCLUDE		../../directgdiinterface/inc
    1.38 +
    1.39 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    1.40 +
    1.41 +SOURCEPATH		../swsrc
    1.42 +SOURCE			swdirectgdidriverimpl.cpp
    1.43 +SOURCE			swdirectgdidriverinternal.cpp
    1.44 +SOURCE			swdirectgdiengine.cpp
    1.45 +SOURCE			swdirectgdiimagetargetimpl.cpp
    1.46 +SOURCE			swdirectgdiellipse.cpp
    1.47 +SOURCE			swdirectgdirect.cpp
    1.48 +SOURCE			swdirectgdiline.cpp
    1.49 +SOURCE			swdirectgdipolygon.cpp
    1.50 +SOURCE			swdirectgdiroundrec.cpp
    1.51 +SOURCE			swdirectgdimain.cpp
    1.52 +SOURCE			swdirectgdigraphics.cpp
    1.53 +SOURCE			swdirectgditext.cpp
    1.54 +SOURCE			swdirectgdibitblt.cpp
    1.55 +SOURCE			swdirectgdipiearc.cpp
    1.56 +SOURCE			swdirectgdidrawbmp.cpp
    1.57 +SOURCE			swdirectgdiimagesourceimpl.cpp
    1.58 +SOURCE			swdirectgdidrawresource.cpp
    1.59 +
    1.60 +SOURCE			pixelutil.cpp
    1.61 +
    1.62 +SOURCEPATH 		../cmnsrc
    1.63 +SOURCE 			directgdiimageref.cpp
    1.64 +SOURCE 			directgdidrawableref.cpp
    1.65 +
    1.66 +LIBRARY			euser.lib
    1.67 +LIBRARY			scdv.lib
    1.68 +LIBRARY			fbscli.lib
    1.69 +LIBRARY			gdi.lib
    1.70 +LIBRARY			estor.lib
    1.71 +LIBRARY			graphicsresource.lib
    1.72 +LIBRARY			lookuptable.lib
    1.73 +
    1.74 +#ifdef WINS
    1.75 +DEFFILE 		/epoc32/include/graphics/def/bwins/directgdiadapter.def
    1.76 +#else
    1.77 +DEFFILE 		/epoc32/include/graphics/def/eabi/directgdiadapter.def
    1.78 +#endif
    1.79 +
    1.80 +UNPAGED
    1.81 +
    1.82 +
    1.83 +SMPSAFE