idlehomescreen/nativeuicontroller/group/ainatiui.mmp
changeset 0 f72a12da539e
child 9 f966699dea19
child 29 968d4f764c35
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          Ai3NatiUi.dll
       
    24 TARGETTYPE      PLUGIN
       
    25 UID             0x10009D8D AI_UID_ECOM_DLL_UICONTROLLER_NATIVE
       
    26 VENDORID        VID_DEFAULT
       
    27 CAPABILITY      CAP_ECOM_PLUGIN
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 SOURCE          appui.cpp
       
    31 SOURCE          document.cpp
       
    32 SOURCE          application.cpp
       
    33 SOURCE          ainativeuiview.cpp
       
    34 SOURCE          nativeuicontroller.cpp
       
    35 SOURCE          ainavipanerenderer.cpp
       
    36 SOURCE          ainavipaneanimator.cpp
       
    37 SOURCE          aistatuspanel.cpp
       
    38 SOURCE          aititlepanerenderer.cpp
       
    39 SOURCE          ainativerenderer.cpp
       
    40 SOURCE          aidialogrenderer.cpp
       
    41 SOURCE          aisoftkeyrenderer.cpp
       
    42 SOURCE          ainativeuimodel.cpp
       
    43 SOURCE      	  aistatuspanetouchui.cpp
       
    44 SOURCE			    aitoolbarrenderer.cpp
       
    45 SOURCE			    aitoolbarbutton.cpp 
       
    46 SOURCE			    ainotifierrenderer.cpp
       
    47 
       
    48 
       
    49 START RESOURCE  ai3natiui.rss
       
    50 TARGET          Ai3NatiUi.rsc
       
    51 END
       
    52 
       
    53 START RESOURCE  ai3nativeui.rss
       
    54 HEADER
       
    55 TARGET          AiNativeUi.rsc
       
    56 TARGETPATH      APP_RESOURCE_DIR
       
    57 LANGUAGE_IDS
       
    58 END
       
    59 
       
    60 USERINCLUDE     .
       
    61 USERINCLUDE     ../inc
       
    62 USERINCLUDE     ../../inc
       
    63 
       
    64 APP_LAYER_SYSTEMINCLUDE
       
    65 
       
    66 LIBRARY         euser.lib
       
    67 LIBRARY         ecom.lib
       
    68 LIBRARY         avkon.lib
       
    69 LIBRARY         aknskins.lib
       
    70 LIBRARY         apparc.lib
       
    71 LIBRARY         cone.lib
       
    72 LIBRARY         eikcoctl.lib
       
    73 LIBRARY         eikcore.lib
       
    74 LIBRARY         commonengine.lib
       
    75 LIBRARY         efsrv.lib
       
    76 LIBRARY         fbscli.lib
       
    77 LIBRARY         aknicon.lib
       
    78 LIBRARY         eikdlg.lib
       
    79 LIBRARY         egul.lib
       
    80 LIBRARY         centralrepository.lib
       
    81 LIBRARY         cenrepnotifhandler.lib
       
    82 LIBRARY         aknlayout2scalable.lib
       
    83 LIBRARY         cdlengine.lib
       
    84 LIBRARY         aifw.lib
       
    85 LIBRARY         aiutils.lib
       
    86 LIBRARY         bafl.lib
       
    87 LIBRARY         flogger.lib
       
    88 LIBRARY         aiidleint.lib
       
    89 LIBRARY         featmgr.lib
       
    90 LIBRARY         profileeng.lib
       
    91 LIBRARY         networkhandling.lib
       
    92 LIBRARY     	  viewcli.lib
       
    93 LIBRARY		      gdi.lib
       
    94 LIBRARY         aknnotify.lib
       
    95 
       
    96 #ifdef RD_TACTILE_FEEDBACK
       
    97 LIBRARY		touchfeedback.lib
       
    98 #endif