org.eclipse.mtj.sdk.ISDKProvider
interface. These providers are queried by the system for their org.eclipse.mtj.sdk.ISDK instances. ISDK instances provide access to IDevice instances.
<!ELEMENT extension (sdkprovider)>
<!ATTLIST extension
name CDATA #IMPLIED
point CDATA #REQUIRED
id CDATA #IMPLIED
>SDK Provider
<!ELEMENT sdkprovider EMPTY>
<!ATTLIST sdkprovider
name CDATA #IMPLIED
class CDATA #REQUIRED
>org.eclipse.mtj.core.sdk.ISDKProvider
interface. This class represents the SDK provider and will be called during the startup process.
Copyright (c) 2009 Research In Motion Limited.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html