classicui_plat/number_grouping_api/tsrc/group/testdomnumbergrouping.mmp
changeset 37 89c890c70182
parent 34 6b5204869ed5
child 45 667edd0b8678
equal deleted inserted replaced
34:6b5204869ed5 37:89c890c70182
     1 /*TYPE TESTCLASS*//*
       
     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:  Test number_grouping_api
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh> 
       
    19 #ifdef SBSV2
       
    20 #include <platform_paths.hrh>
       
    21 #else
       
    22 #include <platform_paths.hrh>
       
    23 #endif
       
    24 
       
    25 TARGET          testdomnumbergrouping.dll
       
    26 TARGETTYPE      dll
       
    27 UID 0x1000008D 0x2001CB80
       
    28 
       
    29 CAPABILITY      ALL -TCB
       
    30 
       
    31 DEFFILE         testdomnumbergrouping.def
       
    32 
       
    33 SMPSAFE
       
    34 
       
    35 #ifdef SBSV2
       
    36 USERINCLUDE     ../inc 
       
    37 
       
    38         MW_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 #else // SBSV2 not defined
       
    41 USERINCLUDE     ../inc 
       
    42 
       
    43 MW_LAYER_SYSTEMINCLUDE
       
    44 
       
    45 SOURCEPATH      ../src
       
    46 #endif // SBSV2
       
    47 
       
    48 SOURCE          testdomnumbergrouping.cpp
       
    49 SOURCE          testdomnumbergroupingblocks.cpp 
       
    50 SOURCE          testdomnumbergroupingblocksphonenumgrping.cpp 
       
    51 SOURCE          testdomnumbergroupingblocksnumgrping.cpp
       
    52 
       
    53 LIBRARY         euser.lib
       
    54 LIBRARY         stiftestinterface.lib
       
    55 LIBRARY         stiftestengine.lib
       
    56 LIBRARY         AVKON.LIB
       
    57 LIBRARY         NumberGrouping.lib
       
    58 
       
    59 LANG            SC
       
    60 
       
    61 // End of File