uifw/AvKon/AknNotifyPlugin_dll/group/AknNotifyPlugin.mmp
changeset 0 2f259fa3e83a
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:  Project definition file for project AknNotifyPlugin.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET          AknNotifyPlugin.DLL
       
    21 TARGETTYPE      DLL
       
    22 UID             0x1000008D 0x010f9a40
       
    23 
       
    24 CAPABILITY      CAP_GENERAL_DLL DRM
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 USERINCLUDE   . ../inc
       
    28 USERINCLUDE   ../../../inc
       
    29 USERINCLUDE   ../../../../inc
       
    30 
       
    31 // This is a SYSTEMINCLUDE macro containing the middleware
       
    32 // layer specific include directories
       
    33 MW_LAYER_SYSTEMINCLUDE
       
    34 
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 
       
    38 SOURCE          AknSoftNotificationParameters.cpp
       
    39 SOURCE          AknNotifyPlugin_dll.cpp
       
    40 SOURCE          AknDialogController.cpp
       
    41 
       
    42 LIBRARY         euser.lib
       
    43 
       
    44 START WINS
       
    45     BASEADDRESS 0x7dda0000
       
    46 END