classicui_plat/number_grouping_api/tsrc/group/testdomnumbergrouping.mmp
branchRCL_3
changeset 56 d48ab3b357f1
child 72 a5e7a4f63858
equal deleted inserted replaced
55:aecbbf00d063 56:d48ab3b357f1
       
     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 SOURCEPATH      ../src
       
    41 #else // SBSV2 not defined
       
    42 USERINCLUDE     ../inc 
       
    43 
       
    44 MW_LAYER_SYSTEMINCLUDE
       
    45 
       
    46 SOURCEPATH      ../src
       
    47 #endif // SBSV2
       
    48 
       
    49 SOURCE          testdomnumbergrouping.cpp
       
    50 SOURCE          testdomnumbergroupingblocks.cpp 
       
    51 SOURCE          testdomnumbergroupingblocksphonenumgrping.cpp 
       
    52 SOURCE          testdomnumbergroupingblocksnumgrping.cpp
       
    53 
       
    54 LIBRARY         euser.lib
       
    55 LIBRARY         StifTestInterface.lib
       
    56 LIBRARY         stiftestengine.lib
       
    57 LIBRARY         avkon.lib
       
    58 LIBRARY         numbergrouping.lib
       
    59 
       
    60 LANG            SC
       
    61 
       
    62 // End of File