diff options
author | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-30 17:08:42 +0000 |
---|---|---|
committer | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-30 17:08:42 +0000 |
commit | 0a94a7d997ffb93fe34a0d438098a8f746952f7b (patch) | |
tree | e02dc38959aa539c25f2fe0aad38b032abc2c288 | |
parent | dcec76514f12c39d6d8725dc1080be0728ad8eab (diff) | |
download | edk2-platforms-0a94a7d997ffb93fe34a0d438098a8f746952f7b.tar.xz |
Added ValidImageNames ENUM to FvImageTypes so that we do not break the current usage (in Nt32.fpd)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@326 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | Tools/XMLSchema/FrameworkPlatformDataElements.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/XMLSchema/FrameworkPlatformDataElements.xsd b/Tools/XMLSchema/FrameworkPlatformDataElements.xsd index 535ac407f3..f4c56843c9 100644 --- a/Tools/XMLSchema/FrameworkPlatformDataElements.xsd +++ b/Tools/XMLSchema/FrameworkPlatformDataElements.xsd @@ -368,6 +368,7 @@ <xs:enumeration value="Attributes"/>
<xs:enumeration value="Options"/>
<xs:enumeration value="Components"/>
+ <xs:enumeration value="ValidImageNames"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="FvSubRegionTypes">
|