idlefw/plugins/devicestatus/group/aidevstaplg.mmp
branchRCL_3
changeset 9 d0529222e3f0
child 51 15e4dd19031c
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: Project definition file for project Devicestatus plugin	
       
    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 
       
    26 VENDORID        VID_DEFAULT
       
    27 CAPABILITY      CAP_ECOM_PLUGIN
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 SOURCE          aidevicestatusplugin.cpp
       
    31 SOURCE          aidevicestatuspluginengine.cpp
       
    32 SOURCE          aimulticontentobserver.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 USERINCLUDE     ../inc
       
    49 USERINCLUDE     ../loc
       
    50 USERINCLUDE     ../../../inc/common
       
    51 USERINCLUDE     ../../../cenrep
       
    52 
       
    53 APP_LAYER_SYSTEMINCLUDE
       
    54 
       
    55 SOURCEPATH      ../data
       
    56 START RESOURCE  aidevstaplg.rss
       
    57 TARGET          aidevstaplg.rsc
       
    58 END
       
    59 
       
    60 START RESOURCE  aidevstaplgres.rss
       
    61 HEADER
       
    62 TARGETPATH      RESOURCE_FILES_DIR
       
    63 LANGUAGE_IDS
       
    64 END
       
    65 
       
    66 LIBRARY         euser.lib
       
    67 LIBRARY         ecom.lib
       
    68 LIBRARY         avkon.lib
       
    69 LIBRARY         sssettings.lib
       
    70 LIBRARY         profileeng.lib
       
    71 LIBRARY         networkhandling.lib
       
    72 LIBRARY         phoneclient.lib
       
    73 LIBRARY         fbscli.lib
       
    74 LIBRARY         cone.lib
       
    75 LIBRARY         commonengine.lib 
       
    76 LIBRARY         featmgr.lib
       
    77 LIBRARY         centralrepository.lib
       
    78 LIBRARY         cenrepnotifhandler.lib
       
    79 LIBRARY         egul.lib
       
    80 LIBRARY         aknlayout2scalable.lib
       
    81 LIBRARY         cdlengine.lib
       
    82 LIBRARY         gdi.lib
       
    83 LIBRARY         bitgdi.lib
       
    84 LIBRARY         aiutils.lib
       
    85 LIBRARY         flogger.lib
       
    86 LIBRARY         bafl.lib
       
    87 
       
    88 // End of file
       
    89 
       
    90