Bernd Löhr writes:
> Hi,
>
> is there a list of symbols which are depreciated (the ones in
> com.apple.kpi.unsupported)? How can I find out if my kext uses those
> depreciated symbols?
> I searched on Apple's developer site but couldn't find anything...
You can find the symbols in com.apple.kpi.unsupported by
running nm against it. Eg:
nm -m /System/Library/Extensions/System.kext/PlugIns/Unsupported.kext/Unsupported
The most reliable way I've found to see if my kext is using symbols
from a particular dependancy is to simply remove it from the kext's
property list (Info.plist) and see if the driver still loads, or if it
complains about missing symbols.
Drew
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-drivers mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/darwin-drivers/email@hidden
This email sent to email@hidden