namespace CPF.Mac
{
	public static class Constants
	{
		public const string AddressBookLibrary = "/System/Library/Frameworks/AddressBook.framework/AddressBook";

		public const string AppKitLibrary = "/System/Library/Frameworks/AppKit.framework/AppKit";

		public const string CoreFoundationLibrary = "/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation";

		public const string CoreGraphicsLibrary = "/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/CoreGraphics";

		public const string CoreTextLibrary = "/System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreText.framework/CoreText";

		public const string FoundationLibrary = "/System/Library/Frameworks/Foundation.framework/Foundation";

		public const string ObjectiveCLibrary = "/usr/lib/libobjc.dylib";

		public const string SystemLibrary = "/usr/lib/libSystem.dylib";

		public const string QuartzLibrary = "/System/Library/Frameworks/QuartzCore.framework/QuartzCore";

		public const string AudioToolboxLibrary = "/System/Library/Frameworks/AudioToolbox.framework/AudioToolbox";

		public const string WebKitLibrary = "/System/Library/Frameworks/WebKit.framework/WebKit";

		public const string AudioUnitLibrary = "/System/Library/Frameworks/AudioUnit.framework/AudioUnit";

		public const string CoreAudioLibrary = "/System/Library/Frameworks/CoreAudio.framework/CoreAudio";

		public const string CoreAnimationLibrary = "/System/Library/Frameworks/QuartzCore.framework/QuartzCore";

		public const string ImageIOLibrary = "/System/Library/Frameworks/ApplicationServices.framework/Frameworks/ImageIO.framework/ImageIO";

		public const string QTKitLibrary = "/System/Library/Frameworks/QTKit.framework/QTKit";

		public const string CoreLocationLibrary = "/System/Library/Frameworks/CoreLocation.framework/CoreLocation";

		public const string SecurityLibrary = "/System/Library/Frameworks/Security.framework/Security";

		public const string CoreVideoLibrary = "/System/Library/Frameworks/CoreVideo.framework/CoreVideo";

		public const string QuartzComposerLibrary = "/System/Library/Frameworks/Quartz.framework/Frameworks/QuartzComposer.framework/QuartzComposer";

		public const string CoreWlanLibrary = "/System/Library/Frameworks/CoreWLAN.framework/CoreWLAN";

		public const string PdfKitLibrary = "/System/Library/Frameworks/Quartz.framework/Frameworks/PDFKit.framework/PDFKit";

		public const string ImageKitLibrary = "/System/Library/Frameworks/Quartz.framework/Frameworks/ImageKit.framework/ImageKit";

		public const string OpenGLLibrary = "/System/Library/Frameworks/OpenGL.framework/OpenGL";

		public const string OpenALLibrary = "/System/Library/Frameworks/OpenAL.framework/OpenAL";

		public const string CoreMediaLibrary = "/System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia";

		public const string ScriptingBridgeLibrary = "/System/Library/Frameworks/ScriptingBridge.framework/ScriptingBridge";

		public const string CoreDataLibrary = "/System/Library/Frameworks/CoreData.framework/CoreData";

		public const string CoreImageLibrary = "/System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/CoreImage";

		public const string CFNetworkLibrary = "/System/Library/Frameworks/CoreServices.framework/Frameworks/CFNetwork.framework/CFNetwork";

		public const string CoreMidiLibrary = "/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI";

		public const string QuickLookLibrary = "/System/Library/Frameworks/QuickLook.framework/QuickLook";

		public const string AVFoundationLibrary = "/System/Library/Frameworks/AVFoundation.framework/AVFoundation";
	}
}