webengine/wmlengine/group/adt/adt.mmp
changeset 0 dd21522fd290
child 25 0ed94ceaa377
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     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          adt.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/adt/src/
       
    31 
       
    32 SOURCE	Broadcaster.c
       
    33 SOURCE	DynamicVector.c
       
    34 SOURCE	FixedMap.c
       
    35 SOURCE	FixedVector.c
       
    36 SOURCE	Iterator.c
       
    37 SOURCE	Map.c
       
    38 SOURCE	MapIterator.c
       
    39 SOURCE	ResizableMap.c
       
    40 SOURCE	ResizableObjectVector.c
       
    41 SOURCE	ResizableVector.c
       
    42 SOURCE	SegmentedMap.c
       
    43 SOURCE	SegmentedVector.c
       
    44 SOURCE  SingleIterator.c
       
    45 SOURCE	TextMap.c
       
    46 SOURCE	ValueList.c
       
    47 SOURCE	Vector.c
       
    48 SOURCE	VectorIterator.c
       
    49 
       
    50 USERINCLUDE     .
       
    51 USERINCLUDE     ../../src/adt/include
       
    52 USERINCLUDE     ../../src/htmlp/include
       
    53 USERINCLUDE     ../../src/object/include
       
    54 USERINCLUDE     ../../src/text/include
       
    55 USERINCLUDE     ../../src/urlloader/include
       
    56 USERINCLUDE     ../../src/utils/include
       
    57 
       
    58 MW_LAYER_SYSTEMINCLUDE
       
    59 SYSTEMINCLUDE   ../../src/utils/include
       
    60 MW_LAYER_LIBC_SYSTEMINCLUDE