mirror of https://github.com/acidanthera/audk.git
Added Optional Element: TianoR8FlashMap_h Type Boolean to Module's Extern section. If this flag is set, we need to include the header file (TianoR8FlashMap_h) generated by FlashMap on the Platform fdf file, to be included in the DEBUG directory (next to the AutoGen.c and AutoGen.h files) and include #include <TianoR8FlashMap.h> in AutoGen.h file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@857 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
42b787576f
commit
9c091616cd
|
@ -237,6 +237,7 @@
|
|||
<xs:complexType>
|
||||
<xs:sequence minOccurs="1">
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="PcdIsDriver" type="PcdDriverTypes"/>
|
||||
<xs:element minOccurs="0" maxOccurs="1" name="TianoR8FlashMap_h" type="xs:boolean" default="false"/>
|
||||
<xs:element minOccurs="0" maxOccurs="unbounded" name="Specification" type="Sentence"/>
|
||||
<xs:element minOccurs="0" maxOccurs="unbounded" name="Extern">
|
||||
<xs:complexType>
|
||||
|
|
Loading…
Reference in New Issue