mirror of
https://github.com/acpica/acpica/
synced 2024-12-26 20:29:48 +03:00
ACPI 5.0: Split new descriptors to new file, aslrestype2s.c
Original file became too large.
This commit is contained in:
parent
05d518803c
commit
1661a43a4c
@ -96,6 +96,7 @@ OBJECTS = \
|
|||||||
aslrestype2.o \
|
aslrestype2.o \
|
||||||
aslrestype2d.o \
|
aslrestype2d.o \
|
||||||
aslrestype2e.o \
|
aslrestype2e.o \
|
||||||
|
aslrestype2s.o \
|
||||||
aslrestype2q.o \
|
aslrestype2q.o \
|
||||||
aslrestype2w.o \
|
aslrestype2w.o \
|
||||||
aslstartup.o \
|
aslstartup.o \
|
||||||
|
@ -3796,6 +3796,10 @@
|
|||||||
RelativePath="..\..\source\Include\actbl2.h"
|
RelativePath="..\..\source\Include\actbl2.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\source\include\actbl3.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\source\Include\actypes.h"
|
RelativePath="..\..\source\Include\actypes.h"
|
||||||
>
|
>
|
||||||
|
@ -1368,6 +1368,10 @@
|
|||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\source\compiler\aslrestype2s.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\source\compiler\aslrestype2w.c"
|
RelativePath="..\..\source\compiler\aslrestype2w.c"
|
||||||
>
|
>
|
||||||
@ -1434,28 +1438,6 @@
|
|||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\source\compiler\asltransform.c"
|
|
||||||
>
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Release|Win32"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalIncludeDirectories=""
|
|
||||||
PreprocessorDefinitions=""
|
|
||||||
/>
|
|
||||||
</FileConfiguration>
|
|
||||||
<FileConfiguration
|
|
||||||
Name="Debug|Win32"
|
|
||||||
>
|
|
||||||
<Tool
|
|
||||||
Name="VCCLCompilerTool"
|
|
||||||
AdditionalIncludeDirectories=""
|
|
||||||
PreprocessorDefinitions=""
|
|
||||||
/>
|
|
||||||
</FileConfiguration>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\source\compiler\asltree.c"
|
RelativePath="..\..\source\compiler\asltree.c"
|
||||||
>
|
>
|
||||||
@ -2011,6 +1993,28 @@
|
|||||||
<Filter
|
<Filter
|
||||||
Name="Disassembler"
|
Name="Disassembler"
|
||||||
>
|
>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\source\compiler\asltransform.c"
|
||||||
|
>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
AdditionalIncludeDirectories=""
|
||||||
|
PreprocessorDefinitions=""
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
AdditionalIncludeDirectories=""
|
||||||
|
PreprocessorDefinitions=""
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\source\COMPONENTS\DEBUGGER\dbfileio.c"
|
RelativePath="..\..\source\COMPONENTS\DEBUGGER\dbfileio.c"
|
||||||
>
|
>
|
||||||
|
File diff suppressed because it is too large
Load Diff
1226
source/compiler/aslrestype2s.c
Normal file
1226
source/compiler/aslrestype2s.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user