uifw/AknGlobalUI/AknDynamicSoftNote/group/AknDynamicSoftNote.mmp
changeset 0 2f259fa3e83a
child 19 aecbbf00d063
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 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:  Dynamic soft notification
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          AknDynamicSoftNote.DLL
       
    21 TARGETTYPE      DLL
       
    22 UID             0x1000008D 0x20012467
       
    23 
       
    24 CAPABILITY      CAP_GENERAL_DLL
       
    25 VENDORID        VID_DEFAULT
       
    26 LANG            SC
       
    27 
       
    28 // This is a SYSTEMINCLUDE macro containing the middleware
       
    29 // layer specific include directories
       
    30 MW_LAYER_SYSTEMINCLUDE
       
    31 
       
    32 USERINCLUDE     ../inc
       
    33 USERINCLUDE     ../../../../inc
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 SOURCE          AknDynamicSoftNotifier.cpp
       
    37 SOURCE          AknDynamicSoftNotificationParams.cpp
       
    38 SOURCE          AknDynamicSoftNoteObserver.cpp 
       
    39 SOURCE          AknDynamicNotifier.cpp
       
    40 
       
    41 LIBRARY         euser.lib
       
    42 LIBRARY         estor.lib
       
    43 LIBRARY         gfxtrans.lib
       
    44 LIBRARY         akncapserverclient.lib
       
    45 LIBRARY         apparc.lib
       
    46 LIBRARY         eikcore.lib