classicui_pub/server_application_api/tsrc/group/testsdkserverapplication.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:  Test AknServerApp.h 
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh> 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 
       
    22 TARGET          testsdkserverapplication.dll
       
    23 TARGETTYPE      dll
       
    24 UID             0x1000008D 0x2001CB80
       
    25 
       
    26 CAPABILITY      ALL -TCB
       
    27 
       
    28 DEFFILE         testsdkserverapplication.def
       
    29 
       
    30 USERINCLUDE     ../inc 
       
    31 
       
    32 MW_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 SOURCEPATH      ../src
       
    35 
       
    36 
       
    37 SOURCE          testsdkserverapplication.cpp
       
    38 SOURCE          testsdkserverapplicationblocks.cpp
       
    39 SOURCE          testsdkappservice.cpp
       
    40 SOURCE          testsdkappservicebase.cpp
       
    41 
       
    42 
       
    43 LIBRARY         euser.lib
       
    44 LIBRARY         StifTestInterface.lib
       
    45 LIBRARY         stiftestengine.lib
       
    46 LIBRARY         avkon.lib
       
    47 LIBRARY         apparc.lib
       
    48 LIBRARY         eikcore.lib
       
    49 LIBRARY         commonui.lib
       
    50 LIBRARY         apmime.lib
       
    51 LIBRARY         cone.lib
       
    52 LIBRARY         efsrv.lib
       
    53 
       
    54 LANG            SC
       
    55 
       
    56 // End of File