imaging/imagingfws/GifScaler/MmpFiles/GifScaler.mmp
changeset 0 5752a19fdefe
equal deleted inserted replaced
-1:000000000000 0:5752a19fdefe
       
     1 // Copyright (c) 2003-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 // Gifscaler.dll GIF scaling utility
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 
       
    23 TARGET		gifscaler.dll
       
    24 CAPABILITY ALL -TCB
       
    25 TARGETTYPE	DLL
       
    26 
       
    27 UID	0x10000008   0x101F7C20
       
    28 VENDORID 0x70000001
       
    29 
       
    30 SOURCEPATH ../src
       
    31 SOURCE ColorQuantizer.cpp
       
    32 SOURCE NQColorQuantizer.cpp
       
    33 SOURCE FastColorQuantizer.cpp
       
    34 
       
    35 SOURCE GifScaler.cpp
       
    36 SOURCE GifScalerBody.cpp
       
    37 SOURCE GifScalerMain.cpp
       
    38 
       
    39 USERINCLUDE ../inc
       
    40 USERINCLUDE ../src
       
    41 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    42 
       
    43 LIBRARY	euser.lib
       
    44 LIBRARY	fbscli.lib gdi.lib hal.lib
       
    45 LIBRARY	bitmaptransforms.lib 
       
    46 
       
    47 #ifdef EABI
       
    48 DEFFILE GifScaler.def
       
    49 #endif
       
    50 
       
    51 #ifdef WINSCW
       
    52 DEFFILE GIFSCALER.DEF
       
    53 #endif
       
    54 
       
    55 START	WINS
       
    56 BASEADDRESS	0x4F700000
       
    57 END
       
    58 
       
    59 SMPSAFE