summaryrefslogtreecommitdiff
path: root/Tools/Conf/Common.xml
blob: 9bf62ca756b0cf741db12008beb77120bacffe90 (plain)
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<?xml version="1.0" ?>
<!--
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution.  The full text of the license may be found at
http://opensource.org/licenses/bsd-license.php

THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-->
<root>
  <Ffs type="APPLICATION">
    <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_PE32" /> 
        <Section SectionType="EFI_SECTION_USER_INTERFACE" />
        <Section SectionType="EFI_SECTION_VERSION" /> 
      </Sections>
    </Sections>
  </Ffs>

  <Ffs type="BINARY">
    <Attribute Name="FFS_FILETYPE" Value="EFI_FV_FILETYPE_FREEFORM" />
    <Attribute Name="FFS_ATTRIB_CHECKSUM" Value="TRUE" />
    <Sections  EncapsulationType="Compress">
      <Sections EncapsulationType="Guid-Defined">
        <Section SectionType="EFI_SECTION_RAW" /> 
      </Sections>
    </Sections>
  </Ffs>
  
  <Ffs type="FILE">
    <Attribute Name="FFS_FILETYPE" Value="EFI_FV_FILETYPE_FREEFORM" />
    <Attribute Name="FFS_ATTRIB_CHECKSUM" Value="TRUE" />
    <Sections>
      <Section SectionType="EFI_SECTION_RAW"/> 
    </Sections>
  </Ffs>
  
  <Ffs type="PE32_PEIM.CompressPEIM">
    <Attribute Name="FFS_FILETYPE" Value="EFI_FV_FILETYPE_PEIM" /> 
    <Attribute Name="FFS_ATTRIB_CHECKSUM" Value="TRUE" /> 

    <Sections>
      <Section SectionType="EFI_SECTION_PEI_DEPEX" />
      <Sections EncapsulationType="Compress">
        <Section SectionType="EFI_SECTION_PE32" /> 
        <Section SectionType="EFI_SECTION_USER_INTERFACE" />
        <Section SectionType="EFI_SECTION_VERSION" /> 
      </Sections>
    </Sections>
  </Ffs>

  <Ffs type="PEI_CORE">
    <Attribute Name="FFS_FILETYPE" Value="EFI_FV_FILETYPE_PEI_CORE" />
    <Attribute Name="FFS_ATTRIB_CHECKSUM" Value="TRUE" />
    <Sections>
      <Section SectionType="EFI_SECTION_PE32"/>
      <Section SectionType="EFI_SECTION_USER_INTERFACE"/>
      <Section SectionType="EFI_SECTION_VERSION"/>
    </Sections>
  </Ffs>

  <Ffs type="PE32_PEIM.Relocatable">
    <Attribute Name="FFS_FILETYPE" Value="EFI_FV_FILETYPE_PEIM" />
    <Attribute Name="FFS_ATTRIB_CHECKSUM" Value="TRUE" />
    <Sections>
      <Section SectionType="EFI_SECTION_PEI_DEPEX"/> 
      <Section SectionType="EFI_SECTION_PE32"/> 
    </Sections>
  </Ffs>

  <Ffs type="DXE_CORE">
    <Attribute Name="FFS_FILETYPE" Value="EFI_FV_FILETYPE_DXE_CORE" />
    <Attribute Name="FFS_ATTRIB_CHECKSUM" Value="TRUE" />
    <Sections EncapsulationType="Compress">
      <Section SectionType="EFI_SECTION_PE32" /> 
      <Section SectionType="EFI_SECTION_USER_INTERFACE" />
      <Section SectionType="EFI_SECTION_VERSION" /> 
    </Sections>
  </Ffs>


  <Ffs type="BS_DRIVER, RT_DRIVER, SAL_RT_DRIVER">
    <Attribute Name="FFS_FILETYPE" Value="EFI_FV_FILETYPE_DRIVER" /> 
    <Attribute Name="FFS_ATTRIB_CHECKSUM" Value="TRUE" /> 

    <Sections EncapsulationType="Compress">
      <Sections EncapsulationType="Guid-Defined">
        <Section SectionType="EFI_SECTION_PEI_DEPEX" />
        <Section SectionType="EFI_SECTION_PE32" />
        <Section SectionType="EFI_SECTION_USER_INTERFACE" />
        <Section SectionType="EFI_SECTION_VERSION" />
      </Sections>
    </Sections>
  </Ffs>

  <Ffs type="COMBINED_PEIM_DRIVER">
    <Attribute Name="FFS_FILETYPE" Value="EFI_FV_FILETYPE_COMBINED_PEIM_DRIVER" />
    <Attribute Name="FFS_ATTRIB_CHECKSUM" Value="TRUE" />
    <Sections>
      <Section SectionType="EFI_SECTION_PEI_DEPEX"/> 
      <Section SectionType="EFI_SECTION_PE32"/> 
      <Section SectionType="EFI_SECTION_USER_INTERFACE"/>
      <Section SectionType="EFI_SECTION_VERSION"/> 
    </Sections>
  </Ffs>

  <Ffs type="PE32_PEIM">
    <Attribute Name="FFS_FILETYPE" Value="EFI_FV_FILETYPE_PEIM" />
    <Attribute Name="FFS_ATTRIB_CHECKSUM" Value="TRUE" />
    <Sections>
      <Section SectionType="EFI_SECTION_PEI_DEPEX"/> 
      <Section SectionType="EFI_SECTION_PE32"/> 
      <Section SectionType="EFI_SECTION_USER_INTERFACE"/>
      <Section SectionType="EFI_SECTION_VERSION"/> 
    </Sections>
  </Ffs>

  <Ffs type="Logo, Logo.Logo">
    <Attribute Name="FFS_FILETYPE" Value="EFI_FV_FILETYPE_FREEFORM" />
    <Attribute Name="FFS_ATTRIB_CHECKSUM" Value="TRUE" />
    <Sections EncapsulationType="Compress">
      <Sections EncapsulationType="Guid-Defined">
        <Section SectionType="EFI_SECTION_RAW" /> 
      </Sections>
    </Sections>
  </Ffs>
 
</root>