webengine/osswebengine/WebKit/s60/group/webcore/loader/loader.mmp
changeset 0 dd21522fd290
child 36 0ed94ceaa377
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     1 // *
       
     2 // * Copyright (c) 2009 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:  This is the project specification file for WebCore.
       
    15 // *
       
    16 
       
    17 #include <platform_paths.hrh>
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform/mw/Browser_platform_variant.hrh>
       
    20 #include "../../common.mmpi"
       
    21 
       
    22 TARGET  WebCoreloader.lib
       
    23 
       
    24 TARGETTYPE  lib
       
    25 
       
    26 VENDORID    VID_DEFAULT
       
    27 
       
    28 //OPTION CW -prefix pragmas.pref
       
    29 
       
    30 SOURCEPATH ../../../../../WebCore/loader
       
    31 
       
    32 SOURCE Cache.cpp
       
    33 SOURCE CachedCSSStyleSheet.cpp
       
    34 SOURCE CachedImage.cpp
       
    35 SOURCE CachedResource.cpp
       
    36 SOURCE CachedResourceClientWalker.cpp
       
    37 SOURCE CachedScript.cpp
       
    38 SOURCE CachedXBLDocument.cpp
       
    39 SOURCE CachedXSLStyleSheet.cpp
       
    40 SOURCE DocLoader.cpp
       
    41 SOURCE DocumentLoader.cpp
       
    42 SOURCE FormState.cpp
       
    43 SOURCE FrameLoader.cpp
       
    44 //SOURCE FTPDirectoryDocument.cpp
       
    45 //SOURCE FTPDirectoryParser.cpp
       
    46 SOURCE ImageDocument.cpp
       
    47 SOURCE loader.cpp
       
    48 SOURCE MainResourceLoader.cpp
       
    49 SOURCE NavigationAction.cpp
       
    50 SOURCE NetscapePlugInStreamLoader.cpp
       
    51 SOURCE PluginDocument.cpp
       
    52 SOURCE ProgressTracker.cpp
       
    53 SOURCE Request.cpp
       
    54 SOURCE ResourceLoader.cpp
       
    55 SOURCE SubresourceLoader.cpp
       
    56 SOURCE TextDocument.cpp
       
    57 SOURCE TextResourceDecoder.cpp
       
    58 SOURCE WmlResourceLoader.cpp
       
    59 
       
    60 SOURCEPATH ../../../../../WebCore/loader/symbian
       
    61 
       
    62 SOURCE DocumentLoaderSymbian.cpp
       
    63 SOURCE IconLoaderSymbian.cpp
       
    64 SOURCE NetscapePlugInStreamLoaderSymbian.cpp
       
    65 SOURCE WmlLoaderSymbian.cpp
       
    66 
       
    67 SOURCEPATH ../../../../../WebCore/loader/icon
       
    68 
       
    69 SOURCE IconDatabase.cpp
       
    70 SOURCE IconLoader.cpp
       
    71 SOURCE IconRecord.cpp
       
    72 SOURCE PageUrlRecord.cpp
       
    73 SOURCE SQLDatabase.cpp
       
    74 SOURCE SQLStatement.cpp
       
    75 SOURCE SQLTransaction.cpp
       
    76 
       
    77 SOURCEPATH ../../../../../WebCore/loader/wml
       
    78 
       
    79 SOURCE WmlLoader.cpp