--- a/svgt_plat/svgt_api/inc/SvgJavaInterfaceImpl.h Wed Aug 18 10:42:15 2010 +0300
+++ b/svgt_plat/svgt_api/inc/SvgJavaInterfaceImpl.h Mon Oct 04 01:44:10 2010 +0300
@@ -1684,7 +1684,7 @@
* @param data_size External resource data size
* @return TODO
*/
- EXPORT_C TInt SvgDocumentRequestCompleted( SvgDocumentHandle hDocument, const TPtrC16& aUri, const TPtrC8& );
+ IMPORT_C TInt SvgDocumentRequestCompleted( SvgDocumentHandle hDocument, const TPtrC16& aUri, const TPtrC8& );
/**
* Get an external item indicated in a SVG document.
--- a/svgtopt/group/bld.inf Wed Aug 18 10:42:15 2010 +0300
+++ b/svgtopt/group/bld.inf Mon Oct 04 01:44:10 2010 +0300
@@ -45,7 +45,6 @@
* Changes for CP50 Build Improvement
*/
../rom/SVGEngine.iby CORE_MW_LAYER_IBY_EXPORT_PATH(SVGEngine.iby)
-../rom/SvgtPluginEcom.iby CORE_MW_LAYER_IBY_EXPORT_PATH(SvgtPluginEcom.iby)
../rom/nvgdecoder.iby CORE_MW_LAYER_IBY_EXPORT_PATH(NVGDecoder.iby)
../rom/NVGDecoder_SW.iby CORE_MW_LAYER_IBY_EXPORT_PATH(NVGDecoder_SW.iby)
../rom/VGRenderer.iby CORE_MW_LAYER_IBY_EXPORT_PATH(VGRenderer.iby)
--- a/svgtopt/rom/SvgtPluginEcom.iby Wed Aug 18 10:42:15 2010 +0300
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-/*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
-* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of "Eclipse Public License v1.0"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:
-*
-*/
-
-#ifndef __SVGTPLUGINECOM_IBY__
-#define __SVGTPLUGINECOM_IBY__
-
-#include <bldvariant.hrh>
-#ifdef __SERIES60_NATIVE_BROWSER
-ECOM_PLUGIN(npsvgtplugin.dll, 101F86DF.rsc)
-#endif __SERIES60_NATIVE_BROWSER
-#endif