uiaccelerator_plat/alf_extended_visual_api/tsrc/group/UT_CAlfLCTTextVisual.mmp
branchRCL_3
changeset 20 31fccae4f8a7
parent 10 7c5dd702d6d3
equal deleted inserted replaced
19:e5af45d51884 20:31fccae4f8a7
       
     1 /*
       
     2 * Copyright (c) 2004 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: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 TARGET          UT_CAlfLCTTextVisual.dll
       
    20 TARGETTYPE      dll
       
    21 TARGETPATH      /DigiaEUnit/Tests
       
    22 UID             0x1000af5a 0x01700000
       
    23 
       
    24 CAPABILITY              ALL -TCB
       
    25 VENDORID                VID_DEFAULT
       
    26 
       
    27 
       
    28 // Sources needed by the test
       
    29 // Sources needed by the test
       
    30 #include <bldvariant.hrh>		
       
    31 #include "../../../../uiacceltk/hitchcock/commoninc/alfuids.h"
       
    32 
       
    33 USERINCLUDE             ../../../../uiacceltk/hitchcock/client/inc
       
    34 USERINCLUDE             ../../../../uiacceltk/hitchcock/commoninc
       
    35 
       
    36 
       
    37 #include <platform_paths.hrh>
       
    38 MW_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 
       
    41 LIBRARY                 apgrfx.lib
       
    42 LIBRARY                 apparc.lib
       
    43 LIBRARY                 avkon.lib
       
    44 LIBRARY                 cone.lib
       
    45 LIBRARY                 efsrv.lib
       
    46 LIBRARY                 eikcore.lib
       
    47 LIBRARY                 EUnit.lib
       
    48 LIBRARY                 euser.lib
       
    49 LIBRARY                 fbscli.lib
       
    50 LIBRARY                 flogger.lib
       
    51 LIBRARY                 ImageConversion.lib
       
    52 LIBRARY                 ws32.lib
       
    53 LIBRARY                 aknicon.lib
       
    54 LIBRARY                 hal.lib
       
    55 LIBRARY                 bitgdi.lib
       
    56 LIBRARY                 ftokenclient.lib
       
    57 LIBRARY                 gdi.lib 
       
    58 LIBRARY                 hwrmlightclient.lib
       
    59 LIBRARY                 aknskins.lib
       
    60 LIBRARY                 SvgEngine.lib
       
    61 
       
    62 LIBRARY                 aknlayout2hierarchy.lib
       
    63 LIBRARY                 aknfepuiinterface.lib
       
    64 LIBRARY                 goommonitor.lib
       
    65 
       
    66 LIBRARY                 alfclient.lib
       
    67 
       
    68 USERINCLUDE             ../inc
       
    69 
       
    70 SYSTEMINCLUDE           /epoc32/include/Digia/EUnit
       
    71 SYSTEMINCLUDE           ../../../../inc
       
    72 
       
    73 LIBRARY aknlayout2scalable.lib
       
    74 LIBRARY cdlengine.lib
       
    75 LIBRARY centralrepository.lib
       
    76 
       
    77 // End of file
       
    78 SOURCEPATH ../src
       
    79 SOURCE UT_CAlfLCTTextVisual.cpp UT_CAlfLCTTextVisualDllMain.cpp
       
    80