]> git.saurik.com Git - apple/xnu.git/blob - libkern/c++/Tests/TestSerialization/test2/test2.xcodeproj/project.pbxproj
xnu-1456.1.26.tar.gz
[apple/xnu.git] / libkern / c++ / Tests / TestSerialization / test2 / test2.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 45;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 00420FC60F57B813000C8EB0 /* test2_main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 00420FC50F57B813000C8EB0 /* test2_main.cpp */; };
11 /* End PBXBuildFile section */
12
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 */
19
20 /* Begin PBXFrameworksBuildPhase section */
21 32A4FEBF0562C75700D090E7 /* Frameworks */ = {
22 isa = PBXFrameworksBuildPhase;
23 buildActionMask = 2147483647;
24 files = (
25 );
26 runOnlyForDeploymentPostprocessing = 0;
27 };
28 /* End PBXFrameworksBuildPhase section */
29
30 /* Begin PBXGroup section */
31 089C166AFE841209C02AAC07 /* test2 */ = {
32 isa = PBXGroup;
33 children = (
34 247142CAFF3F8F9811CA285C /* Source */,
35 089C167CFE841241C02AAC07 /* Resources */,
36 D27513B306A6225300ADB3A4 /* Kernel.framework */,
37 19C28FB6FE9D52B211CA2CBB /* Products */,
38 );
39 name = test2;
40 sourceTree = "<group>";
41 };
42 089C167CFE841241C02AAC07 /* Resources */ = {
43 isa = PBXGroup;
44 children = (
45 32A4FEC30562C75700D090E7 /* Info.plist */,
46 );
47 name = Resources;
48 sourceTree = "<group>";
49 };
50 19C28FB6FE9D52B211CA2CBB /* Products */ = {
51 isa = PBXGroup;
52 children = (
53 32A4FEC40562C75800D090E7 /* test2.kext */,
54 );
55 name = Products;
56 sourceTree = "<group>";
57 };
58 247142CAFF3F8F9811CA285C /* Source */ = {
59 isa = PBXGroup;
60 children = (
61 00420FC50F57B813000C8EB0 /* test2_main.cpp */,
62 );
63 name = Source;
64 sourceTree = "<group>";
65 };
66 /* End PBXGroup section */
67
68 /* Begin PBXHeadersBuildPhase section */
69 32A4FEBA0562C75700D090E7 /* Headers */ = {
70 isa = PBXHeadersBuildPhase;
71 buildActionMask = 2147483647;
72 files = (
73 );
74 runOnlyForDeploymentPostprocessing = 0;
75 };
76 /* End PBXHeadersBuildPhase section */
77
78 /* Begin PBXNativeTarget section */
79 32A4FEB80562C75700D090E7 /* test2 */ = {
80 isa = PBXNativeTarget;
81 buildConfigurationList = 1DEB91C308733DAC0010E9CD /* Build configuration list for PBXNativeTarget "test2" */;
82 buildPhases = (
83 32A4FEBA0562C75700D090E7 /* Headers */,
84 32A4FEBB0562C75700D090E7 /* Resources */,
85 32A4FEBD0562C75700D090E7 /* Sources */,
86 32A4FEBF0562C75700D090E7 /* Frameworks */,
87 32A4FEC00562C75700D090E7 /* Rez */,
88 );
89 buildRules = (
90 );
91 dependencies = (
92 );
93 name = test2;
94 productInstallPath = "$(SYSTEM_LIBRARY_DIR)/Extensions";
95 productName = test2;
96 productReference = 32A4FEC40562C75800D090E7 /* test2.kext */;
97 productType = "com.apple.product-type.kernel-extension";
98 };
99 /* End PBXNativeTarget section */
100
101 /* Begin PBXProject section */
102 089C1669FE841209C02AAC07 /* Project object */ = {
103 isa = PBXProject;
104 buildConfigurationList = 1DEB91C708733DAC0010E9CD /* Build configuration list for PBXProject "test2" */;
105 compatibilityVersion = "Xcode 3.1";
106 hasScannedForEncodings = 1;
107 mainGroup = 089C166AFE841209C02AAC07 /* test2 */;
108 projectDirPath = "";
109 projectRoot = "";
110 targets = (
111 32A4FEB80562C75700D090E7 /* test2 */,
112 );
113 };
114 /* End PBXProject section */
115
116 /* Begin PBXResourcesBuildPhase section */
117 32A4FEBB0562C75700D090E7 /* Resources */ = {
118 isa = PBXResourcesBuildPhase;
119 buildActionMask = 2147483647;
120 files = (
121 );
122 runOnlyForDeploymentPostprocessing = 0;
123 };
124 /* End PBXResourcesBuildPhase section */
125
126 /* Begin PBXRezBuildPhase section */
127 32A4FEC00562C75700D090E7 /* Rez */ = {
128 isa = PBXRezBuildPhase;
129 buildActionMask = 2147483647;
130 files = (
131 );
132 runOnlyForDeploymentPostprocessing = 0;
133 };
134 /* End PBXRezBuildPhase section */
135
136 /* Begin PBXSourcesBuildPhase section */
137 32A4FEBD0562C75700D090E7 /* Sources */ = {
138 isa = PBXSourcesBuildPhase;
139 buildActionMask = 2147483647;
140 files = (
141 00420FC60F57B813000C8EB0 /* test2_main.cpp in Sources */,
142 );
143 runOnlyForDeploymentPostprocessing = 0;
144 };
145 /* End PBXSourcesBuildPhase section */
146
147 /* Begin XCBuildConfiguration section */
148 1DEB91C408733DAC0010E9CD /* Debug */ = {
149 isa = XCBuildConfiguration;
150 buildSettings = {
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;
165 SDKROOT = "";
166 WRAPPER_EXTENSION = kext;
167 };
168 name = Debug;
169 };
170 1DEB91C508733DAC0010E9CD /* Release */ = {
171 isa = XCBuildConfiguration;
172 buildSettings = {
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;
185 SDKROOT = "";
186 WRAPPER_EXTENSION = kext;
187 };
188 name = Release;
189 };
190 1DEB91C808733DAC0010E9CD /* Debug */ = {
191 isa = XCBuildConfiguration;
192 buildSettings = {
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;
199 PREBINDING = NO;
200 SDKROOT = macosx10.5;
201 };
202 name = Debug;
203 };
204 1DEB91C908733DAC0010E9CD /* Release */ = {
205 isa = XCBuildConfiguration;
206 buildSettings = {
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;
211 PREBINDING = NO;
212 SDKROOT = macosx10.5;
213 };
214 name = Release;
215 };
216 /* End XCBuildConfiguration section */
217
218 /* Begin XCConfigurationList section */
219 1DEB91C308733DAC0010E9CD /* Build configuration list for PBXNativeTarget "test2" */ = {
220 isa = XCConfigurationList;
221 buildConfigurations = (
222 1DEB91C408733DAC0010E9CD /* Debug */,
223 1DEB91C508733DAC0010E9CD /* Release */,
224 );
225 defaultConfigurationIsVisible = 0;
226 defaultConfigurationName = Release;
227 };
228 1DEB91C708733DAC0010E9CD /* Build configuration list for PBXProject "test2" */ = {
229 isa = XCConfigurationList;
230 buildConfigurations = (
231 1DEB91C808733DAC0010E9CD /* Debug */,
232 1DEB91C908733DAC0010E9CD /* Release */,
233 );
234 defaultConfigurationIsVisible = 0;
235 defaultConfigurationName = Release;
236 };
237 /* End XCConfigurationList section */
238 };
239 rootObject = 089C1669FE841209C02AAC07 /* Project object */;
240 }