Correct APPLICATION_EFI ffs key file type from EFI_FV_FILETYPE_DRIVER to EFI_FV_FILETYPE_APPLICATION, and remove depex section from application ffs layout.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2417 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lgao4 2007-03-05 06:25:35 +00:00
parent 8ba8cb28e8
commit 9778870d04
1 changed files with 1 additions and 2 deletions

View File

@ -8204,11 +8204,10 @@
</Sections>
</Ffs>
<Ffs FfsKey="APPLICATION_EFI">
<Attribute Name="FFS_FILETYPE" Value="EFI_FV_FILETYPE_DRIVER"/>
<Attribute Name="FFS_FILETYPE" Value="EFI_FV_FILETYPE_APPLICATION"/>
<Attribute Name="FFS_ATTRIB_CHECKSUM" Value="TRUE"/>
<Sections EncapsulationType="Compress">
<Sections EncapsulationType="Guid-Defined">
<Section SectionType="EFI_SECTION_DXE_DEPEX"/>
<Section SectionType="EFI_SECTION_PE32"/>
<Section SectionType="EFI_SECTION_USER_INTERFACE"/>
<Section SectionType="EFI_SECTION_VERSION"/>