9 /* Begin PBXBuildFile section */
10 00420FC60F57B813000C8EB0 /* test2_main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00420FC50F57B813000C8EB0 /* test2_main.cpp */; };
11 /* End PBXBuildFile section */
13 /* Begin PBXFileReference section */
14 00420FC50F57B813000C8EB0 /* test2_main.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test2_main.cpp; sourceTree = "<group>"; };
15 32A4FEC30562C75700D090E7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
16 32A4FEC40562C75800D090E7 /* test2.kext */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = test2.kext; sourceTree = BUILT_PRODUCTS_DIR; };
17 D27513B306A6225300ADB3A4 /* Kernel.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Kernel.framework; path = /System/Library/Frameworks/Kernel.framework; sourceTree = "<absolute>"; };
18 /* End PBXFileReference section */
20 /* Begin PBXFrameworksBuildPhase section */
21 32A4FEBF0562C75700D090E7 /* Frameworks */ = {
22 isa = PBXFrameworksBuildPhase;
23 buildActionMask = 2147483647;
26 runOnlyForDeploymentPostprocessing = 0;
28 /* End PBXFrameworksBuildPhase section */
30 /* Begin PBXGroup section */
31 089C166AFE841209C02AAC07 /* test2 */ = {
34 247142CAFF3F8F9811CA285C /* Source */,
35 089C167CFE841241C02AAC07 /* Resources */,
36 D27513B306A6225300ADB3A4 /* Kernel.framework */,
37 19C28FB6FE9D52B211CA2CBB /* Products */,
40 sourceTree = "<group>";
42 089C167CFE841241C02AAC07 /* Resources */ = {
45 32A4FEC30562C75700D090E7 /* Info.plist */,
48 sourceTree = "<group>";
50 19C28FB6FE9D52B211CA2CBB /* Products */ = {
53 32A4FEC40562C75800D090E7 /* test2.kext */,
56 sourceTree = "<group>";
58 247142CAFF3F8F9811CA285C /* Source */ = {
61 00420FC50F57B813000C8EB0 /* test2_main.cpp */,
64 sourceTree = "<group>";
66 /* End PBXGroup section */
68 /* Begin PBXHeadersBuildPhase section */
69 32A4FEBA0562C75700D090E7 /* Headers */ = {
70 isa = PBXHeadersBuildPhase;
71 buildActionMask = 2147483647;
74 runOnlyForDeploymentPostprocessing = 0;
76 /* End PBXHeadersBuildPhase section */
78 /* Begin PBXNativeTarget section */
79 32A4FEB80562C75700D090E7 /* test2 */ = {
80 isa = PBXNativeTarget;
81 buildConfigurationList = 1DEB91C308733DAC0010E9CD /* Build configuration list for PBXNativeTarget "test2" */;
83 32A4FEBA0562C75700D090E7 /* Headers */,
84 32A4FEBB0562C75700D090E7 /* Resources */,
85 32A4FEBD0562C75700D090E7 /* Sources */,
86 32A4FEBF0562C75700D090E7 /* Frameworks */,
87 32A4FEC00562C75700D090E7 /* Rez */,
94 productInstallPath = "$(SYSTEM_LIBRARY_DIR)/Extensions";
96 productReference = 32A4FEC40562C75800D090E7 /* test2.kext */;
97 productType = "com.apple.product-type.kernel-extension";
99 /* End PBXNativeTarget section */
101 /* Begin PBXProject section */
102 089C1669FE841209C02AAC07 /* Project object */ = {
104 buildConfigurationList = 1DEB91C708733DAC0010E9CD /* Build configuration list for PBXProject "test2" */;
105 compatibilityVersion = "Xcode 3.1";
106 hasScannedForEncodings = 1;
107 mainGroup = 089C166AFE841209C02AAC07 /* test2 */;
111 32A4FEB80562C75700D090E7 /* test2 */,
114 /* End PBXProject section */
116 /* Begin PBXResourcesBuildPhase section */
117 32A4FEBB0562C75700D090E7 /* Resources */ = {
118 isa = PBXResourcesBuildPhase;
119 buildActionMask = 2147483647;
122 runOnlyForDeploymentPostprocessing = 0;
124 /* End PBXResourcesBuildPhase section */
126 /* Begin PBXRezBuildPhase section */
127 32A4FEC00562C75700D090E7 /* Rez */ = {
128 isa = PBXRezBuildPhase;
129 buildActionMask = 2147483647;
132 runOnlyForDeploymentPostprocessing = 0;
134 /* End PBXRezBuildPhase section */
136 /* Begin PBXSourcesBuildPhase section */
137 32A4FEBD0562C75700D090E7 /* Sources */ = {
138 isa = PBXSourcesBuildPhase;
139 buildActionMask = 2147483647;
141 00420FC60F57B813000C8EB0 /* test2_main.cpp in Sources */,
143 runOnlyForDeploymentPostprocessing = 0;
145 /* End PBXSourcesBuildPhase section */
147 /* Begin XCBuildConfiguration section */
148 1DEB91C408733DAC0010E9CD /* Debug */ = {
149 isa = XCBuildConfiguration;
151 ALWAYS_SEARCH_USER_PATHS = NO;
152 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
153 COPY_PHASE_STRIP = NO;
154 GCC_DYNAMIC_NO_PIC = NO;
155 GCC_MODEL_TUNING = G5;
156 GCC_OPTIMIZATION_LEVEL = 0;
157 INFOPLIST_FILE = Info.plist;
158 INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions";
159 MODULE_NAME = com.yourcompany.kext.test2;
160 MODULE_START = test2_start;
161 MODULE_STOP = test2_stop;
162 MODULE_VERSION = 1.0.0d1;
163 ONLY_ACTIVE_ARCH = NO;
164 PRODUCT_NAME = test2;
166 WRAPPER_EXTENSION = kext;
170 1DEB91C508733DAC0010E9CD /* Release */ = {
171 isa = XCBuildConfiguration;
173 ALWAYS_SEARCH_USER_PATHS = NO;
174 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
175 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
176 GCC_MODEL_TUNING = G5;
177 INFOPLIST_FILE = Info.plist;
178 INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions";
179 MODULE_NAME = com.yourcompany.kext.test2;
180 MODULE_START = test2_start;
181 MODULE_STOP = test2_stop;
182 MODULE_VERSION = 1.0.0d1;
183 ONLY_ACTIVE_ARCH = NO;
184 PRODUCT_NAME = test2;
186 WRAPPER_EXTENSION = kext;
190 1DEB91C808733DAC0010E9CD /* Debug */ = {
191 isa = XCBuildConfiguration;
193 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
194 GCC_C_LANGUAGE_STANDARD = c99;
195 GCC_OPTIMIZATION_LEVEL = 0;
196 GCC_WARN_ABOUT_RETURN_TYPE = YES;
197 GCC_WARN_UNUSED_VARIABLE = YES;
198 ONLY_ACTIVE_ARCH = YES;
200 SDKROOT = macosx10.5;
204 1DEB91C908733DAC0010E9CD /* Release */ = {
205 isa = XCBuildConfiguration;
207 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
208 GCC_C_LANGUAGE_STANDARD = c99;
209 GCC_WARN_ABOUT_RETURN_TYPE = YES;
210 GCC_WARN_UNUSED_VARIABLE = YES;
212 SDKROOT = macosx10.5;
216 /* End XCBuildConfiguration section */
218 /* Begin XCConfigurationList section */
219 1DEB91C308733DAC0010E9CD /* Build configuration list for PBXNativeTarget "test2" */ = {
220 isa = XCConfigurationList;
221 buildConfigurations = (
222 1DEB91C408733DAC0010E9CD /* Debug */,
223 1DEB91C508733DAC0010E9CD /* Release */,
225 defaultConfigurationIsVisible = 0;
226 defaultConfigurationName = Release;
228 1DEB91C708733DAC0010E9CD /* Build configuration list for PBXProject "test2" */ = {
229 isa = XCConfigurationList;
230 buildConfigurations = (
231 1DEB91C808733DAC0010E9CD /* Debug */,
232 1DEB91C908733DAC0010E9CD /* Release */,
234 defaultConfigurationIsVisible = 0;
235 defaultConfigurationName = Release;
237 /* End XCConfigurationList section */
239 rootObject = 089C1669FE841209C02AAC07 /* Project object */;