uifw/AknGlobalUI/NotifierWrapper/group/aknnotifierwrapper.mmp
changeset 0 2f259fa3e83a
child 18 0aa5fbdfbc30
child 45 667edd0b8678
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 2002-2007 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:  Symbian OS mmp file for the avkon UI framework component
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          aknnotifierwrapper.dll
       
    21 TARGETTYPE      dll
       
    22 UID             0x1000008D 0x101F882A
       
    23 
       
    24 CAPABILITY      CAP_GENERAL_DLL
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 // This is a SYSTEMINCLUDE macro containing the middleware
       
    28 // layer specific include directories
       
    29 MW_LAYER_SYSTEMINCLUDE
       
    30 
       
    31 USERINCLUDE     ../inc 
       
    32 USERINCLUDE     ../../CommonInc
       
    33 
       
    34 SOURCEPATH      ../src
       
    35 
       
    36 SOURCE          AknNotifierAppServer.cpp
       
    37 SOURCE          AknNotifierAppServerSession.cpp
       
    38 SOURCE          AknNotifierWrapper.cpp
       
    39 SOURCE          AknNotiferAppServerApplication.cpp
       
    40 SOURCE          AknNotifierControllerUtilities.cpp
       
    41 
       
    42 LIBRARY         euser.lib
       
    43 LIBRARY         apparc.lib
       
    44 LIBRARY         eikcore.lib
       
    45 LIBRARY         cone.lib
       
    46 LIBRARY         apgrfx.lib
       
    47 LIBRARY         ws32.lib
       
    48 LIBRARY         eiksrv.lib // eiknotapi
       
    49 LIBRARY         avkon.lib
       
    50 LIBRARY         eikdlg.lib
       
    51 LIBRARY         estor.lib 
       
    52 LIBRARY         eiksrvui.lib
       
    53 LIBRARY         akncapserverclient.lib
       
    54 
       
    55 deffile         AKNNOTIFIERWRAPPER.DEF
       
    56 
       
    57 START WINS
       
    58 // todo:    baseaddress     0x7dc00000
       
    59 END