site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:subject:to:cc:x-priority:in-reply-to:message-id:mime-version:content-type:content-transfer-encoding:x-mailer; b=Y5uQceFWzL9DigPj1M7TsYUTqZ2vPzSdZmY9IBisEW4EhIzZXpWB0r8kTHAQM985LTg664zSTBs74xV3R9x7bR2eAlBhFlKQZYFiHPy1J9dW8ryiYfHvid8SaUW4/d3UZvuaUTvLb44yBweM30VcLam9wVcGojfK6bNik4p2MK8= On 28/09/2006 at 8:15 AM, amanda thatcher <thatcher_amanda@yahoo.com> wrote:
Mine is a virtual serial port driver and hence cannot avoid the kpi dependencies.Also I need the kernel subcomponent dependencies(did you mean the iokit,libkern and mach) are required for the userclient.Wudn't there be a way around this?
I'm not familiar with virtual serial port drivers, but, in general, if you are only running on 10.4, you can replace your kernel subcomponent dependencies (i.e., com.apple.kernel.*) with KPI dependencies. For example: <key>OSBundleLibraries</key> <dict> <key>com.apple.kpi.iokit</key> <string>8.0</string> <key>com.apple.kpi.libkern</key> <string>8.0</string> <key>com.apple.kpi.mach</key> <string>8.0</string> <key>com.apple.kpi.bsd</key> <string>8.0</string> </dict> 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 (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com