webengine/wmlengine/group/fileloader/fileloader.mmp
changeset 74 91031d3aab7d
parent 68 92a765b5b3e7
child 85 e358f2276d3f
equal deleted inserted replaced
68:92a765b5b3e7 74:91031d3aab7d
     1 /*
       
     2 * Copyright (c) 2003 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:  Handler for loading file scheme.
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <platform/mw/Browser_platform_variant.hrh>
       
    20 
       
    21 TARGET          fileloader.lib
       
    22 TARGETTYPE      lib
       
    23 
       
    24 CAPABILITY CAP_GENERAL_DLL
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 
       
    28 SOURCEPATH      ../../src/FileLoader/src
       
    29 SOURCE		fileloader_cfileloader.cpp
       
    30 SOURCE		fileloader_cfilehandler.cpp
       
    31 SOURCE		fileloader_csaveddeckhandler.cpp
       
    32 
       
    33 USERINCLUDE     ../../src/urlloader/include
       
    34 USERINCLUDE     ../../src/FileLoader/include
       
    35 USERINCLUDE     ../../src/utils/include
       
    36 
       
    37 
       
    38 MW_LAYER_SYSTEMINCLUDE
       
    39 SYSTEMINCLUDE   ../../src/utils/include
       
    40 MW_LAYER_LIBC_SYSTEMINCLUDE
       
    41 
       
    42 
       
    43 
       
    44 
       
    45