- 702c120 Added the MacroDefFile to ProcessSteps for future use, also removed extra Sections from the Ffs Definition as it was not used. by lhauch · 19 years ago
- beabcf6 Merge latest from branch. by bbahnsen · 19 years ago
- 700c2b9 Changed FvBinding to be a list of Keywords (not using list, just specifying the pattern.) Fixed a couple of typos in the other files. by lhauch · 19 years ago
- c606a53 Removed the namespace="##local" from the UserExtensions sub-element. Any 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. by lhauch · 19 years ago
- 9ede7fa Added two optional attributes to the Cloned element, FarGuid and Id that can be used to track the heritage. by lhauch · 19 years ago
- 85c483c FDPManifest.xsd has been changed to FarManifest.xsd by jwang36 · 19 years ago
- 92fb440 Change to new XML Schema by wuyizhong · 19 years ago
- ed9ec04 merged the last changes in new schema by jwang36 · 19 years ago
- b1d9f2a merged part of new changes in new schema, and changed genbuild code accordingly by jwang36 · 19 years ago
- cd0170f 1) Change the schema type for <VariableGuid> used in PCD HiiEnable group in FPD file. by klu2 · 19 years ago
- 6c4dc22 1) Move almost new schema related to PCD on branch to transition scheme in main trunk. by klu2 · 19 years ago
- 41eec21 changed Specification to string and changed back Abstract to new schema format by jwang36 · 19 years ago
- bce810a changed back to old Abstract and Version in SpdHeader for ModuleEditor and PackageEditor compatible issue by jwang36 · 19 years ago
- 87c6a4a merged the new changes in new schema, and corrected many inconsistencies in attributes definitions by jwang36 · 19 years ago
- 31a7672 updated UserExtensions to match final schema. by lhauch · 19 years ago
- f014786 merged the new schema except to those PCD related by jwang36 · 19 years ago
- 9d61713 Updated MsaFiles to be a choice of <Filename> [1..*] or <MsaFile> [1..*] and added the ModuleGuid, ModuleName and ModuleVersion to the FilenameAttributes in the Transistion Schema. by lhauch · 19 years ago
- 95945c7 Transfer old <PCDs> in MSA to <PcdCoded>: by klu2 · 19 years ago
- 401693f Removed create/modified/update data, PacakgeType from headers, added 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! by lhauch · 19 years ago
- 81e8690 Add HiiDefaultValue in <DynamicPcdBuildDefinition> according to latest schema email send by larry. by klu2 · 19 years ago
- 02b4b59 Sync the type of <VariableName> with the latest email send by Larry. by klu2 · 19 years ago
- d84573d Fix some minor bugs on PCD schema according to final schema email send by Larry by klu2 · 19 years ago
- 2bf4e0a Final Check-for TRUNK transition schema that handles both old and new elements. by lhauch · 19 years ago
- 5c5b489 Intermediate Check-in this MSA schema handles both old and new elements. by lhauch · 19 years ago
- 716b237 Intermediate Check-in this SPD schema handles both old and new elements. by lhauch · 19 years ago
- c12c6c7 Intermediate Check-in This is not the final version of the XML Transition Schema - what is here works. More will come later. by lhauch · 19 years ago
- be05f52 Changed the group names VpdGroup and HiiGroup to HiiEnable and VpdEnable. Changed maxOccures on FvImages and Capsules from unbounded to 1 by lhauch · 19 years ago
- e4ecc06 Updated schema, added some new elements that will be used in the final. Added a DatumSizeLimitation type so that it could be referred to rather than specify 8 additional lines of XML for DataumSize element. by lhauch · 19 years ago
- 0850ca3 Updated the FPD and SPD files to newer schema formats. Also updated a couple of items in the XML Schema (added a new element) by lhauch · 19 years ago
- 47d0b58 Added some attributes (changed comments to be before items to be deleted) Added a couple of new elements that will be used in final output. by lhauch · 19 years ago
- 3a0a3d3 Updated Document, added some more choice settings and comments. Added an ArchType attribute list of: SupportedArchitectures. by lhauch · 19 years ago
- 348e1ac Added Optional Element, SupportedArchitectures which is a list of itemType: SupportedArchitectures (IA32, X64, IPF, EBC) by lhauch · 19 years ago
- 0675dec Added More Comments and started doing data type checking so that if a ModuleName is defined as xs:NCName, all instances where we are referencing a ModuleName (in an attribute, for example) will also use xs:NCName. by lhauch · 19 years ago
- 4688cb1 Added more comments to show indicate what will go, and what will stay, also wrapped one more Updated/Modified inside of a choice. by lhauch · 19 years ago
- cf0a51a Added FeatureFlag Attribute to most attributeGroup definitions, per Andrew. 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. by lhauch · 19 years ago
- a60d905 Removed one of the Duplicate Enumeration's APPLICATION from the FrameworkComponentType definition (again.) by lhauch · 19 years ago
- 9e318f8 - changed the sequence of <Specification> definition in schema by jwang36 · 19 years ago
- cb9f0b9 Fixed the EdkModulePkg.fpd file to have a package name of EdkModule, not MdePkg. Added optional (will be required) TokenSpaceGuid to Pcd sections. by lhauch · 19 years ago
- 2fdd0c7 Updated Schema per e-mails. by lhauch · 19 years ago
- f29b8a3 Several changes - add <PcdIsDriver> optional element to <Externs> Changed FlashDeviceInfo Attributes to use the correct one. by lhauch · 19 years ago
- 92e805e updated several elements and re-organized the layout (moving Attributes to their own file, trying to cut down on the size of the files.) by lhauch · 19 years ago
- bab93bd Added BuildTarget with enumerated data type (DEBUG|RELEASE|BOTH) to the PlatformHeader element. by lhauch · 19 years ago
- d40039d Changed MsaFiles from {1} to {0,1} in SPD files. by lhauch · 19 years ago
- 0a94a7d Added ValidImageNames ENUM to FvImageTypes so that we do not break the current usage (in Nt32.fpd) by lhauch · 19 years ago
- fb6d4eb Changed the Type attribute of FvImage to be ENUM type: FvImageTypes (Attributes | Options | Components) by lhauch · 19 years ago
- eebf798 Revise XML Schema to be valid. by wuyizhong · 19 years ago
- 4848adc Moved attribute PcdIsDriver to PcdData element and out of PcdBuildDeclarations and PcdDynamicBuildDeclarations. by lhauch · 19 years ago
- fbf910a Had to put the Attribute, URL back into the Abstract so that Module Editor would compile. Leaving it out, and removing the AbstractURL elements from the MsaHeader.java and MsaLibHeader.java files cause even more problems. by lhauch · 19 years ago
- 0fce57e Added CreatedDate to Schema - headers have it included with a choice for Created or CreatedDate so that we can migrate to the new CreatedDate at some point in the future in all of the Framework files. by lhauch · 19 years ago
- 0df1e61 Changed GuidOffset from minOccurs 1 to minOccurs=0 Added comment to remove in Final by lhauch · 19 years ago
- f23ffa8 Fix the elements to put /> on the new elements. by lhauch · 19 years ago
- 291a871 Fixed CreatedBy to minOccurs=0 (and added comment DO NOT USE! by lhauch · 19 years ago
- 1be638e Added optional GuidValue, changed Guid to optional (so that we can do duplicate efforts on new XMLSchema.) Added optional PcdBuildDeclarations section to the end of ModuleSA. by lhauch · 19 years ago
- 2558d45 Updated Schema for PcdDynamicBuildDeclarations and FrameworkDatabase adding optional elements and attributes to match new XMLSchema by lhauch · 19 years ago
- 448d6fa Added ZeroOrOne Data Type, for use with ErasePolarity FlashDeviceInfo attribute by lhauch · 19 years ago
- 818de87 Modified the FlashDeviceInfo and FlashDeviceImage elements (when not using the FDF file) per recommendation of tools team by lhauch · 19 years ago
- 4895d0f removed require for different sections of <TianoImage> SEC,PEI_CORE,etc are now 0 - 1; Added new attribute tags to MsaAttributes for ModuleName, ModuleGuid, PackageName and PackageGuid. removed a couple of Attributes that are not used. by lhauch · 19 years ago
- 878ddf1 Initial import. by bbahnsen · 19 years ago