os/graphics/graphicsdeviceinterface/screendriver/group/omapscdv.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
/**
sl@0
     2
 @file
sl@0
     3
 OMAP16XX Screen driver suitable for the H2 development board (plus others).
sl@0
     4
 @SYMPurpose scdv.dll OMAP16XX screendriver
sl@0
     5
 */
sl@0
     6
// Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     7
// All rights reserved.
sl@0
     8
// This component and the accompanying materials are made available
sl@0
     9
// under the terms of "Eclipse Public License v1.0"
sl@0
    10
// which accompanies this distribution, and is available
sl@0
    11
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
    12
//
sl@0
    13
// Initial Contributors:
sl@0
    14
// Nokia Corporation - initial contribution.
sl@0
    15
//
sl@0
    16
// Contributors:
sl@0
    17
//
sl@0
    18
// Description:
sl@0
    19
//
sl@0
    20
sl@0
    21
#include            "scdv.mmh"
sl@0
    22
target              _omapqvga_scdv.dll
sl@0
    23
sl@0
    24
SOURCEPATH          ../sbit
sl@0
    25
source              BMDRAW.CPP
sl@0
    26
source              BmDrawScaling.cpp
sl@0
    27
source              BMDRAW1.CPP
sl@0
    28
source              BMDRAW2.CPP
sl@0
    29
source              BMDRAW4M.CPP
sl@0
    30
source              BMDRAW4C.CPP
sl@0
    31
source              BMDRAW8.CPP
sl@0
    32
source              BMDRAW8M.CPP
sl@0
    33
source              BMDRAW8C.CPP
sl@0
    34
source              BMDRAW12.CPP
sl@0
    35
source              BMDRAW16.CPP
sl@0
    36
source              BMDRAW24.CPP
sl@0
    37
source              BMDRAW24U.CPP
sl@0
    38
source              BMDRAW32.CPP
sl@0
    39
source              BMDRAW32A.CPP
sl@0
    40
source              BMDRAW32PMA.cpp
sl@0
    41
source              LUTAB.CPP
sl@0
    42
source              Cdsb.cpp
sl@0
    43
source              AccelSoft.cpp
sl@0
    44
source              FastBlend.cpp
sl@0
    45
sl@0
    46
SOURCEPATH          ../smomap
sl@0
    47
source              sccol8.cpp
sl@0
    48
source              sccol16.cpp
sl@0
    49
source              sccol24u.cpp
sl@0
    50
source              sccol32a.cpp
sl@0
    51
source              sccol32ap.cpp
sl@0
    52
source              scnew.cpp
sl@0
    53
source              accelhard.cpp
sl@0
    54
source              accelbitmap.cpp
sl@0
    55
sl@0
    56
VENDORID            0x70000001
sl@0
    57
sl@0
    58
ALWAYS_BUILD_AS_ARM
sl@0
    59
sl@0
    60
// If SYMBIAN_USE_FAST_FADING is defined, the fixed fading implementation will be selected and its value
sl@0
    61
// will be used as fading parameter. Example usage:
sl@0
    62
// MACRO SYMBIAN_USE_FAST_FADING=0x00303030
sl@0
    63
// 
sl@0
    64
// If SYMBIAN_USE_FAST_FADING is not defined, default fading implementation based on black and white map 
sl@0
    65
// parameters will be used.
sl@0
    66
UNPAGED
sl@0
    67
sl@0
    68
sl@0
    69
SMPSAFE