WebNetscapePluginPackage.h revision 635860845790a19bf50bbc51ba8fb66a96dde068
18e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project/*
28e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project * Copyright (C) 2005, 2006, 2007 Apple Inc. All rights reserved.
38e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project *
48e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project * Redistribution and use in source and binary forms, with or without
58e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project * modification, are permitted provided that the following conditions
68e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project * are met:
78e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project *
88e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project * 1.  Redistributions of source code must retain the above copyright
98e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project *     notice, this list of conditions and the following disclaimer.
108e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project * 2.  Redistributions in binary form must reproduce the above copyright
118e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project *     notice, this list of conditions and the following disclaimer in the
128e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project *     documentation and/or other materials provided with the distribution.
138e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project * 3.  Neither the name of Apple Computer, Inc. ("Apple") nor the names of
148e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project *     its contributors may be used to endorse or promote products derived
158e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project *     from this software without specific prior written permission.
168e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project *
178e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
188e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
198e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
208e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
218e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
228e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
238e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
248e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
258e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
268e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
278e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project */
288e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project
298e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project#if ENABLE(NETSCAPE_PLUGIN_API)
308e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project#import "WebBasePluginPackage.h"
318e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project
328e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project#ifdef BUILDING_ON_TIGER
338e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Projecttypedef short ResFileRefNum;
348e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project#endif
358e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project
368e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project#if defined(__ppc__) && !defined(__LP64__)
378e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project#define SUPPORT_CFM
388e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project#endif
398e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project
408e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Projecttypedef enum {
418e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project    WebCFMExecutableType,
428e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project    WebMachOExecutableType
438e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project} WebExecutableType;
448e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project
458e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project@interface WebNetscapePluginPackage : WebBasePluginPackage
468e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project{
478e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project    NPPluginFuncs pluginFuncs;
488e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project    NPNetscapeFuncs browserFuncs;
498e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project
508e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project    uint16 pluginSize;
518e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project    uint16 pluginVersion;
528e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project
538e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project    ResFileRefNum resourceRef;
548e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project
55635860845790a19bf50bbc51ba8fb66a96dde068The Android Open Source Project    NPP_ShutdownProcPtr NP_Shutdown;
568e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project
578e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project    BOOL isLoaded;
588e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project    BOOL needsUnload;
598e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project    unsigned int instanceCount;
60635860845790a19bf50bbc51ba8fb66a96dde068The Android Open Source Project
61635860845790a19bf50bbc51ba8fb66a96dde068The Android Open Source Project#if USE(PLUGIN_HOST_PROCESS)
62635860845790a19bf50bbc51ba8fb66a96dde068The Android Open Source Project    cpu_type_t pluginHostArchitecture;
63635860845790a19bf50bbc51ba8fb66a96dde068The Android Open Source Project#endif
64635860845790a19bf50bbc51ba8fb66a96dde068The Android Open Source Project
658e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project#ifdef SUPPORT_CFM
668e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project    BOOL isBundle;
678e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project    BOOL isCFM;
688e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project    CFragConnectionID connID;
698e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project#endif
708e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project}
718e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project
728e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project// Netscape plug-in packages must be explicitly opened and closed by each plug-in instance.
738e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project// This is to protect Netscape plug-ins from being unloaded while they are in use.
748e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project- (void)open;
758e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project- (void)close;
768e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project
778e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project- (WebExecutableType)executableType;
788e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project- (NPPluginFuncs *)pluginFuncs;
798e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project
80635860845790a19bf50bbc51ba8fb66a96dde068The Android Open Source Project#if USE(PLUGIN_HOST_PROCESS)
81635860845790a19bf50bbc51ba8fb66a96dde068The Android Open Source Project- (cpu_type_t)pluginHostArchitecture;
82635860845790a19bf50bbc51ba8fb66a96dde068The Android Open Source Project#endif
83635860845790a19bf50bbc51ba8fb66a96dde068The Android Open Source Project
848e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project@end
858e35f3cfc7fba1d1c829dc557ebad6409cbe16a2The Android Open Source Project#endif
86