uifw/AknGlobalUI/OldStyleNotif/group/AknOldStyleNotif.mmp
changeset 0 2f259fa3e83a
child 38 c52421ed5f07
child 45 667edd0b8678
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 2002-2008 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 AknOldStyleNotif.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          aknoldstylenotif.dll
       
    22 TARGETTYPE      DLL
       
    23 UID             0x101fdfae 0x1020721B
       
    24 
       
    25 CAPABILITY      CAP_GENERAL_DLL
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 
       
    29 
       
    30 // This is a SYSTEMINCLUDE macro containing the middleware
       
    31 // layer specific include directories
       
    32 MW_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 USERINCLUDE     ../Inc 
       
    35 USERINCLUDE     ../../AknCapServer/inc 
       
    36 USERINCLUDE     ../../CommonInc 
       
    37 USERINCLUDE     ../../notpiinc
       
    38 USERINCLUDE         ../../../../inc
       
    39 
       
    40 SOURCEPATH      ../Src
       
    41 
       
    42 SOURCE          aknkeylocknotifier.cpp
       
    43 SOURCE          AknNotifyPlugin.cpp
       
    44 SOURCE          AknSystemPopup.cpp
       
    45 SOURCE          AknSoftNotificationPlugin.cpp
       
    46 SOURCE          AknGroupedNotifierNote.cpp
       
    47 SOURCE          AknListQueryNotificationDialog.cpp
       
    48 SOURCE          AknSystemListPopup.cpp
       
    49 SOURCE          aknsystemmsgpopup.cpp
       
    50 SOURCE          aknsystemconfirmationpopup.cpp
       
    51 SOURCE          aknsystemprogresspopup.cpp
       
    52 SOURCE          AknSystemListMsgPopup.cpp
       
    53 SOURCE          AknListMsgQueryNotificationDialog.cpp
       
    54 SOURCE          OldStylePlugin.cpp
       
    55 SOURCE          aknmessagereaderlongpressdetector.cpp
       
    56 SOURCE          AknPrivateImageLoader.cpp
       
    57 SOURCE          AknDynamicNotificationData.cpp
       
    58 
       
    59 LIBRARY         viewcli.lib
       
    60 LIBRARY         estor.lib
       
    61 LIBRARY         euser.lib
       
    62 LIBRARY         efsrv.lib
       
    63 LIBRARY         ws32.lib
       
    64 LIBRARY         bafl.lib
       
    65 LIBRARY         cone.lib
       
    66 LIBRARY         eikcoctl.lib
       
    67 LIBRARY         eikdlg.lib
       
    68 LIBRARY         eikcore.lib
       
    69 LIBRARY         eiksrv.lib
       
    70 LIBRARY         avkon.lib
       
    71 LIBRARY         commonengine.lib
       
    72 LIBRARY         apgrfx.lib
       
    73 LIBRARY         eiksrvui.lib
       
    74 LIBRARY         eikctl.lib
       
    75 LIBRARY         cdlengine.lib
       
    76 LIBRARY         featmgr.lib
       
    77 LIBRARY         aknskins.lib
       
    78 LIBRARY         aknnotifyplugin.lib
       
    79 LIBRARY         aknnotifierwrapper.lib
       
    80 LIBRARY         gdi.lib
       
    81 LIBRARY         aknlayout2.lib       
       
    82 LIBRARY         aknlayout2scalable.lib
       
    83 LIBRARY         aknnotify.lib 
       
    84 LIBRARY         mediatorclient.lib
       
    85 LIBRARY         apparc.lib
       
    86 LIBRARY         centralrepository.lib
       
    87 LIBRARY         imageconversion.lib 
       
    88 LIBRARY         fbscli.lib
       
    89 LIBRARY         aknicon.lib
       
    90 LIBRARY         svgengine.lib
       
    91 LIBRARY         akndynamicsoftnoteeventmanager.lib
       
    92 
       
    93 LIBRARY         gfxtrans.lib
       
    94 LIBRARY         akntransitionutils.lib
       
    95 
       
    96 #ifdef __PROTOCOL_CDMA
       
    97 LIBRARY         servicehandler.lib
       
    98 #endif
       
    99 
       
   100 LIBRARY         keylockpolicyapi.lib 
       
   101 LIBRARY         touchfeedback.lib
       
   102 
       
   103 START WINS
       
   104     BASEADDRESS 0x7ddb0000
       
   105 END