idlefw/tsrc/devicestatusplugin/stub/group/devstaplg.mmp
branchRCL_3
changeset 111 053c6c7c14f3
child 118 8baec10861af
equal deleted inserted replaced
110:2c7f27287390 111:053c6c7c14f3
       
     1 /*
       
     2 * Copyright (c) 2002-2005 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 /*
       
    20  * Note!
       
    21  *
       
    22  * This separate .mmp is needed for creating instance of Device Status Plug-In
       
    23  * that links against stub.lib instead of sssettings.lib, profileeng.lib and
       
    24  * networkhandling.lib.
       
    25  *
       
    26  * Stub.lib contains dummy methods that are used in module tests.
       
    27  */
       
    28 #include <platform_paths.hrh>
       
    29 #include <data_caging_paths.hrh>
       
    30 #include <eunitcaps.h>
       
    31 
       
    32 #include        <platform/mw/aisystemuids.hrh>
       
    33 
       
    34 TARGET          aidevstaplg.dll
       
    35 TARGETTYPE      PLUGIN
       
    36 UID             0x10009D8D AI_UID_ECOM_DLL_CONTENTPUBLISHER_DEVSTAPLUGIN
       
    37 
       
    38 CAPABILITY      EUNIT_CAPS
       
    39 
       
    40 SOURCEPATH      ../../../../plugins/devicestatus/src
       
    41 SOURCE          aidevicestatusplugin.cpp
       
    42 SOURCE          aidevicestatuspluginengine.cpp
       
    43 SOURCE          aimulticontentobserver.cpp
       
    44 SOURCE          aidatepublisher.cpp
       
    45 SOURCE          aipublisherfactory.cpp
       
    46 SOURCE          ainetworkinfolistener.cpp
       
    47 SOURCE          aioperatorlogopublisher.cpp
       
    48 SOURCE          aioperatornamepublisher.cpp
       
    49 SOURCE          aibtsappublisher.cpp
       
    50 SOURCE          aisimregpublisher.cpp
       
    51 SOURCE          aimcnpublisher.cpp
       
    52 SOURCE          aicugpublisher.cpp
       
    53 SOURCE          aivhzpublisher.cpp
       
    54 SOURCE          aipublishprioritizer.cpp
       
    55 SOURCE          aicontentobserveroptimizer.cpp
       
    56 SOURCE          ainwspublisher.cpp
       
    57 SOURCE          aicugmcnpublisher.cpp
       
    58 
       
    59 SOURCEPATH      ../../../../plugins/devicestatus/data
       
    60 START RESOURCE  aidevstaplg.rss
       
    61 TARGET          aidevstaplg.rsc
       
    62 END
       
    63 
       
    64 
       
    65 START RESOURCE  aidevstaplgres.rss
       
    66 HEADER
       
    67 TARGET          aidevstaplgres.rsc
       
    68 TARGETPATH      APP_RESOURCE_DIR
       
    69 END
       
    70 
       
    71 USERINCLUDE     ../../../../group
       
    72 USERINCLUDE     ../../../../inc/common
       
    73 USERINCLUDE     ../../../../plugins/devicestatus/inc
       
    74 USERINCLUDE     ../../../../plugins/devicestatus/loc
       
    75 USERINCLUDE     ../../../../cenrep
       
    76 USERINCLUDE     ../../../../../../homescreen/idlehomescreen/inc
       
    77 USERINCLUDE     /epoc32/include/platform/mw
       
    78 
       
    79 
       
    80 APP_LAYER_SYSTEMINCLUDE
       
    81 LIBRARY         stub.lib
       
    82 LIBRARY         euser.lib
       
    83 LIBRARY         ecom.lib
       
    84 LIBRARY         avkon.lib
       
    85 LIBRARY         sssettings.lib
       
    86 LIBRARY         networkhandling.lib
       
    87 LIBRARY         phoneclient.lib
       
    88 LIBRARY         fbscli.lib
       
    89 LIBRARY         cone.lib
       
    90 LIBRARY         commonengine.lib 
       
    91 LIBRARY         featmgr.lib
       
    92 LIBRARY         centralrepository.lib
       
    93 LIBRARY         cenrepnotifhandler.lib
       
    94 LIBRARY         egul.lib
       
    95 LIBRARY         aknlayout2scalable.lib
       
    96 LIBRARY         cdlengine.lib
       
    97 LIBRARY         gdi.lib
       
    98 LIBRARY         bitgdi.lib
       
    99 LIBRARY         aiutils.lib
       
   100 LIBRARY         flogger.lib
       
   101 LIBRARY         bafl.lib
       
   102 LIBRARY         profileengine.lib 
       
   103 
       
   104 LANG            SC
       
   105 
       
   106 // End of File.