classicui_pub/ui_framework_utilities_api/tsrc/group/testsdkuifwutil.mmp
branchRCL_3
changeset 56 d48ab3b357f1
child 72 a5e7a4f63858
equal deleted inserted replaced
55:aecbbf00d063 56:d48ab3b357f1
       
     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 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          testsdkuifwutil.dll
       
    22 TARGETTYPE      dll
       
    23 UID             0x1000008D 0x2001CB80
       
    24 
       
    25 CAPABILITY      ALL -TCB
       
    26 
       
    27 DEFFILE         testsdkuifwutil.def
       
    28 
       
    29 
       
    30 USERINCLUDE     ../inc 
       
    31 
       
    32 MW_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 SOURCEPATH      ../src
       
    35 
       
    36 START RESOURCE  ../data/testsdkuifwutil.rss
       
    37 HEADER
       
    38 TARGETPATH RESOURCE_FILES_DIR
       
    39 LANGUAGE_IDS
       
    40 END
       
    41 
       
    42 SOURCE          testsdkuifwutil.cpp
       
    43 SOURCE          testsdkuifwutilblocks.cpp
       
    44 SOURCE          testsdkuifwutilblocksaknbiditextutil.cpp
       
    45 SOURCE          testsdkuifwutilblocksaknenv.cpp
       
    46 SOURCE          testsdkuifwutilblocksakniconarray.cpp
       
    47 SOURCE          testsdkuifwutilblocksaknutils.cpp
       
    48 SOURCE          testsdkuifwutilcontainer.cpp
       
    49 SOURCE          testsdkuifwutilview.cpp
       
    50 
       
    51 LIBRARY         euser.lib
       
    52 LIBRARY         StifTestInterface.lib
       
    53 LIBRARY         stiftestengine.lib
       
    54 LIBRARY         cone.lib
       
    55 LIBRARY         avkon.lib
       
    56 LIBRARY         eikcore.lib 
       
    57 LIBRARY         eikcoctl.lib
       
    58 LIBRARY         commonui.lib // Documenthandler
       
    59 LIBRARY         apmime.lib // TDataType
       
    60 LIBRARY         bafl.lib
       
    61 LIBRARY         eikctl.lib
       
    62 LIBRARY         fontutils.lib
       
    63 LIBRARY         gdi.lib
       
    64 LIBRARY         aknicon.lib
       
    65 
       
    66 LANG            SC
       
    67 
       
    68 // End of File