Re: my info.plist
Re: my info.plist
- Subject: Re: my info.plist
- From: Geoffrey Schmit <email@hidden>
- Date: Thu, 28 Sep 2006 09:20:26 -0500
On 28/09/2006 at 5:24 AM, amanda thatcher <email@hidden> wrote:
> <key>OSBundleLibraries</key>
> <dict>
>
> <key>com.apple.kernel.iokit</key><string>6.9.9</string>
>
> <key>com.apple.kernel.libkern</key><string>6.9.9</string>
>
> <key>com.apple.kernel.mach</key><string>6.9.9</string>
> <key>com.apple.kpi.bsd</key><string>8.0.0</string>
>
> <key>com.apple.kpi.libkern</key><string>8.0.0</string>
> </dict>
I'm not sure why your driver used to load successfully, but mixing KPI and kernel subcomponent dependencies is not allowed. From <http://developer.apple.com/documentation/Darwin/Conceptual/KEXTConcept/KEXTConceptDependencies/kext_dependencies.html>:
> Important: You cannot combine dependencies on KPI collections and
> dependencies on kernel subcomponents in the same KEXT; dependencies
> must be all of one type or the other. If your KEXT declares
> dependencies on both KPI collections and kernel subcomponents, it will
> fail to load
Hope this helps,
geoff
--
Geoff Schmit
Sugar Maple Software, Inc.
<http://sugarmaplesoftware.com>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >my info.plist (From: amanda thatcher <email@hidden>) |