Skip to content

Commit

Permalink
Split resource descriptor decode strings to a new file
Browse files Browse the repository at this point in the history
There are enough of these strings to justify a separate file.
Also, these strings are only used for the disassembler and
the debugger. Thus, this change improves ACPICA modularity.
  • Loading branch information
acpibob committed Apr 14, 2017
1 parent 0519264 commit 00906ae
Show file tree
Hide file tree
Showing 7 changed files with 475 additions and 301 deletions.
4 changes: 4 additions & 0 deletions generate/msvc9/AcpiExec.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,10 @@
RelativePath="..\..\source\components\utilities\utpredef.c"
>
</File>
<File
RelativePath="..\..\source\components\utilities\utresdecode.c"
>
</File>
<File
RelativePath="..\..\source\components\utilities\utresrc.c"
>
Expand Down
4 changes: 4 additions & 0 deletions generate/msvc9/AcpiSubsystem.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,10 @@
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\source\components\utilities\utresdecode.c"
>
</File>
<File
RelativePath="..\..\source\components\utilities\utresrc.c"
>
Expand Down
4 changes: 4 additions & 0 deletions generate/msvc9/AslCompiler.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,10 @@
RelativePath="..\..\source\components\utilities\utpredef.c"
>
</File>
<File
RelativePath="..\..\source\components\utilities\utresdecode.c"
>
</File>
<File
RelativePath="..\..\source\components\utilities\utresrc.c"
>
Expand Down
1 change: 1 addition & 0 deletions generate/unix/acpiexec/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ OBJECTS = \
$(OBJDIR)/utownerid.o\
$(OBJDIR)/utnonansi.o\
$(OBJDIR)/utpredef.o\
$(OBJDIR)/utresdecode.o\
$(OBJDIR)/utresrc.o\
$(OBJDIR)/utstate.o\
$(OBJDIR)/utstring.o\
Expand Down
1 change: 1 addition & 0 deletions generate/unix/iasl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ OBJECTS = \
$(OBJDIR)/utobject.o\
$(OBJDIR)/utownerid.o\
$(OBJDIR)/utpredef.o\
$(OBJDIR)/utresdecode.o\
$(OBJDIR)/utresrc.o\
$(OBJDIR)/utstate.o\
$(OBJDIR)/utstrtoul64.o\
Expand Down
Loading

0 comments on commit 00906ae

Please sign in to comment.