49
|
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 "../webkitcommon.mmpi"
|
|
19 |
|
|
20 |
TARGET fileloader.lib
|
|
21 |
TARGETTYPE lib
|
|
22 |
|
|
23 |
CAPABILITY CAP_GENERAL_DLL
|
|
24 |
VENDORID VID_DEFAULT
|
|
25 |
|
|
26 |
SOURCEPATH ../../src/fileloader/src
|
|
27 |
SOURCE fileloader_cfileloader.cpp
|
|
28 |
SOURCE fileloader_cfilehandler.cpp
|
|
29 |
SOURCE fileloader_csaveddeckhandler.cpp
|