idlehomescreen/xmluicontroller/group/aixmluimain.mmp
changeset 0 f72a12da539e
child 9 f966699dea19
equal deleted inserted replaced
-1:000000000000 0:f72a12da539e
       
     1 /*
       
     2 * Copyright (c) 2006 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 #include <platform_paths.hrh>
       
    19 
       
    20 #include        <platform/mw/aisystemuids.hrh>
       
    21 #include        <data_caging_paths.hrh>
       
    22 
       
    23 TARGET          ai3xmluimain.dll
       
    24 TARGETTYPE      PLUGIN
       
    25 UID             0x10009D8D AI3_UID_ECOM_DLL_UICONTROLLER_XML
       
    26 VENDORID        VID_DEFAULT
       
    27 CAPABILITY      CAP_ECOM_PLUGIN
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 SOURCE          xmluicontroller.cpp
       
    31 SOURCE          application.cpp
       
    32 SOURCE          document.cpp
       
    33 SOURCE          appui.cpp
       
    34 SOURCE          aixuikoneventhandler.cpp
       
    35 SOURCE          aieventhandler.cpp
       
    36 SOURCE          contentrenderer.cpp
       
    37 SOURCE          activetransactionstack.cpp
       
    38 SOURCE          transactionfactoryimpl.cpp
       
    39 SOURCE          transaction.cpp
       
    40 SOURCE          transactionelement.cpp
       
    41 SOURCE          texttransactionelement.cpp
       
    42 SOURCE          newstickertransactionelement.cpp
       
    43 SOURCE          imagetransactionelement.cpp
       
    44 SOURCE          emptycontenttransactionelement.cpp
       
    45 SOURCE          xmlnodeidgenerator.cpp
       
    46 SOURCE          aixmluiutils.cpp
       
    47 SOURCE          xmluicontrollerpanic.cpp
       
    48 SOURCE          databuffertransactionelement.cpp
       
    49 SOURCE          newstickercallbackhandler.cpp
       
    50 SOURCE          csspropertymap.cpp
       
    51 SOURCE          aipolicyelement.cpp
       
    52 SOURCE          policyevaluator.cpp
       
    53 SOURCE          psobserver.cpp
       
    54 SOURCE          pmodtiterator.cpp
       
    55 SOURCE          contentpublisher.cpp
       
    56 SOURCE          globalqueryhandler.cpp
       
    57 SOURCE          onlineofflinehelper.cpp
       
    58 
       
    59 
       
    60 START RESOURCE  ai3xmluimain.rss
       
    61 TARGET          ai3xmluimain.rsc
       
    62 
       
    63 END
       
    64 START RESOURCE  ai3xmlui.rss
       
    65 HEADER
       
    66 TARGETPATH      APP_RESOURCE_DIR
       
    67 LANGUAGE_IDS
       
    68 
       
    69 END
       
    70 
       
    71 USERINCLUDE     .
       
    72 USERINCLUDE     ../inc
       
    73 USERINCLUDE     ../../inc
       
    74 USERINCLUDE     ../../help/inc
       
    75 
       
    76 USERINCLUDE     ../../xmluirendering/uiengine/inc
       
    77 USERINCLUDE     ../../sapiwrapper/hspswrapper/inc // hspswrapper
       
    78 
       
    79 SYSTEMINCLUDE   .
       
    80 APP_LAYER_SYSTEMINCLUDE
       
    81 
       
    82 LIBRARY         euser.lib efsrv.lib
       
    83 LIBRARY         ecom.lib centralrepository.lib
       
    84 LIBRARY         fbscli.lib apparc.lib cone.lib
       
    85 LIBRARY         eikcore.lib eikcoctl.lib egul.lib avkon.lib aknskins.lib
       
    86 LIBRARY         xn3layoutengine.lib xn3utils.lib xn3domdocument.lib
       
    87 LIBRARY         aiidleint.lib aiutils.lib
       
    88 LIBRARY         imageconversion.lib
       
    89 LIBRARY         apgrfx.lib
       
    90 LIBRARY         bafl.lib
       
    91 LIBRARY         flogger.lib
       
    92 LIBRARY         aknicon.lib
       
    93 LIBRARY         cdlengine.lib liwservicehandler.lib
       
    94 LIBRARY         hlplch.lib commonengine.lib
       
    95 LIBRARY         charconv.lib
       
    96 LIBRARY         aknnotify.lib 
       
    97 LIBRARY         networkhandling.lib
       
    98 LIBRARY         profileeng.lib
       
    99 
       
   100