201037 PDK_4.0.a
authorhgs
Tue, 28 Sep 2010 13:36:42 +0300
changeset 41 f6f0364023ea
parent 35 f16f4715cbe4
child 43 78ea4ce942e1
201037
svgt_plat/svgt_api/inc/SvgJavaInterfaceImpl.h
svgtopt/group/bld.inf
svgtopt/rom/SvgtPluginEcom.iby
--- 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.
--- 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)
--- 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 <bldvariant.hrh>
-#ifdef __SERIES60_NATIVE_BROWSER
-ECOM_PLUGIN(npsvgtplugin.dll, 101F86DF.rsc)
-#endif __SERIES60_NATIVE_BROWSER
-#endif