Sample Code
OSX Driver and Kext Samples/ AFWAVendorSpecificDriver/ AFWAVendorSpecificDriver/ AFWAVendorSpecificDriver.xcodeproj/ project.pbxproj/
// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 42; objects = { /* Begin PBXBuildFile section */ CBFBD8590C0FC3C000DC1122 /* AFWAVendorSpecificDriver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CBFBD8570C0FC3C000DC1122 /* AFWAVendorSpecificDriver.cpp */; }; CBFBD85A0C0FC3C000DC1122 /* AFWAVendorSpecificDriver.h in Headers */ = {isa = PBXBuildFile; fileRef = CBFBD8580C0FC3C000DC1122 /* AFWAVendorSpecificDriver.h */; }; EE19EF3D07B2D66E0083E1AA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; /* End PBXBuildFile section */ /* Begin PBXBuildStyle section */ CBFBD7C10C0F9F1600DC1122 /* Development */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = NO; }; name = Development; }; CBFBD7C20C0F9F1600DC1122 /* Deployment */ = { isa = PBXBuildStyle; buildSettings = { COPY_PHASE_STRIP = YES; }; name = Deployment; }; /* End PBXBuildStyle section */ /* Begin PBXFileReference section */ 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; }; CBFBD8570C0FC3C000DC1122 /* AFWAVendorSpecificDriver.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AFWAVendorSpecificDriver.cpp; sourceTree = "<group>"; }; CBFBD8580C0FC3C000DC1122 /* AFWAVendorSpecificDriver.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AFWAVendorSpecificDriver.h; sourceTree = "<group>"; }; CBFBD8700C0FC5B100DC1122 /* AFWAVendorSpecificDriver.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist; path = AFWAVendorSpecificDriver.plist; sourceTree = "<group>"; }; CBFBD8B30C0FD56900DC1122 /* readme.rtfd */ = {isa = PBXFileReference; lastKnownFileType = wrapper.rtfd; path = readme.rtfd; sourceTree = "<group>"; }; EE19EF4107B2D66E0083E1AA /* AFWAVendorSpecificDriver.kext */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AFWAVendorSpecificDriver.kext; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ /* Begin PBXGroup section */ 089C166AFE841209C02AAC07 /* NanosMouse */ = { isa = PBXGroup; children = ( CBFBD8B30C0FD56900DC1122 /* readme.rtfd */, CBFBD8570C0FC3C000DC1122 /* AFWAVendorSpecificDriver.cpp */, CBFBD8580C0FC3C000DC1122 /* AFWAVendorSpecificDriver.h */, 089C167CFE841241C02AAC07 /* Resources */, 19C28FB6FE9D52B211CA2CBB /* Products */, ); name = NanosMouse; sourceTree = "<group>"; }; 089C167CFE841241C02AAC07 /* Resources */ = { isa = PBXGroup; children = ( CBFBD8700C0FC5B100DC1122 /* AFWAVendorSpecificDriver.plist */, 089C167DFE841241C02AAC07 /* InfoPlist.strings */, ); name = Resources; sourceTree = "<group>"; }; 19C28FB6FE9D52B211CA2CBB /* Products */ = { isa = PBXGroup; children = ( EE19EF4107B2D66E0083E1AA /* AFWAVendorSpecificDriver.kext */, ); name = Products; sourceTree = "<group>"; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ EE19EF3B07B2D66E0083E1AA /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( CBFBD85A0C0FC3C000DC1122 /* AFWAVendorSpecificDriver.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ EE19EF3907B2D66E0083E1AA /* AFWAVendorSpecificDriver */ = { isa = PBXNativeTarget; buildConfigurationList = 3EEA308308D71E4B002CBB49 /* Build configuration list for PBXNativeTarget "AFWAVendorSpecificDriver" */; buildPhases = ( EE19EF3A07B2D66E0083E1AA /* ShellScript */, EE19EF3B07B2D66E0083E1AA /* Headers */, EE19EF3C07B2D66E0083E1AA /* Resources */, EE19EF3E07B2D66E0083E1AA /* Sources */, EE19EF3F07B2D66E0083E1AA /* ShellScript */, ); buildRules = ( ); dependencies = ( ); name = AFWAVendorSpecificDriver; productInstallPath = "$(SYSTEM_LIBRARY_DIR)/Extensions"; productName = NanosMouse; productReference = EE19EF4107B2D66E0083E1AA /* AFWAVendorSpecificDriver.kext */; productType = "com.apple.product-type.kernel-extension.iokit"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 089C1669FE841209C02AAC07 /* Project object */ = { isa = PBXProject; buildConfigurationList = 3EEA308708D71E4B002CBB49 /* Build configuration list for PBXProject "AFWAVendorSpecificDriver" */; buildSettings = { }; buildStyles = ( CBFBD7C10C0F9F1600DC1122 /* Development */, CBFBD7C20C0F9F1600DC1122 /* Deployment */, ); hasScannedForEncodings = 1; mainGroup = 089C166AFE841209C02AAC07 /* NanosMouse */; projectDirPath = ""; targets = ( EE19EF3907B2D66E0083E1AA /* AFWAVendorSpecificDriver */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ EE19EF3C07B2D66E0083E1AA /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( EE19EF3D07B2D66E0083E1AA /* InfoPlist.strings in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ EE19EF3A07B2D66E0083E1AA /* 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"; }; EE19EF3F07B2D66E0083E1AA /* 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"; }; /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ EE19EF3E07B2D66E0083E1AA /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( CBFBD8590C0FC3C000DC1122 /* AFWAVendorSpecificDriver.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXVariantGroup section */ 089C167DFE841241C02AAC07 /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( 089C167EFE841241C02AAC07 /* English */, ); name = InfoPlist.strings; sourceTree = "<group>"; }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ 3EEA308408D71E4B002CBB49 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = ( ppc, i386, ); COPY_PHASE_STRIP = NO; GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; GCC_OPTIMIZATION_LEVEL = 0; INFOPLIST_FILE = AFWAVendorSpecificDriver.plist; INFOPLIST_OTHER_PREPROCESSOR_FLAGS = "-traditional-cpp -I. -xassembler-with-cpp"; INFOPLIST_PREPROCESS = YES; INFOPLIST_PREPROCESSOR_DEFINITIONS = PLIST_FILE; INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions"; KERNEL_MODULE = YES; MODULE_IOKIT = YES; MODULE_NAME = com.MySoftwareCompany.driver.AFWAVendorSpecificDriver; MODULE_VERSION = 1.0.0; PRODUCT_NAME = AFWAVendorSpecificDriver; WRAPPER_EXTENSION = kext; ZERO_LINK = YES; }; name = Debug; }; 3EEA308508D71E4B002CBB49 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = ( ppc, i386, ); GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_MODEL_TUNING = G5; INFOPLIST_FILE = AFWAVendorSpecificDriver.plist; INFOPLIST_OTHER_PREPROCESSOR_FLAGS = "-traditional-cpp -I. -xassembler-with-cpp"; INFOPLIST_PREPROCESS = YES; INFOPLIST_PREPROCESSOR_DEFINITIONS = PLIST_FILE; INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions"; KERNEL_MODULE = YES; MODULE_IOKIT = YES; MODULE_NAME = com.MySoftwareCompany.driver.AFWAVendorSpecificDriver; MODULE_VERSION = 1.0.0; PRODUCT_NAME = AFWAVendorSpecificDriver; WRAPPER_EXTENSION = kext; }; name = Release; }; 3EEA308808D71E4B002CBB49 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; PREBINDING = NO; SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; }; name = Debug; }; 3EEA308908D71E4B002CBB49 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; PREBINDING = NO; SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 3EEA308308D71E4B002CBB49 /* Build configuration list for PBXNativeTarget "AFWAVendorSpecificDriver" */ = { isa = XCConfigurationList; buildConfigurations = ( 3EEA308408D71E4B002CBB49 /* Debug */, 3EEA308508D71E4B002CBB49 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 3EEA308708D71E4B002CBB49 /* Build configuration list for PBXProject "AFWAVendorSpecificDriver" */ = { isa = XCConfigurationList; buildConfigurations = ( 3EEA308808D71E4B002CBB49 /* Debug */, 3EEA308908D71E4B002CBB49 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = 089C1669FE841209C02AAC07 /* Project object */; }
Our Services
-
What our customers say about us?
Read our customer testimonials to find out why our clients keep returning for their projects.
View Testimonials