uifw/AknGlobalUI/group/AknNotifyPlugin2.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: 
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          aknnotifyplugin2.dll
       
    22 TARGETTYPE      PLUGIN
       
    23 UID             0x10009d8d 0x1020721A
       
    24 
       
    25 CAPABILITY      CAP_ECOM_PLUGIN
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 
       
    29 // This is a SYSTEMINCLUDE macro containing the middleware
       
    30 // layer specific include directories
       
    31 MW_LAYER_SYSTEMINCLUDE
       
    32 
       
    33 USERINCLUDE     ../../../inc
       
    34 USERINCLUDE     ../../inc
       
    35 USERINCLUDE     ../CommonInc 
       
    36 USERINCLUDE     ../notpiinc
       
    37 
       
    38 
       
    39 SOURCEPATH      ../ECOM
       
    40 SOURCE          AknNotifyEcomEntry.cpp
       
    41 
       
    42 START RESOURCE  1020721A.rss
       
    43 TARGET          aknnotifyplugin2.rsc
       
    44 END
       
    45 
       
    46 SOURCEPATH      ../notpisrc
       
    47 
       
    48 START RESOURCE  aknnotpi.rss
       
    49 HEADER
       
    50 TARGETPATH      /resource
       
    51 LANGUAGE_IDS
       
    52 END
       
    53 
       
    54 LIBRARY         ecom.lib
       
    55 LIBRARY         aknnotifierwrapper.lib
       
    56 LIBRARY         euser.lib
       
    57 
       
    58 START WINS
       
    59     BASEADDRESS 0x7ddb0000
       
    60 END