webengine/wmlengine/group/evt/evt.mmp
branchRCL_3
changeset 49 919f36ff910f
equal deleted inserted replaced
48:79859ed3eea9 49:919f36ff910f
       
     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  "../webkitcommon.mmpi"
       
    19 
       
    20 TARGET          evt.lib
       
    21 TARGETTYPE      lib
       
    22 SOURCEPATH      ../../src/evt/src/
       
    23 
       
    24 CAPABILITY CAP_GENERAL_DLL
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 MACRO NW_EVT_IMPORT
       
    28 #define NW_EVT_IMPORT extern
       
    29 
       
    30 SOURCE AccessKeyEvent.c
       
    31 SOURCE ActivateEvent.c
       
    32 SOURCE ClearFieldEvent.c
       
    33 SOURCE ControlKeyEvent.c
       
    34 SOURCE Event.c
       
    35 SOURCE FocusEvent.c
       
    36 SOURCE FontSizeChangeEvent.c
       
    37 SOURCE KeyEvent.c
       
    38 SOURCE PointerEvent.c
       
    39 SOURCE ScrollEvent.c
       
    40 SOURCE TabEvent.c
       
    41 SOURCE TimerEvent.c
       
    42 SOURCE UnicodeKeyEvent.c
       
    43 SOURCE OpenViewerEvent.c
       
    44