idlefw/plugins/group/aidevstaplg.mmp
branchRCL_3
changeset 9 d0529222e3f0
parent 4 1a2a00e78665
child 10 5ef93ea513cb
child 18 bd874ee5e5e2
equal deleted inserted replaced
4:1a2a00e78665 9:d0529222e3f0
     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 #include        <platform_paths.hrh>
       
    20 #include        <data_caging_paths.hrh>
       
    21 
       
    22 TARGET          aidevstaplg.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 UID             0x10009D8D 0x102750F7
       
    25 VENDORID        VID_DEFAULT
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 
       
    28 SOURCEPATH      ../devicestatus/src
       
    29 SOURCE          aidevicestatusplugin.cpp
       
    30 SOURCE          aidevicestatuspluginengine.cpp
       
    31 SOURCE          aimulticontentobserver.cpp
       
    32 SOURCE          aiprofilepublisher.cpp
       
    33 SOURCE          aidatepublisher.cpp
       
    34 SOURCE          aipublisherfactory.cpp
       
    35 SOURCE          ainetworkinfolistener.cpp
       
    36 SOURCE          aioperatornamepublisher.cpp
       
    37 SOURCE          aibtsappublisher.cpp
       
    38 SOURCE          aisimregpublisher.cpp
       
    39 SOURCE          aimcnpublisher.cpp
       
    40 SOURCE          aicugpublisher.cpp
       
    41 SOURCE		      aicugmcnpublisher.cpp
       
    42 SOURCE          aivhzpublisher.cpp
       
    43 SOURCE          aipublishprioritizer.cpp 
       
    44 SOURCE          aicontentobserveroptimizer.cpp 
       
    45 SOURCE          aioperatorlogopublisher.cpp
       
    46 SOURCE          ainwspublisher.cpp
       
    47 
       
    48 START RESOURCE  aidevstaplg.rss
       
    49 TARGET          aidevstaplg.rsc
       
    50 END
       
    51 
       
    52 START RESOURCE  aidevstaplgres.rss
       
    53 HEADER
       
    54 TARGET          aidevstaplgres.rsc
       
    55 TARGETPATH      APP_RESOURCE_DIR
       
    56 LANGUAGE_IDS
       
    57 END
       
    58 
       
    59 USERINCLUDE     .
       
    60 
       
    61 USERINCLUDE     ../devicestatus/inc
       
    62 USERINCLUDE     ../devicestatus/loc
       
    63 USERINCLUDE     ../../inc/common
       
    64 USERINCLUDE     ../../cenrep
       
    65 
       
    66 APP_LAYER_SYSTEMINCLUDE
       
    67 
       
    68 LIBRARY         euser.lib
       
    69 LIBRARY         ecom.lib
       
    70 LIBRARY         avkon.lib
       
    71 LIBRARY         sssettings.lib
       
    72 LIBRARY         profileeng.lib
       
    73 LIBRARY         networkhandling.lib
       
    74 LIBRARY         phoneclient.lib
       
    75 LIBRARY         fbscli.lib
       
    76 LIBRARY         cone.lib
       
    77 LIBRARY         commonengine.lib 
       
    78 LIBRARY         featmgr.lib
       
    79 LIBRARY         centralrepository.lib
       
    80 LIBRARY         cenrepnotifhandler.lib
       
    81 LIBRARY         egul.lib
       
    82 LIBRARY         aknlayout2scalable.lib
       
    83 LIBRARY         cdlengine.lib
       
    84 LIBRARY         gdi.lib
       
    85 LIBRARY         bitgdi.lib
       
    86 LIBRARY         aiutils.lib
       
    87 LIBRARY         flogger.lib
       
    88 LIBRARY         bafl.lib
       
    89