uiaccelerator_plat/alf_client_server_api/tsrc/group/testplatclientserver.mmp
branchRCL_3
changeset 19 e5af45d51884
parent 18 1801340c26a2
child 20 31fccae4f8a7
equal deleted inserted replaced
18:1801340c26a2 19:e5af45d51884
     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 
       
    19 #include <data_caging_paths.hrh> 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          testplatclientserver.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D 0x2001CB80
       
    25 
       
    26 CAPABILITY      ALL -TCB
       
    27 
       
    28 DEFFILE         testplatclientserver.def
       
    29 
       
    30 USERINCLUDE     ../inc 
       
    31 
       
    32 MW_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 SOURCEPATH      ../src
       
    35 
       
    36 SOURCE          testplatclientserver.cpp
       
    37 SOURCE          testplatclientserverblocks.cpp
       
    38 SOURCE          testplatclientserverblocksserver.cpp
       
    39 SOURCE          testplatclientserverblockssessionbase.cpp
       
    40 SOURCE          testplatclientserverblocksappui.cpp
       
    41 SOURCE          testplatclientserverblocksclientbase.cpp
       
    42 
       
    43 
       
    44 LIBRARY         euser.lib
       
    45 LIBRARY         stiftestinterface.lib
       
    46 LIBRARY         stiftestengine.lib
       
    47 LIBRARY         alfappservercore.lib
       
    48 LIBRARY         cone.lib
       
    49 LIBRARY         avkon.lib 
       
    50 LIBRARY         apparc.lib 
       
    51 LIBRARY         alfclient.lib
       
    52 LIBRARY         hitchcock.lib
       
    53 LIBRARY         eikcoctl.lib
       
    54 LIBRARY         eikcore.lib 
       
    55 LIBRARY         gdi.lib 
       
    56 LIBRARY         fbscli.lib
       
    57 
       
    58 
       
    59 
       
    60 LANG            SC
       
    61 
       
    62 // End of File
       
    63 
       
    64