textandloc_plat/japanese_language_utilities_api/tsrc/group/testdomjapaneselanguageutilities.mmp
changeset 16 56cd22a7a1cb
parent 0 1fb32624e06b
child 18 67f6b0d39020
child 21 f2f7b3284356
equal deleted inserted replaced
0:1fb32624e06b 16:56cd22a7a1cb
     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:  japanese_language_utilities_api
       
    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          testdomjapaneselanguageutilities.dll
       
    27 TARGETTYPE      dll
       
    28 UID             0x1000008D 0x2001CB80
       
    29 
       
    30 CAPABILITY      ALL -TCB
       
    31 
       
    32 DEFFILE         testdomjapaneselanguageutilities.def
       
    33 
       
    34 SMPSAFE
       
    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          testdomjapaneselanguageutilities.cpp
       
    51 SOURCE          testdomjapaneselanguageutilitiesblocks.cpp
       
    52 
       
    53 LIBRARY         euser.lib
       
    54 LIBRARY         stiftestinterface.lib
       
    55 LIBRARY         stiftestengine.lib
       
    56 LIBRARY         JPLangUtil.lib
       
    57 
       
    58 LANG            SC
       
    59 
       
    60 // End of File