classicui_plat/extended_animation_api/tsrc/group/testdomextanimation.mmp
changeset 0 2f259fa3e83a
child 51 fcdfafb36fe7
child 67 5f6e7f84c9d1
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 2002 - 2007 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:  mmp file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh> 
       
    20 #ifdef SBSV2
       
    21     #include <platform_paths.hrh>
       
    22 #else // SBSV2 not defined
       
    23     #include <platform_paths.hrh>
       
    24 #endif // SBSV2
       
    25 
       
    26 TARGET          testdomextanimation.dll
       
    27 TARGETTYPE      dll
       
    28 UID             0x1000008D 0x2001CB80
       
    29 
       
    30 CAPABILITY      ALL -TCB
       
    31 
       
    32 DEFFILE         testdomextanimation.def
       
    33 
       
    34 #ifdef SBSV2
       
    35     USERINCLUDE     ../inc 
       
    36 
       
    37     MW_LAYER_SYSTEMINCLUDE
       
    38 
       
    39     SOURCEPATH      ../src
       
    40     
       
    41     START RESOURCE ../data/testdomextanimation.rss
       
    42     HEADER
       
    43     TARGETPATH RESOURCE_FILES_DIR
       
    44     END
       
    45 #else // SBSV2 not defined
       
    46     USERINCLUDE     ../inc 
       
    47 
       
    48     MW_LAYER_SYSTEMINCLUDE
       
    49 
       
    50     SOURCEPATH      ../src
       
    51     
       
    52     START RESOURCE ../data/testdomextanimation.rss
       
    53     HEADER
       
    54     TARGETPATH RESOURCE_FILES_DIR
       
    55     END
       
    56 #endif // SBSV2
       
    57 
       
    58 SOURCE          testdomextanimation.cpp
       
    59 SOURCE          testdomextanimationblocks.cpp
       
    60 SOURCE          testdomextanimationblocksanimdata.cpp
       
    61 SOURCE          testbitmapcontext.cpp
       
    62 SOURCE          testdomextanimationblocksanimview.cpp
       
    63 SOURCE          testdomextanimationcontainer.cpp
       
    64 
       
    65 LIBRARY         euser.lib
       
    66 LIBRARY         stiftestinterface.lib
       
    67 LIBRARY         stiftestengine.lib
       
    68 LIBRARY         avkon.lib
       
    69 LIBRARY         cone.lib
       
    70 LIBRARY         fbscli.lib
       
    71 LIBRARY         gdi.lib
       
    72 LIBRARY         bafl.lib
       
    73 LIBRARY         eikdlg.lib 
       
    74 
       
    75 LIBRARY         eikcoctl.lib
       
    76 LIBRARY         eikctl.lib
       
    77 LIBRARY         eikcore.lib
       
    78 
       
    79 LANG            SC
       
    80 
       
    81 // End of File