# HG changeset patch # User Dremov Kirill (Nokia-D-MSW/Tampere) # Date 1286145850 -10800 # Node ID 0dbbd0486661e17b60f7d0c8121275959ab9a8c3 # Parent ddaf54210378940af6480ff013a8de778d5f8ec8 Revision: 201037 Kit: 201039 diff -r ddaf54210378 -r 0dbbd0486661 svgt_plat/svgt_api/inc/SvgJavaInterfaceImpl.h --- 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. diff -r ddaf54210378 -r 0dbbd0486661 svgtopt/group/bld.inf --- 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) diff -r ddaf54210378 -r 0dbbd0486661 svgtopt/rom/SvgtPluginEcom.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 -#ifdef __SERIES60_NATIVE_BROWSER -ECOM_PLUGIN(npsvgtplugin.dll, 101F86DF.rsc) -#endif __SERIES60_NATIVE_BROWSER -#endif