uiaccelerator_plat/alf_extension_api/tsrc/group/testalfext.mmp
branchRCL_3
changeset 20 31fccae4f8a7
parent 10 7c5dd702d6d3
equal deleted inserted replaced
19:e5af45d51884 20:31fccae4f8a7
       
     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:  this project test api in alf_extension_api
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh> 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          testalfext.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D 0x2001CB80
       
    25 
       
    26 CAPABILITY      ALL -TCB
       
    27 
       
    28 DEFFILE         testalfext.def
       
    29 
       
    30 USERINCLUDE     ../inc 
       
    31 
       
    32 MW_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 SOURCEPATH      ../src
       
    35 
       
    36 SOURCE          testalfext.cpp
       
    37 SOURCE          testalfextblocks.cpp
       
    38 
       
    39 SOURCE          testalfbrushhandlers.cpp
       
    40 SOURCE          testalfextblocksalfbrushhandlers.cpp
       
    41 SOURCE          testalfextblocksalflayouthandlers.cpp
       
    42 SOURCE          testalfextblocksalfserverutils.cpp
       
    43 SOURCE          testalfextblocksalfvisualhandlers.cpp
       
    44 SOURCE          testalfextblocksftokenclient.cpp
       
    45 SOURCE          testalflayouthandlers.cpp
       
    46 SOURCE          testalfvisualhandlers.cpp
       
    47 
       
    48 LIBRARY         euser.lib
       
    49 LIBRARY         cone.lib
       
    50 LIBRARY         stiftestinterface.lib
       
    51 LIBRARY         stiftestengine.lib
       
    52 LIBRARY         alfappservercore.lib
       
    53 LIBRARY         hitchcock.lib
       
    54 LIBRARY         ftokenclient.lib
       
    55 LIBRARY         alfclient.lib
       
    56 LIBRARY         efsrv.lib
       
    57 
       
    58 LANG            SC
       
    59 
       
    60 // End of File
       
    61