javamanager/javainstaller/iconsizenotifplugin/build/javaiconsizenotifplugin.mmp
changeset 61 bf7ee68962da
child 67 63b81d807542
equal deleted inserted replaced
48:e0d6e9bd3ca7 61:bf7ee68962da
       
     1 /*
       
     2 * Copyright (c) 2010 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:  Java notifier ecom plugin used to access the UI env 
       
    15 *               from non UI context.
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 
       
    22 TARGET          javaiconsizenotifplugin.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 UID             0x10009D8D 0x101FD689
       
    25 
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 PAGED
       
    30 
       
    31 APP_LAYER_SYSTEMINCLUDE
       
    32 
       
    33 START RESOURCE  ../data/javaiconsizenotifplugin.rss
       
    34 TARGET          javaiconsizenotifplugin.rsc
       
    35 END
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 SOURCE          iconsizenotifier.cpp
       
    39 
       
    40 USERINCLUDE     .
       
    41 USERINCLUDE     ../inc
       
    42 USERINCLUDE     ../../../../inc
       
    43 
       
    44 LIBRARY         euser.lib
       
    45 LIBRARY         eiksrv.lib              // MEikSrvNotifierBase2
       
    46 LIBRARY         cdlengine.lib           // AknLayoutScalable_Avkon
       
    47 LIBRARY         aknlayout2scalable.lib  // TAknWindowComponentLayout
       
    48 LIBRARY         avkon.lib               // TAknLayoutRect
       
    49 LIBRARY         eikcore.lib             // TAknLayoutRect
       
    50