summaryrefslogtreecommitdiff
path: root/Tools/XMLSchema
AgeCommit message (Collapse)Author
2006-11-01Changed the rules to allow for partial installation and removal of fars.bbahnsen
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1884 6f19259b-4bc3-4df7-8a09-765794883524
2006-10-17Added Options and UserExtensions sections to ModuleBuildOptions, replacing ↵lhauch
the lax processing git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1777 6f19259b-4bc3-4df7-8a09-765794883524
2006-10-02Added the OPTIONAL NonProcessedFiles element to MSA section. Sub-element is ↵lhauch
Filename with no attributes. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1650 6f19259b-4bc3-4df7-8a09-765794883524
2006-09-25Made sure that the Extern element groups were clearly defined, made sure ↵lhauch
that a Driver group contains a DriverBinding, if it will contain a ComponentName and/or DriverConfig and/or DriverDiag statement. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1616 6f19259b-4bc3-4df7-8a09-765794883524
2006-09-21Removed DEFAULT Usage type - it is not valid, and should have been removed a ↵lhauch
while ago. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1591 6f19259b-4bc3-4df7-8a09-765794883524
2006-09-06Changed EncapsulationTag to ToolNamelhauch
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1469 6f19259b-4bc3-4df7-8a09-765794883524
2006-08-08FPD.BuildOptions.Ffs.Attribute:Value=”xs:string” [0..1]lhauch
I have modified the Value data type to be xs:string, which will allow for any sequence of any characters (except the null character.) Since I am modifying the Schema for this, I have also added the following elements and attributes. FPD.PlatformDefinitions.ForceDebugTarget element, type=”KeywordType” [0..1] FPD.FrameworkModules.ModuleSA:ForceDebug attribute, type=”xs:boolean”, default=”false” with use=”optional” FPD.FrameworkModules.ModuleSA:BindingOrder attribute, type=”xs:int” with use=”optional” git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1216 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-15Added an Optional PcdUsage to PcdCoded element - however, this will have to ↵lhauch
change to required once we modify the tools and all of the MSA files that are using PcdCoded. (This is the first schema change for EDK135.) git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1021 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-15Added Optional GuidTypeList Attribute to ProtocolDeclarations and ↵lhauch
PpiDeclarations per Andrew. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1020 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-13Changed the Specification in the Header sections to be default rather than ↵lhauch
fixed. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@966 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-12Removed Requirement for having a FarList element in the FrameworkDatabase.db ↵lhauch
file. Instances are now [0..1] git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@893 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-10Added Optional Element: TianoR8FlashMap_h Type Boolean to Module's Extern ↵lhauch
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
2006-07-06Added the MacroDefFile to ProcessSteps for future use, also removed extra ↵lhauch
Sections from the Ffs Definition as it was not used. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@783 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-05Merge latest from branch.bbahnsen
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@774 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-05Changed FvBinding to be a list of Keywords (not using list, just specifying ↵lhauch
the pattern.) Fixed a couple of typos in the other files. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@754 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-04Removed the namespace="##local" from the UserExtensions sub-element. Any ↵lhauch
valid XML tags can be placed within this section, and our tools still validate correctly. However, the UserExtensions does not support just data - data must wrapped within XML tags. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@724 6f19259b-4bc3-4df7-8a09-765794883524
2006-07-03Added two optional attributes to the Cloned element, FarGuid and Id that can ↵lhauch
be used to track the heritage. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@717 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-30FDPManifest.xsd has been changed to FarManifest.xsdjwang36
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@695 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-30Change to new XML Schemawuyizhong
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@680 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-29merged the last changes in new schemajwang36
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@654 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-27merged part of new changes in new schema, and changed genbuild code accordinglyjwang36
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@643 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-221) Change the schema type for <VariableGuid> used in PCD HiiEnable group in ↵klu2
FPD file. 2) Modify PCD tools to support that. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@591 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-211) Move almost new schema related to PCD on branch to transition scheme in ↵klu2
main trunk. 2) Remove the original unused PCD schema in FPD in main trunk. 2) Modify PCD tools to support updated schema in main trunk. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@585 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-20changed Specification to string and changed back Abstract to new schema formatjwang36
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@571 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-20changed back to old Abstract and Version in SpdHeader for ModuleEditor and ↵jwang36
PackageEditor compatible issue git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@570 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-20merged the new changes in new schema, and corrected many inconsistencies in ↵jwang36
attributes definitions git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@568 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-20updated UserExtensions to match final schema.lhauch
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@563 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-19merged the new schema except to those PCD relatedjwang36
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@556 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-14Updated MsaFiles to be a choice of <Filename> [1..*] or <MsaFile> [1..*] and ↵lhauch
added the ModuleGuid, ModuleName and ModuleVersion to the FilenameAttributes in the Transistion Schema. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@505 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-12Transfer old <PCDs> in MSA to <PcdCoded>:klu2
1) Add <PcdCoded> definition for library module SA in transition schema. 2) Add <PcdCoded> in all MSA instead of original <PCDs> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@484 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-10Removed create/modified/update data, PacakgeType from headers, added ↵lhauch
HexWordArrayType for VariableName list, the definition accepts the following: 0x000A, 0x000b, 0x00AF or 0x000A 0x000b 0x00AF or 0x000A,0x000b,0x00AF NOTE: LEADING ZERO characters are REQUIRED! git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@473 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-10Add HiiDefaultValue in <DynamicPcdBuildDefinition> according to latest ↵klu2
schema email send by larry. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@472 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-10Sync the type of <VariableName> with the latest email send by Larry.klu2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@471 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-10Fix some minor bugs on PCD schema according to final schema email send by Larryklu2
1) In <PcdData> of <PcdBuildDefinition>, MaxDatumSize should be added; 2) In <PcdData> of <PcdBuildDefinition>, the number of <Value> should be [0..1] but not [0..n]; 3) The max occurs of <SkuId> in <DynamicPcdBuildDefinitions> should be 1; git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@470 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-09Final Check-for TRUNK transition schema that handles both old and new elements.lhauch
This will handle both. I will start doing the Branch stripped out version with only new stuff in it now. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@451 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-09Intermediate Check-in this MSA schema handles both old and new elements.lhauch
This is not the final version of the XML Transition Schema - what is here works. THE LAST SECTION, FPD File, still to come. Now this handles both old and new MSA and SPD formats. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@450 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-09Intermediate Check-in this SPD schema handles both old and new elements.lhauch
This is not the final version of the XML Transition Schema - what is here works. More will come later. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@446 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-08Intermediate Check-in This is not the final version of the XML Transition ↵lhauch
Schema - what is here works. More will come later. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@445 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-06Changed the group names VpdGroup and HiiGroup to HiiEnable and VpdEnable. ↵lhauch
Changed maxOccures on FvImages and Capsules from unbounded to 1 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@425 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-06Updated schema, added some new elements that will be used in the final. ↵lhauch
Added a DatumSizeLimitation type so that it could be referred to rather than specify 8 additional lines of XML for DataumSize element. MAJOR CHANGE TO Framework Doc - SPD Has been added. I will add Andrew's comments tomorrow. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@424 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-04Updated the FPD and SPD files to newer schema formats. Also updated a ↵lhauch
couple of items in the XML Schema (added a new element) git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@412 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-03Added some attributes (changed comments to be before items to be deleted) ↵lhauch
Added a couple of new elements that will be used in final output. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@411 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-03Updated Document, added some more choice settings and comments. Added an ↵lhauch
ArchType attribute list of: SupportedArchitectures. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@406 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-03Added Optional Element, SupportedArchitectures which is a list of itemType: ↵lhauch
SupportedArchitectures (IA32, X64, IPF, EBC) git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@405 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-03Added More Comments and started doing data type checking so that if a ↵lhauch
ModuleName is defined as xs:NCName, all instances where we are referencing a ModuleName (in an attribute, for example) will also use xs:NCName. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@404 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-02Added more comments to show indicate what will go, and what will stay, also ↵lhauch
wrapped one more Updated/Modified inside of a choice. No more changes need to be made to this file until all MSA, SPD and FPD files are updated and/or the data from MBD files is transfered to MSA/SPD files. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@403 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-02Added FeatureFlag Attribute to most attributeGroup definitions, per Andrew. ↵lhauch
Where it was previously defined, the data type was changed from C_Name to xs:normalizedString. RULE: For adding or parsing Feature Flag string, use RPN, FF1 FF2 <op1> ... FFn <opn>, processed from left to right. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@402 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-02Removed one of the Duplicate Enumeration's APPLICATION from the ↵lhauch
FrameworkComponentType definition (again.) git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@400 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-02- changed the sequence of <Specification> definition in schemajwang36
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@383 6f19259b-4bc3-4df7-8a09-765794883524
2006-06-02Fixed the EdkModulePkg.fpd file to have a package name of EdkModule, not ↵lhauch
MdePkg. Added optional (will be required) TokenSpaceGuid to Pcd sections. Removed some documentation for elements that will be removed eventually (the notes are in the comments section) git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@382 6f19259b-4bc3-4df7-8a09-765794883524