// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 42;
objects = {
/* Begin PBXBuildFile section */
035EC7F40006B1D211CA295E /* Sym8xxController.h in Headers */ = {isa = PBXBuildFile; fileRef = 035EC7EC0006B1D211CA295E /* Sym8xxController.h */; };
035EC7F50006B1D211CA295E /* Sym8xxInterface.h in Headers */ = {isa = PBXBuildFile; fileRef = 035EC7EF0006B1D211CA295E /* Sym8xxInterface.h */; };
035EC7F60006B1D211CA295E /* Sym8xxRegs.h in Headers */ = {isa = PBXBuildFile; fileRef = 035EC7F10006B1D211CA295E /* Sym8xxRegs.h */; };
035EC7F70006B1D211CA295E /* Sym8xxScript.h in Headers */ = {isa = PBXBuildFile; fileRef = 035EC7F20006B1D211CA295E /* Sym8xxScript.h */; };
035EC7F80006B1D211CA295E /* Sym8xxSRB.h in Headers */ = {isa = PBXBuildFile; fileRef = 035EC7F30006B1D211CA295E /* Sym8xxSRB.h */; };
035EC7F90006B1D211CA295E /* Sym8xxClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 035EC7EB0006B1D211CA295E /* Sym8xxClient.cpp */; settings = {ATTRIBUTES = (); }; };
035EC7FA0006B1D211CA295E /* Sym8xxExecute.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 035EC7ED0006B1D211CA295E /* Sym8xxExecute.cpp */; settings = {ATTRIBUTES = (); }; };
035EC7FB0006B1D211CA295E /* Sym8xxInit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 035EC7EE0006B1D211CA295E /* Sym8xxInit.cpp */; settings = {ATTRIBUTES = (); }; };
035EC7FC0006B1D211CA295E /* Sym8xxMisc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 035EC7F00006B1D211CA295E /* Sym8xxMisc.cpp */; settings = {ATTRIBUTES = (); }; };
/* End PBXBuildFile section */
/* Begin PBXBundleTarget section */
089C1673FE841209C02AAC07 /* AppleSym8xx */ = {
isa = PBXBundleTarget;
buildConfigurationList = 176FABFE0B38AD2B001F3785 /* Build configuration list for PBXBundleTarget "AppleSym8xx" */;
buildPhases = (
06AA1267FFB2110C11CA28AA /* ShellScript */,
089C1674FE841209C02AAC07 /* Headers */,
089C1675FE841209C02AAC07 /* Resources */,
089C1676FE841209C02AAC07 /* Sources */,
089C1677FE841209C02AAC07 /* Frameworks */,
089C1679FE841209C02AAC07 /* Rez */,
06AA1264FFB2107B11CA28AA /* ShellScript */,
);
dependencies = (
);
name = AppleSym8xx;
productInstallPath = "$(SYSTEM_LIBRARY_DIR)/Extensions";
productName = AppleSym8xx;
productReference = 0B81C263FFB7832611CA28AA /* AppleSym8xx.kext */;
productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">
<plist version=\"1.0\">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>AppleSym8xx</string>
<key>CFBundleGetInfoString</key>
<string>AppleSym8xx version 1.2.2, Copyright 2001-2006 Apple Computer, Inc.</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleSym8xx</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>AppleSym8xx</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.2.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.2.2f1</string>
<key>IOKitPersonalities</key>
<dict>
<key>AppleSym8xx</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.driver.AppleSym8xx</string>
<key>IOClass</key>
<string>Sym8xxSCSIController</string>
<key>IONameMatch</key>
<array>
<string>apple53C8xx</string>
<string>Apple53C875Card</string>
<string>ATTO,ExpressPCIProLVD</string>
<string>ATTO,ExpressPCIProUL2D</string>
<string>ATTO,ExpressPCIProUL3D</string>
</array>
<key>IOProviderClass</key>
<string>IOPCIDevice</string>
</dict>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2001-2006 Apple Computer, Inc.</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.iokit.IOPCIFamily</key>
<string>1.1</string>
<key>com.apple.iokit.IOSCSIFamily</key>
<string>1.0.3</string>
<key>com.apple.kernel.iokit</key>
<string>1.1</string>
<key>com.apple.kernel.libkern</key>
<string>1.1</string>
<key>com.apple.kernel.mach</key>
<string>1.1</string>
</dict>
<key>OSBundleRequired</key>
<string>Local-Root</string>
</dict>
</plist>
";
};
/* End PBXBundleTarget section */
/* Begin PBXFileReference section */
035EC7EB0006B1D211CA295E /* Sym8xxClient.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Sym8xxClient.cpp; sourceTree = "<group>"; };
035EC7EC0006B1D211CA295E /* Sym8xxController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Sym8xxController.h; sourceTree = "<group>"; };
035EC7ED0006B1D211CA295E /* Sym8xxExecute.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Sym8xxExecute.cpp; sourceTree = "<group>"; };
035EC7EE0006B1D211CA295E /* Sym8xxInit.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Sym8xxInit.cpp; sourceTree = "<group>"; };
035EC7EF0006B1D211CA295E /* Sym8xxInterface.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Sym8xxInterface.h; sourceTree = "<group>"; };
035EC7F00006B1D211CA295E /* Sym8xxMisc.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = Sym8xxMisc.cpp; sourceTree = "<group>"; };
035EC7F10006B1D211CA295E /* Sym8xxRegs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Sym8xxRegs.h; sourceTree = "<group>"; };
035EC7F20006B1D211CA295E /* Sym8xxScript.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Sym8xxScript.h; sourceTree = "<group>"; };
035EC7F30006B1D211CA295E /* Sym8xxSRB.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Sym8xxSRB.h; sourceTree = "<group>"; };
0B81C263FFB7832611CA28AA /* AppleSym8xx.kext */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; path = AppleSym8xx.kext; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
089C1677FE841209C02AAC07 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
089C166AFE841209C02AAC07 /* AppleSym8xx */ = {
isa = PBXGroup;
children = (
247142CAFF3F8F9811CA285C /* Source */,
19C28FB6FE9D52B211CA2CBB /* Products */,
);
name = AppleSym8xx;
sourceTree = "<group>";
};
19C28FB6FE9D52B211CA2CBB /* Products */ = {
isa = PBXGroup;
children = (
0B81C263FFB7832611CA28AA /* AppleSym8xx.kext */,
);
name = Products;
sourceTree = "<group>";
};
247142CAFF3F8F9811CA285C /* Source */ = {
isa = PBXGroup;
children = (
035EC7EC0006B1D211CA295E /* Sym8xxController.h */,
035EC7EF0006B1D211CA295E /* Sym8xxInterface.h */,
035EC7F10006B1D211CA295E /* Sym8xxRegs.h */,
035EC7F20006B1D211CA295E /* Sym8xxScript.h */,
035EC7F30006B1D211CA295E /* Sym8xxSRB.h */,
035EC7EB0006B1D211CA295E /* Sym8xxClient.cpp */,
035EC7ED0006B1D211CA295E /* Sym8xxExecute.cpp */,
035EC7EE0006B1D211CA295E /* Sym8xxInit.cpp */,
035EC7F00006B1D211CA295E /* Sym8xxMisc.cpp */,
);
name = Source;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
089C1674FE841209C02AAC07 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
035EC7F40006B1D211CA295E /* Sym8xxController.h in Headers */,
035EC7F50006B1D211CA295E /* Sym8xxInterface.h in Headers */,
035EC7F60006B1D211CA295E /* Sym8xxRegs.h in Headers */,
035EC7F70006B1D211CA295E /* Sym8xxScript.h in Headers */,
035EC7F80006B1D211CA295E /* Sym8xxSRB.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXProject section */
089C1669FE841209C02AAC07 /* Project object */ = {
isa = PBXProject;
buildConfigurationList = 176FAC020B38AD2B001F3785 /* Build configuration list for PBXProject "AppleSym8xx" */;
compatibilityVersion = "Xcode 2.4";
hasScannedForEncodings = 0;
mainGroup = 089C166AFE841209C02AAC07 /* AppleSym8xx */;
projectDirPath = "";
projectRoot = "";
shouldCheckCompatibility = 1;
targets = (
089C1673FE841209C02AAC07 /* AppleSym8xx */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
089C1675FE841209C02AAC07 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXRezBuildPhase section */
089C1679FE841209C02AAC07 /* Rez */ = {
isa = PBXRezBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXRezBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
06AA1264FFB2107B11CA28AA /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "script=\"${SYSTEM_DEVELOPER_DIR}/ProjectBuilder Extras/Kernel Extension Support/KEXTPostprocess\";\nif [ -x \"$script\" ]; then\n . \"$script\"\nfi";
};
06AA1267FFB2110C11CA28AA /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "script=\"${SYSTEM_DEVELOPER_DIR}/ProjectBuilder Extras/Kernel Extension Support/KEXTPreprocess\";\nif [ -x \"$script\" ]; then\n . \"$script\"\nfi";
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
089C1676FE841209C02AAC07 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
035EC7F90006B1D211CA295E /* Sym8xxClient.cpp in Sources */,
035EC7FA0006B1D211CA295E /* Sym8xxExecute.cpp in Sources */,
035EC7FB0006B1D211CA295E /* Sym8xxInit.cpp in Sources */,
035EC7FC0006B1D211CA295E /* Sym8xxMisc.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
176FABFF0B38AD2B001F3785 /* Development */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
FRAMEWORK_SEARCH_PATHS = "\"$(SYSTEM_LIBRARY_DIR)/Frameworks\"";
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
HEADER_SEARCH_PATHS = "";
INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions";
KERNEL_MODULE = YES;
LIBRARY_SEARCH_PATHS = "";
MODULE_IOKIT = YES;
MODULE_NAME = com.apple.driver.AppleSym8xx;
MODULE_VERSION = 1.2.2f1;
OPTIMIZATION_CFLAGS = "-O0";
OTHER_CFLAGS = "-fpermissive";
OTHER_LDFLAGS = "";
OTHER_REZFLAGS = "";
PRODUCT_NAME = AppleSym8xx;
SECTORDER_FLAGS = "";
WARNING_CFLAGS = (
"-Wall",
"-Wno-four-char-constants",
"-Wno-unknown-pragmas",
);
WRAPPER_EXTENSION = kext;
ZERO_LINK = YES;
};
name = Development;
};
176FAC000B38AD2B001F3785 /* Deployment */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = YES;
FRAMEWORK_SEARCH_PATHS = "\"$(SYSTEM_LIBRARY_DIR)/Frameworks\"";
GCC_ENABLE_FIX_AND_CONTINUE = NO;
HEADER_SEARCH_PATHS = "";
INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions";
KERNEL_MODULE = YES;
LIBRARY_SEARCH_PATHS = "";
MODULE_IOKIT = YES;
MODULE_NAME = com.apple.driver.AppleSym8xx;
MODULE_VERSION = 1.2.2f1;
OTHER_CFLAGS = "-fpermissive";
OTHER_LDFLAGS = "";
OTHER_REZFLAGS = "";
PRODUCT_NAME = AppleSym8xx;
SECTORDER_FLAGS = "";
WARNING_CFLAGS = (
"-Wall",
"-Wno-four-char-constants",
"-Wno-unknown-pragmas",
);
WRAPPER_EXTENSION = kext;
ZERO_LINK = NO;
};
name = Deployment;
};
176FAC010B38AD2B001F3785 /* Default */ = {
isa = XCBuildConfiguration;
buildSettings = {
FRAMEWORK_SEARCH_PATHS = "\"$(SYSTEM_LIBRARY_DIR)/Frameworks\"";
HEADER_SEARCH_PATHS = "";
INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions";
KERNEL_MODULE = YES;
LIBRARY_SEARCH_PATHS = "";
MODULE_IOKIT = YES;
MODULE_NAME = com.apple.driver.AppleSym8xx;
MODULE_VERSION = 1.2.2f1;
OTHER_CFLAGS = "-fpermissive";
OTHER_LDFLAGS = "";
OTHER_REZFLAGS = "";
PRODUCT_NAME = AppleSym8xx;
SECTORDER_FLAGS = "";
WARNING_CFLAGS = (
"-Wall",
"-Wno-four-char-constants",
"-Wno-unknown-pragmas",
);
WRAPPER_EXTENSION = kext;
};
name = Default;
};
176FAC030B38AD2B001F3785 /* Development */ = {
isa = XCBuildConfiguration;
buildSettings = {
};
name = Development;
};
176FAC040B38AD2B001F3785 /* Deployment */ = {
isa = XCBuildConfiguration;
buildSettings = {
};
name = Deployment;
};
176FAC050B38AD2B001F3785 /* Default */ = {
isa = XCBuildConfiguration;
buildSettings = {
};
name = Default;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
176FABFE0B38AD2B001F3785 /* Build configuration list for PBXBundleTarget "AppleSym8xx" */ = {
isa = XCConfigurationList;
buildConfigurations = (
176FABFF0B38AD2B001F3785 /* Development */,
176FAC000B38AD2B001F3785 /* Deployment */,
176FAC010B38AD2B001F3785 /* Default */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Default;
};
176FAC020B38AD2B001F3785 /* Build configuration list for PBXProject "AppleSym8xx" */ = {
isa = XCConfigurationList;
buildConfigurations = (
176FAC030B38AD2B001F3785 /* Development */,
176FAC040B38AD2B001F3785 /* Deployment */,
176FAC050B38AD2B001F3785 /* Default */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Default;
};
/* End XCConfigurationList section */
};
rootObject = 089C1669FE841209C02AAC07 /* Project object */;
}