classicui_plat/transition_effect_utilities_api/tsrc/group/testdomtransitioneffectutilities.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 
       
    27 
       
    28 TARGET          testdomtransitioneffectutilities.dll
       
    29 TARGETTYPE      dll
       
    30 UID             0x1000008D 0x2001CB80
       
    31 
       
    32 CAPABILITY      ALL -TCB
       
    33 
       
    34 DEFFILE         testdomtransitioneffectutilities.def
       
    35 
       
    36 #ifdef SBSV2
       
    37 USERINCLUDE     ../inc 
       
    38 
       
    39     MW_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 SOURCEPATH      ../src
       
    42 #else // SBSV2 not defined
       
    43 USERINCLUDE     ../inc 
       
    44 
       
    45 MW_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 SOURCEPATH      ../src
       
    48 #endif // SBSV2
       
    49 
       
    50 SOURCE          testdomtransitioneffectutilities.cpp
       
    51 SOURCE          testdomtransitioneffectutilitiesblocks.cpp 
       
    52 SOURCE          testdomutilitiesobserver.cpp 
       
    53 SOURCE          testdomutilitiescontainer.cpp
       
    54 
       
    55 LIBRARY         euser.lib
       
    56 LIBRARY         stiftestinterface.lib
       
    57 LIBRARY         stiftestengine.lib
       
    58 LIBRARY         apparc.lib
       
    59 LIBRARY         cone.lib
       
    60 LIBRARY         eikcore.lib
       
    61 LIBRARY         eikcoctl.lib
       
    62 LIBRARY         avkon.lib
       
    63 LIBRARY         akntransitionutils.lib
       
    64 LIBRARY         eikdlg.lib
       
    65 LIBRARY         eiksrvui.lib
       
    66 LIBRARY         commonui.lib
       
    67 LIBRARY         commonengine.lib
       
    68 LIBRARY         sortutil.lib
       
    69 
       
    70 LANG            SC
       
    71 
       
    72 // End of File
       
    73