94
|
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:
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
#include <platform_paths.hrh>
|
|
19 |
#include <platform/mw/browser_platform_variant.hrh>
|
|
20 |
|
|
21 |
TARGET unknownch.lib
|
|
22 |
TARGETTYPE lib
|
|
23 |
SOURCEPATH ../src/UnknownCH/src/
|
|
24 |
|
|
25 |
CAPABILITY CAP_GENERAL_DLL
|
|
26 |
VENDORID VID_DEFAULT
|
|
27 |
|
|
28 |
MACRO NOKIA_MOBILE_BROWSER
|
|
29 |
#define NOKIA_MOBILE_BROWSER 1
|
|
30 |
|
|
31 |
SOURCE UnknownContentHandler.cpp
|
|
32 |
SOURCE UCHFileMover.cpp
|
|
33 |
|
|
34 |
USERINCLUDE ../src/unknownch/include
|
|
35 |
USERINCLUDE ../src/adt/include
|
|
36 |
USERINCLUDE ../src/hed/include
|
|
37 |
USERINCLUDE ../src/gdi/include
|
|
38 |
USERINCLUDE ../src/text/include
|
|
39 |
USERINCLUDE ../src/lmgr/include
|
|
40 |
USERINCLUDE ../src/evt/include
|
|
41 |
USERINCLUDE ../src/object/include
|
|
42 |
USERINCLUDE ../src/markup/include
|
|
43 |
USERINCLUDE ../src/urlloader/include
|
|
44 |
USERINCLUDE ../src/utils/include
|
|
45 |
USERINCLUDE ../src/wml/include
|
|
46 |
USERINCLUDE ../src/wml/src
|
|
47 |
|
|
48 |
MW_LAYER_SYSTEMINCLUDE
|