IOKit Kext Dependencies
IOKit Kext Dependencies
- Subject: IOKit Kext Dependencies
- From: "Duane Murphy" <email@hidden>
- Date: Mon, 20 Oct 2008 15:56:17 -0700
Is there a way of expressing dependencies on classes other than the
classes that a kext is a subclass of?
For example, I'm developing a kext that obviously has dependencies on
it's base class, but it also needs to find another class in the
registry. It would be best if an instance of the dependent class was
already loaded when the second class loads.
Is it possible to express such a dependency in the Info.plist?
Info.plist has OSBundleLibraries but that seems like it is too high.
Our implementation has two classes that coordinate with each other. I
would like to have one load before the other. Is that possible? Both
classes are in the same kext (and the same library).
Thank you for your ideas,
...Duane
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden