webengine/wmlengine/group/system/system.mmp
changeset 0 dd21522fd290
child 25 0ed94ceaa377
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 /*
       
     2 * Copyright (c) 2002 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          System.lib
       
    22 TARGETTYPE      lib
       
    23 SOURCEPATH      ../../src/system/src/
       
    24 
       
    25 CAPABILITY CAP_GENERAL_DLL
       
    26 VENDORID        VID_DEFAULT
       
    27 
       
    28 SOURCE Timer.c
       
    29 SOURCE Epoc32Timer.cpp
       
    30 SOURCE CEpoc32Timer.cpp
       
    31 SOURCE Epoc32OptionList.cpp
       
    32 
       
    33 #include  "../webkitcommon.mmpi"
       
    34 
       
    35 USERINCLUDE     .
       
    36 USERINCLUDE     ../../src/Object/include
       
    37 USERINCLUDE     ../../src/mvc/include
       
    38 USERINCLUDE     ../../src/system/include
       
    39 USERINCLUDE     ../../src/utils/include
       
    40 USERINCLUDE     ../../src/hed/include
       
    41 USERINCLUDE     ../../src/msg/include
       
    42 USERINCLUDE     ../../src/wml/include
       
    43 USERINCLUDE     ../../src/markup/include
       
    44 USERINCLUDE     ../../src/wmlcontrol/include
       
    45 
       
    46 
       
    47 
       
    48 SYSTEMINCLUDE   ../../src/utils/include
       
    49 SYSTEMINCLUDE   ../../src/utils/src
       
    50 SYSTEMINCLUDE		../../../osswebengine/MemoryManager/Inc
       
    51 MW_LAYER_SYSTEMINCLUDE
       
    52 MW_LAYER_LIBC_SYSTEMINCLUDE
       
    53