uifw/AvKon/notifsrc/aknNotify.mmp
changeset 0 2f259fa3e83a
child 4 8ca85d2f0db7
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: 
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          AknNotify.DLL
       
    21 TARGETTYPE      DLL
       
    22 UID             0x1000008D 0x010f9a43
       
    23 
       
    24 CAPABILITY      CAP_GENERAL_DLL
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 SOURCEPATH      ../notifsrc
       
    28 
       
    29 LANG            SC
       
    30 
       
    31 USERINCLUDE   ../../inc
       
    32 USERINCLUDE   ../../../inc
       
    33 USERINCLUDE     . ../notifinc
       
    34 
       
    35 // This is a SYSTEMINCLUDE macro containing the middleware
       
    36 // layer specific include directories
       
    37 MW_LAYER_SYSTEMINCLUDE
       
    38 
       
    39 
       
    40 
       
    41 SOURCEPATH      ../notifsrc
       
    42 SOURCE          aknNotify.cpp
       
    43 SOURCE          AknPopupNotify.cpp
       
    44 SOURCE          AknSignalNotify.cpp
       
    45 SOURCE          AknBatteryNotify.cpp
       
    46 SOURCE          AknSmallIndicator.cpp
       
    47 SOURCE          AknGlobalNote.cpp
       
    48 SOURCE          AknGlobalListQuery.cpp
       
    49 SOURCE          AknSoftNotifier.cpp
       
    50 SOURCE          AknIncallBubbleNotify.cpp
       
    51 SOURCE          aknglobalmsgquery.cpp
       
    52 SOURCE          aknglobalconfirmationquery.cpp
       
    53 SOURCE          aknglobalprogressdialog.cpp
       
    54 SOURCE          AknSignalNotifyAddition.cpp
       
    55 SOURCE          AknGlobalListMsgQuery.cpp
       
    56 SOURCE          AknSDData.cpp
       
    57 SOURCE		akntrace.cpp
       
    58 
       
    59 LIBRARY         euser.lib
       
    60 LIBRARY         estor.lib
       
    61 LIBRARY 	gfxtrans.lib
       
    62 
       
    63 #ifdef RD_UI_TRANSITION_EFFECTS_POPUPS
       
    64 LIBRARY    akntransitionutils.lib
       
    65 #endif
       
    66 
       
    67 DEFFILE AknNotify.DEF
       
    68 
       
    69 START WINS
       
    70     BASEADDRESS 0x7dd30000
       
    71 END