messagingappbase/smilengine/transition/group/transition.mmp
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2003-2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  
       
    15 *     This is project specification file for the Transition (smiltran.dll).
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET            smiltran.dll
       
    24 TARGETTYPE        dll
       
    25 UID               0x1000008d 0x101F96E6
       
    26 VERSION 	  10.0
       
    27 VENDORID          VID_DEFAULT
       
    28 CAPABILITY        CAP_GENERAL_DLL
       
    29 PAGED
       
    30 
       
    31 SOURCEPATH        ../src
       
    32 SOURCE            Smiltransitionfactory.cpp
       
    33 SOURCE            slidewipetransitionfilter.cpp
       
    34 SOURCE            pushwipetransitionfilter.cpp
       
    35 SOURCE            fadetransitionfilter.cpp
       
    36 SOURCE            iriswipetransitionfilter.cpp
       
    37 SOURCE            barwipetransitionfilter.cpp
       
    38 SOURCE            clockwipetransitionfilter.cpp
       
    39 SOURCE            matrixwipetransitionfilter.cpp
       
    40 SOURCE            trpoint.cpp
       
    41 
       
    42 SYSTEMINCLUDE    ../inc 
       
    43 SYSTEMINCLUDE    ../../engine/inc 
       
    44 SYSTEMINCLUDE    ../../../../inc // s60 app messaging inc
       
    45 APP_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 LIBRARY            euser.lib
       
    48 LIBRARY            smileng.lib
       
    49 LIBRARY            fbscli.lib
       
    50 LIBRARY            gdi.lib
       
    51 LIBRARY            bitgdi.lib
       
    52 
       
    53 #if defined(ARMCC)
       
    54 DEFFILE            ../eabi/smiltran.def
       
    55 #elif defined(WINSCW)
       
    56 DEFFILE            ../bwinscw/smiltran.def
       
    57 #elif defined(WINS)
       
    58 DEFFILE            ./wins.def
       
    59 #else 
       
    60 DEFFILE            ./marm.def
       
    61 #endif
       
    62 
       
    63 
       
    64