webengine/wmlengine/group/evt/evt.mmp
changeset 74 91031d3aab7d
parent 68 92a765b5b3e7
child 85 e358f2276d3f
equal deleted inserted replaced
68:92a765b5b3e7 74:91031d3aab7d
     1 /*
       
     2 * Copyright (c) 1997-2004 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 the License "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 <platform_paths.hrh>
       
    19 #include <platform/mw/Browser_platform_variant.hrh>
       
    20 
       
    21 TARGET          evt.lib
       
    22 TARGETTYPE      lib
       
    23 SOURCEPATH      ../../src/Evt/src/
       
    24 
       
    25 CAPABILITY CAP_GENERAL_DLL
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 MACRO NW_EVT_IMPORT
       
    29 #define NW_EVT_IMPORT extern
       
    30 
       
    31 SOURCE AccessKeyEvent.c
       
    32 SOURCE ActivateEvent.c
       
    33 SOURCE ClearFieldEvent.c
       
    34 SOURCE ControlKeyEvent.c
       
    35 SOURCE Event.c
       
    36 SOURCE FocusEvent.c
       
    37 SOURCE FontSizeChangeEvent.c
       
    38 SOURCE KeyEvent.c
       
    39 SOURCE PointerEvent.c
       
    40 SOURCE ScrollEvent.c
       
    41 SOURCE TabEvent.c
       
    42 SOURCE TimerEvent.c
       
    43 SOURCE UnicodeKeyEvent.c
       
    44 SOURCE OpenViewerEvent.c
       
    45 
       
    46 USERINCLUDE     ../../src/Evt/include
       
    47 USERINCLUDE     ../../src/object/include
       
    48 USERINCLUDE     ../../src/gdi/include
       
    49 USERINCLUDE   	../../src/utils/include
       
    50 
       
    51 MW_LAYER_SYSTEMINCLUDE
       
    52 MW_LAYER_LIBC_SYSTEMINCLUDE