94
|
1 |
/*
|
|
2 |
* Copyright (c) 2005 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 Plugin.lib
|
|
22 |
TARGETTYPE lib
|
|
23 |
|
|
24 |
VENDORID VID_DEFAULT
|
|
25 |
|
|
26 |
SOURCEPATH ../Plugin/src
|
|
27 |
SOURCE PluginHandler.cpp
|
|
28 |
SOURCE PluginWin.cpp
|
|
29 |
SOURCE PluginLoader.cpp
|
|
30 |
SOURCE PluginSkin.cpp
|
|
31 |
SOURCE NpnImplementation.cpp
|
|
32 |
|
|
33 |
USERINCLUDE ../Plugin/Inc
|
|
34 |
USERINCLUDE ../BrowserView/Inc
|
|
35 |
USERINCLUDE ../BrowserControl/Inc
|
|
36 |
USERINCLUDE ../BrowserCore/Misc/Inc
|
|
37 |
USERINCLUDE ../BrowserCore/Renderers/Inc
|
|
38 |
USERINCLUDE ../ResourceLoader/Inc
|
|
39 |
USERINCLUDE ../PageScaler/Inc
|
|
40 |
USERINCLUDE ../../WEBCORE/bridge
|
|
41 |
// USERINCLUDE ../../MemoryManager/Inc
|
|
42 |
|
|
43 |
MW_LAYER_SYSTEMINCLUDE
|
|
44 |
OS_LAYER_ESTLIB_SYSTEMINCLUDE
|