webengine/wmlengine/group/wml/wml.mmp
changeset 74 91031d3aab7d
parent 68 92a765b5b3e7
child 85 e358f2276d3f
equal deleted inserted replaced
68:92a765b5b3e7 74:91031d3aab7d
     1 /*
       
     2 * Copyright (c) 1997-2001 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          wml.lib
       
    22 TARGETTYPE      lib
       
    23 
       
    24 CAPABILITY CAP_GENERAL_DLL
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 MACRO NOKIA_MOBILE_BROWSER
       
    28 #define NOKIA_MOBILE_BROWSER 1
       
    29 
       
    30 SOURCEPATH      ../../src/wml/src
       
    31 
       
    32 
       
    33 SOURCE	nw_evlog_api.c
       
    34 SOURCE	wml_bind.c
       
    35 SOURCE	wml_core.c
       
    36 SOURCE  wml_deck.c
       
    37 SOURCE  wml_deck_iter.c
       
    38 SOURCE	wml_decoder.c
       
    39 SOURCE	wml_event.c
       
    40 SOURCE	wml_head.c
       
    41 SOURCE	WMLhistory.cpp
       
    42 SOURCE	wml_input_validation.c
       
    43 SOURCE	wml_intrinsic_event.c
       
    44 SOURCE	wml_list.c
       
    45 SOURCE	wml_msgs.c
       
    46 SOURCE	wml_option_event.c
       
    47 SOURCE	wml_query_service.c
       
    48 SOURCE	wml_ref_model.c
       
    49 SOURCE	wml_script_message.c
       
    50 SOURCE	wml_scrproxy.c
       
    51 SOURCE	wml_select_ui_state.c
       
    52 SOURCE	wml_select_validation.c
       
    53 SOURCE	wml_timer.c
       
    54 SOURCE	wml_ui.c
       
    55 SOURCE	WMLUrlNavigation.cpp
       
    56 SOURCE	wml_url_utils.c
       
    57 SOURCE	wml_var.c
       
    58 SOURCE	WMLWae.cpp
       
    59 SOURCE	wml_wae_reader.c
       
    60 
       
    61 #include  "../webkitcommon.mmpi"
       
    62 
       
    63 USERINCLUDE   ../../src/wml/src
       
    64 USERINCLUDE   ../../src/wml/include
       
    65 USERINCLUDE   ../../src/urlloader/include
       
    66 USERINCLUDE   ../../src/script/include
       
    67 USERINCLUDE   ../../src/utils/include
       
    68 USERINCLUDE   ../../src/image/include
       
    69 USERINCLUDE   ../../src/adt/include
       
    70 USERINCLUDE   ../../src/MVC/include
       
    71 USERINCLUDE   ../../src/htmlp/include
       
    72 USERINCLUDE   ../../src/Evt/include
       
    73 USERINCLUDE   ../../src/fbox/include
       
    74 USERINCLUDE   ../../src/gdi/include
       
    75 
       
    76 USERINCLUDE   ../../src/hed/include
       
    77 USERINCLUDE   ../../src/lmgr/include
       
    78 USERINCLUDE   ../../src/markup/include
       
    79 USERINCLUDE   ../../src/Msg/include
       
    80 USERINCLUDE   ../../src/object/include
       
    81 USERINCLUDE   ../../src/System/include
       
    82 USERINCLUDE   ../../src/text/include
       
    83 USERINCLUDE   ../../src/Unicode/include
       
    84 USERINCLUDE   ../../src/wml1x/include
       
    85 USERINCLUDE   ../../src/wmlscriptch/include
       
    86 USERINCLUDE   ../../src/wmlcontrol/include
       
    87 
       
    88 
       
    89 SYSTEMINCLUDE   ../../src/utils/include
       
    90 SYSTEMINCLUDE   ../../src/urlloader/include
       
    91 SYSTEMINCLUDE   ../../src/wml/include
       
    92 SYSTEMINCLUDE		../../../osswebengine/MemoryManager/Inc
       
    93 MW_LAYER_SYSTEMINCLUDE
       
    94 MW_LAYER_LIBC_SYSTEMINCLUDE
       
    95