Add darwin platform lib to mac OS

This commit is contained in:
Svyatoslav Scherbina
2018-03-29 16:20:47 +03:00
committed by SvyatoslavScherbina
parent 2758aad1e9
commit 513794ede3
25 changed files with 84 additions and 48 deletions
+1
View File
@@ -1,4 +1,5 @@
depends = posix
package = platform.iconv
headers = iconv.h
headerFilter = **
linkerOpts = -liconv
+1 -1
View File
@@ -1,4 +1,4 @@
depends = ApplicationServices CFNetwork CoreData CoreFoundation CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security libkern osx posix
depends = ApplicationServices CFNetwork CoreData CoreFoundation CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon QuartzCore Security darwin libkern osx posix
language = Objective-C
package = platform.AppKit
headers = AppKit/AppKit.h
@@ -1,4 +1,4 @@
depends = CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration IOKit ImageIO Security libkern osx posix
depends = CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration IOKit ImageIO Security darwin libkern osx posix
language = Objective-C
package = platform.ApplicationServices
headers = ApplicationServices/ApplicationServices.h
+1 -1
View File
@@ -1,4 +1,4 @@
depends = CoreFoundation osx posix
depends = CoreFoundation darwin posix
language = Objective-C
package = platform.CFNetwork
headers = CFNetwork/CFNetwork.h
+1 -1
View File
@@ -1,4 +1,4 @@
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security libkern osx posix
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix
language = Objective-C
package = platform.CoreData
headers = CoreData/CoreData.h
@@ -1,4 +1,4 @@
depends = osx posix
depends = darwin posix
language = Objective-C
package = platform.CoreFoundation
headers = CoreFoundation/CoreFoundation.h CoreFoundation/CFPlugIn.h CoreFoundation/CFPlugInCOM.h
@@ -1,4 +1,4 @@
depends = CoreFoundation IOKit libkern osx posix
depends = CoreFoundation IOKit darwin libkern posix
language = Objective-C
package = platform.CoreGraphics
headers = CoreGraphics/CoreGraphics.h
+1 -1
View File
@@ -1,4 +1,4 @@
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon Security libkern osx posix
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon Security darwin libkern osx posix
language = Objective-C
package = platform.CoreImage
headers = CoreImage/CoreImage.h
@@ -1,4 +1,4 @@
depends = CFNetwork CoreFoundation DiskArbitration IOKit Security libkern osx posix
depends = CFNetwork CoreFoundation DiskArbitration IOKit Security darwin libkern osx posix
language = Objective-C
package = platform.CoreServices
headers = CoreServices/CoreServices.h
+1 -1
View File
@@ -1,4 +1,4 @@
depends = CoreFoundation CoreGraphics osx posix
depends = CoreFoundation CoreGraphics darwin posix
language = Objective-C
package = platform.CoreText
headers = CoreText/CoreText.h
+1 -1
View File
@@ -1,4 +1,4 @@
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon Security libkern osx posix
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon Security darwin libkern osx posix
language = Objective-C
package = platform.CoreVideo
headers = CoreVideo/CoreVideo.h
@@ -1,4 +1,4 @@
depends = CoreFoundation IOKit libkern osx posix
depends = CoreFoundation IOKit darwin libkern posix
language = Objective-C
package = platform.DiskArbitration
headers = DiskArbitration/DiskArbitration.h
+1 -1
View File
@@ -1,4 +1,4 @@
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration IOKit ImageIO Security libkern osx posix
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration IOKit ImageIO Security darwin libkern osx posix
language = Objective-C
package = platform.Foundation
headers = Foundation/Foundation.h
+1 -1
View File
@@ -1,4 +1,4 @@
depends = CoreFoundation libkern osx posix
depends = CoreFoundation darwin libkern posix
language = Objective-C
package = platform.IOKit
headers = IOKit/IOKitLib.h IOKit/hidsystem/IOLLEvent.h
+1 -1
View File
@@ -1,4 +1,4 @@
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security libkern osx posix
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit ImageIO Security darwin libkern osx posix
language = Objective-C
package = platform.IOSurface
headers = IOSurface/IOSurface.h IOSurface/IOSurfaceObjC.h
+1 -1
View File
@@ -1,4 +1,4 @@
depends = CoreFoundation CoreGraphics IOKit libkern osx posix
depends = CoreFoundation CoreGraphics IOKit darwin libkern posix
language = Objective-C
package = platform.ImageIO
headers = ImageIO/ImageIO.h
+1 -1
View File
@@ -1,4 +1,4 @@
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit IOSurface ImageIO Security libkern osx posix
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreServices CoreText DiskArbitration Foundation IOKit IOSurface ImageIO Security darwin libkern osx posix
language = Objective-C
package = platform.Metal
headers = Metal/Metal.h
@@ -1,4 +1,4 @@
depends = osx posix
depends = darwin posix
language = Objective-C
package = platform.OpenGLCommon
headers = OpenGL/OpenGL.h
+1 -1
View File
@@ -1,4 +1,4 @@
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon Security libkern osx posix
depends = ApplicationServices CFNetwork CoreFoundation CoreGraphics CoreImage CoreServices CoreText CoreVideo DiskArbitration Foundation IOKit IOSurface ImageIO Metal OpenGLCommon Security darwin libkern osx posix
language = Objective-C
package = platform.QuartzCore
headers = QuartzCore/QuartzCore.h QuartzCore/CIImage.h QuartzCore/CIColor.h
+1 -1
View File
@@ -1,4 +1,4 @@
depends = CoreFoundation osx posix
depends = CoreFoundation darwin posix
language = Objective-C
package = platform.Security
headers = Security/Security.h Security/SecureTransport.h
+37
View File
@@ -0,0 +1,37 @@
depends = posix
language = Objective-C
package = platform.darwin
headers = AppleTextureEncoder.h AssertMacros.h Availability.h AvailabilityInternal.h \
AvailabilityMacros.h Block.h ConditionalMacros.h MacTypes.h \
TargetConditionals.h __cxxabi_config.h _locale.h _types.h _wctype.h \
aio.h asl.h bitstring.h bzlib.h \
cache.h cache_callbacks.h checkint.h compression.h copyfile.h \
cpio.h ctype.h cxxabi.h db.h \
dns.h dns_sd.h dns_util.h execinfo.h \
fmtmsg.h fstab.h \
gethostuuid.h glob.h ifaddrs.h inttypes.h iso646.h \
langinfo.h \
libgen.h libunwind.h \
membership.h monetary.h mpool.h \
nameser.h ndbm.h nl_types.h \
notify.h notify_keys.h ntsid.h \
printf.h \
readpassphrase.h removefile.h \
runetype.h sandbox.h standards.h \
stringlist.h sysdir.h sysexits.h tar.h \
ttyent.h \
unwind.h util.h utmpx.h vis.h wordexp.h xattr_flags.h \
bank/bank_types.h \
bsm/libbsm.h \
os/activity.h os/availability.h os/base.h os/lock.h \
os/object.h os/overflow.h os/trace.h
# simd/simd.h
headerFilter = **
compilerOpts = -D_XOPEN_SOURCE
linkerOpts = -ldl -lz
---
// menu.h is excluded so far due to interop issues.
+1
View File
@@ -1,4 +1,5 @@
depends = posix
package = platform.iconv
headers = iconv.h
headerFilter = **
linkerOpts = -liconv
+1 -1
View File
@@ -1,4 +1,4 @@
depends = osx posix
depends = darwin posix
language = Objective-C
package = platform.libkern
headers = libkern/OSTypes.h libkern/OSAtomic.h device/device_types.h device/device_types.h
+1 -1
View File
@@ -1,4 +1,4 @@
depends = osx posix
depends = darwin posix
language = Objective-C
package = platform.objc
headers = objc/List.h objc/NSObjCRuntime.h objc/NSObject.h objc/Object.h objc/Protocol.h \
+24 -27
View File
@@ -1,36 +1,34 @@
depends = posix
depends = darwin posix
language = Objective-C
package = platform.osx
headers = AppleTextureEncoder.h AssertMacros.h Availability.h AvailabilityInternal.h \
AvailabilityMacros.h Block.h ConditionalMacros.h MacTypes.h NSSystemDirectories.h \
TargetConditionals.h __cxxabi_config.h _locale.h _types.h _wctype.h \
aio.h aliasdb.h asl.h bitstring.h bootparams.h bootstrap.h bzlib.h \
cache.h cache_callbacks.h checkint.h com_err.h compression.h copyfile.h \
cpio.h crt_externs.h ctype.h cxxabi.h db.h \
disktab.h dns.h dns_sd.h dns_util.h dtrace.h \
emmintrin.h eti.h execinfo.h expat.h \
expat_external.h fmtmsg.h form.h fsproperties.h fstab.h get_compat.h \
gethostuuid.h glob.h gssapi.h histedit.h ifaddrs.h inttypes.h iso646.h \
krb5.h langinfo.h launch.h lber.h lber_types.h ldif.h libc.h libcharset.h \
libgen.h libproc.h libunwind.h localcharset.h \
membership.h mmintrin.h monetary.h monitor.h mpool.h \
nameser.h nc_tparm.h ncurses.h ncurses_dll.h ndbm.h nl_types.h \
nlist.h notify.h notify_keys.h ntsid.h \
panel.h pcap-bpf.h pcap-namedb.h pcap.h printerdb.h printf.h \
profile.h ranlib.h readpassphrase.h removefile.h rune.h \
runetype.h sandbox.h stab.h standards.h strhash.h \
stringlist.h struct.h sysdir.h sysexits.h tar.h term.h \
term_entry.h termcap.h tic.h timeconv.h ttyent.h tzfile.h \
unctrl.h unwind.h utmpx.h vis.h vproc.h wordexp.h xattr_flags.h \
headers = NSSystemDirectories.h \
aliasdb.h bootparams.h bootstrap.h \
com_err.h \
crt_externs.h \
disktab.h dtrace.h \
emmintrin.h eti.h expat.h \
expat_external.h form.h fsproperties.h get_compat.h \
gssapi.h histedit.h \
krb5.h launch.h lber.h lber_types.h ldif.h libc.h libcharset.h \
libproc.h localcharset.h \
mmintrin.h monitor.h \
nc_tparm.h ncurses.h ncurses_dll.h \
nlist.h \
panel.h pcap-bpf.h pcap-namedb.h pcap.h printerdb.h \
profile.h ranlib.h rune.h \
stab.h strhash.h \
struct.h term.h \
term_entry.h termcap.h tic.h timeconv.h tzfile.h \
unctrl.h vproc.h \
xmmintrin.h \
atm/atm_types.h bank/bank_types.h bsm/libbsm.h corpses/task_corpse.h \
atm/atm_types.h corpses/task_corpse.h \
hfs/hfs_format.h hfs/hfs_mount.h hfs/hfs_unistr.h \
os/activity.h os/availability.h os/base.h os/lock.h \
os/object.h os/overflow.h os/trace.h \
sys/kauth.h
sys/kauth.h
headerFilter = **
exportForwardDeclarations = objcnames.classes.NSObject objcnames.protocols.NSObjectProtocol
compilerOpts = -D_XOPEN_SOURCE
excludedFunctions = KERNEL_AUDIT_TOKEN KERNEL_SECURITY_TOKEN vm_map_64 vm_mapped_pages_info vm_region_recurse vm_region xpc_debugger_api_misuse_info \
_dtrace_debug _dtrace_mangled _nc_progname _nc_trace_xnames _nc_tracebits _nc_tracef _traceattr2 _tracechar _tracedump _tracef \
@@ -47,7 +45,6 @@ excludedFunctions = KERNEL_AUDIT_TOKEN KERNEL_SECURITY_TOKEN vm_map_64 vm_mapped
nlist os_trace_info_with_payload safe_gets task_wire trace
linkerOpts = -late -lbsm -lbz2 -lcompression -ledit -lexpat -lform -lkrb5 -llber -lldap -lncurses -lpanel -lpcap -ldtrace
depends = posix
---
// menu.h is excluded so far due to interop issues.