-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSharedCode.xb
More file actions
85 lines (85 loc) · 2.82 KB
/
SharedCode.xb
File metadata and controls
85 lines (85 loc) · 2.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"targets": {
"CXKSharedHeaders": {
"type": "headers",
"source_dirs": {
"headers/Kernel": {
"framework": "Kernel",
"framework_type": "private",
"install_dir": ".",
"public": [
"CXKAssembly.h",
"CXKBootOptions.h",
"CXKMemory.h",
"CXKMemoryIO.h",
"CXKPOST.h",
"CXKProcessorState.h"
]
},
"headers/Kernel/CoreDriver": {
"framework": "Kernel",
"framework_type": "private",
"install_dir": "CoreDriver",
"public": [
"CDACPI.h",
"CDPCIE.h",
"CoreDriver.h"
]
},
"headers/Kernel/CoreDriver/ACPI": {
"framework": "Kernel",
"framework_type": "private",
"install_dir": "CoreDriver/ACPI",
"public": []
},
"headers/Kernel/CoreDriver/PCIe": {
"framework": "Kernel",
"framework_type": "private",
"install_dir": "CoreDriver/PCIe",
"public": []
},
"headers/System": {
"framework": "System",
"framework_type": "public",
"install_dir": ".",
"public": [
"OSByteMacros.h",
"OSCAR.h",
"OSCompilerMacros.h",
"OSCRC.h",
"OSEndian.h",
"OSGPT.h",
"OSTypes.h",
"OSUID.h",
"OSVersion.h",
"System.h"
]
},
"headers/System/Executables": {
"framework": "System",
"framework_type": "public",
"install_dir": "Executables",
"public": [
"OSCX.h",
"OSELF.h"
]
}
}
},
"CXKSharedLibrary": {
"type": "kernel_static_library",
"output": "libKernelShared.a",
"install": false,
"dependencies": [
"CXK-SharedHeaders"
],
"source_dirs": {
"source": [
"CXKMemory.c",
"CXKMemory.s",
"CXKProcessor.s"
]
}
}
}
}