diff -r e1bea15f9a39 -r 79859ed3eea9 web_pub/browser_plugin_api/group/bld.inf --- a/web_pub/browser_plugin_api/group/bld.inf Thu Aug 19 10:58:56 2010 +0300 +++ b/web_pub/browser_plugin_api/group/bld.inf Tue Aug 31 16:17:46 2010 +0300 @@ -14,22 +14,24 @@ * Description: * */ - +#ifndef __BROWSER_SDK #include -#include "../../../web_plat/browser_platform_api/inc/browser_platform_variant.hrh" +#include "../../../web_plat/browser_platform_api/inc/Browser_platform_variant.hrh" +#endif PRJ_PLATFORMS -DEFAULT +DEFAULT GCCE PRJ_EXPORTS -../inc/browserplugininterface.h MW_LAYER_PUBLIC_EXPORT_PATH(browserplugininterface.h) -../inc/cecombrowserplugininterface.h MW_LAYER_PUBLIC_EXPORT_PATH(cecombrowserplugininterface.h) + +../inc/BrowserPluginInterface.h MW_LAYER_PUBLIC_EXPORT_PATH(BrowserPluginInterface.h) +../inc/CEcomBrowserPluginInterface.h MW_LAYER_PUBLIC_EXPORT_PATH(CEcomBrowserPluginInterface.h) ../inc/npapi.h MW_LAYER_PUBLIC_EXPORT_PATH(npapi.h) ../inc/np_defines.h MW_LAYER_PUBLIC_EXPORT_PATH(np_defines.h) ../inc/npupp.h MW_LAYER_PUBLIC_EXPORT_PATH(npupp.h) ../inc/jri.h MW_LAYER_PUBLIC_EXPORT_PATH(jri.h) ../inc/prcpucfg.h MW_LAYER_PUBLIC_EXPORT_PATH(prcpucfg.h) -../inc/pluginadapterinterface.h MW_LAYER_PUBLIC_EXPORT_PATH(pluginadapterinterface.h) +../inc/PluginAdapterInterface.h MW_LAYER_PUBLIC_EXPORT_PATH(PluginAdapterInterface.h) ../inc/prtypes.h MW_LAYER_PUBLIC_EXPORT_PATH(prtypes.h) ../inc/obsolete/protypes.h MW_LAYER_PUBLIC_EXPORT_PATH(obsolete/protypes.h)