graphicsdeviceinterface/screendriver/group/wins.mmp
changeset 0 5d03bc08d59c
equal deleted inserted replaced
-1:000000000000 0:5d03bc08d59c
       
     1 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "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 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #include            "scdv.mmh"
       
    17 
       
    18 #ifdef SYMBIAN_BUILD_GCE
       
    19 target              _wins_scdv.dll
       
    20 #else
       
    21 TARGET				scdv.dll
       
    22 #endif
       
    23 
       
    24 SOURCEPATH          ../sbit
       
    25 source              BMDRAW.CPP
       
    26 source              BmDrawScaling.cpp
       
    27 source              BMDRAW1.CPP
       
    28 source              BMDRAW2.CPP
       
    29 source              BMDRAW4M.CPP
       
    30 source              BMDRAW4C.CPP
       
    31 source              BMDRAW8.CPP
       
    32 source              BMDRAW8M.CPP
       
    33 source              BMDRAW8C.CPP
       
    34 source              BMDRAW12.CPP
       
    35 source              BMDRAW16.CPP
       
    36 source              BMDRAW24.CPP
       
    37 source              BMDRAW24U.CPP
       
    38 source              BMDRAW32.CPP
       
    39 source              BMDRAW32A.CPP
       
    40 source		    BMDRAW32PMA.cpp
       
    41 source              LUTAB.CPP
       
    42 source              Cdsb.cpp
       
    43 source              AccelSoft.cpp
       
    44 source              FastBlend.cpp
       
    45 
       
    46 userinclude         ../swins
       
    47 SOURCEPATH          ../swins
       
    48 source              SCCOL4.CPP
       
    49 source              SCCOL8.CPP
       
    50 source              SCCOL12.CPP
       
    51 source              SCCOL16.CPP
       
    52 source              SCCOL24.CPP
       
    53 source              SCCOL24U.CPP
       
    54 source              SCCOL32A.CPP
       
    55 source              SCCOL32PMA.CPP
       
    56 source              SCMON1.CPP
       
    57 source              SCMON2.CPP
       
    58 source              SCMON4.CPP
       
    59 source              SCMON8.CPP
       
    60 source              SCNEW.CPP
       
    61 source              WINS.CPP
       
    62 source              AccelHard.cpp
       
    63 source              AccelBitmap.cpp
       
    64 
       
    65 START WINS
       
    66 baseaddress         0x42400000
       
    67 win32_library       gdi32.lib
       
    68 win32_library       user32.lib
       
    69 win32_library       kernel32.lib
       
    70 END
       
    71 
       
    72 VENDORID            0x70000001
       
    73 
       
    74 // If SYMBIAN_USE_FAST_FADING is defined, the fixed fading implementation will be selected and its value
       
    75 // will be used as fading parameter. Example usage:
       
    76 // MACRO SYMBIAN_USE_FAST_FADING=0x00303030
       
    77 // 
       
    78 // If SYMBIAN_USE_FAST_FADING is not defined, default fading implementation based on black and white map 
       
    79 // parameters will be used.
       
    80 
       
    81 SMPSAFE