homescreensrv_plat/menu_content_service_api/tsrc/group/mcsapitest.mmp
changeset 0 79c6a41cd166
equal deleted inserted replaced
-1:000000000000 0:79c6a41cd166
       
     1 /*
       
     2 * Copyright (c) 2009 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 #include <platform_paths.hrh>
       
    18 
       
    19 TARGET          mcsapitest.dll
       
    20 TARGETTYPE      dll
       
    21 UID 0x1000008D 0x02FE5167
       
    22 
       
    23 CAPABILITY	ALL -TCB
       
    24 
       
    25 SOURCEPATH      ../src
       
    26 SOURCE			mcsapitest.cpp
       
    27 SOURCE			mcsapitestblocks.cpp mcsapiutils.cpp mcsmenuopwatcher.cpp waitactive.cpp testutils.cpp
       
    28 SOURCE			mcsrequestnotification.cpp
       
    29 
       
    30 USERINCLUDE     ../inc 
       
    31 USERINCLUDE     ../../inc 
       
    32 
       
    33 MW_LAYER_SYSTEMINCLUDE
       
    34 
       
    35 LIBRARY         euser.lib
       
    36 LIBRARY         ecom.lib
       
    37 LIBRARY         stiftestinterface.lib
       
    38 LIBRARY		    efsrv.lib
       
    39 LIBRARY         bafl.lib 
       
    40 LIBRARY			liwservicehandler.lib
       
    41 LIBRARY         sqldb.lib
       
    42 LIBRARY			estor.lib 
       
    43 LIBRARY         apgrfx.lib 
       
    44 LIBRARY         cone.lib
       
    45 LIBRARY         apparc.lib
       
    46 LIBRARY         eikcore.lib 
       
    47 LIBRARY                 aknskins.lib aknskinsrv.lib aknswallpaperutils.lib 
       
    48 LIBRARY         mcsmenu.lib
       
    49 LIBRARY                 mcsextendedmenu.lib
       
    50 LIBRARY         centralrepository.lib
       
    51 
       
    52 LIBRARY         ws32.lib 
       
    53 
       
    54 LIBRARY         fbscli.lib
       
    55 
       
    56 LIBRARY     	swinstcli.lib
       
    57 LIBRARY         aknicon.lib
       
    58 ///Sat
       
    59 LIBRARY         menuinterface.lib
       
    60 LIBRARY			mcsmenuutils.lib
       
    61 
       
    62 LANG			SC
       
    63 
       
    64 EPOCALLOWDLLDATA
       
    65 
       
    66 // End of File