# HG changeset patch # User hgs # Date 1285670202 -10800 # Node ID f6f0364023eac7a5024f0922a2cb96df01e9bade # Parent f16f4715cbe4e340c5877b0f78c5ebc9e0f8d986 201037 diff -r f16f4715cbe4 -r f6f0364023ea svgt_plat/svgt_api/inc/SvgJavaInterfaceImpl.h --- a/svgt_plat/svgt_api/inc/SvgJavaInterfaceImpl.h Mon Aug 02 12:14:58 2010 +0300 +++ b/svgt_plat/svgt_api/inc/SvgJavaInterfaceImpl.h Tue Sep 28 13:36:42 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. diff -r f16f4715cbe4 -r f6f0364023ea svgtopt/group/bld.inf --- a/svgtopt/group/bld.inf Mon Aug 02 12:14:58 2010 +0300 +++ b/svgtopt/group/bld.inf Tue Sep 28 13:36:42 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) diff -r f16f4715cbe4 -r f6f0364023ea svgtopt/rom/SvgtPluginEcom.iby --- a/svgtopt/rom/SvgtPluginEcom.iby Mon Aug 02 12:14:58 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 -#ifdef __SERIES60_NATIVE_BROWSER -ECOM_PLUGIN(npsvgtplugin.dll, 101F86DF.rsc) -#endif __SERIES60_NATIVE_BROWSER -#endif