diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-04-10 09:26:43 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-04-10 09:26:43 +0000 |
commit | 2074c9cfbdeb8157d59253dce943f15ddf7d640a (patch) | |
tree | 8b4cd7f510eb1a509cf0b1b964429d9a0116121f /EdkNt32Pkg/RuntimeDxe | |
parent | 396514f590f2435696f0b591c36da86fa238e280 (diff) | |
download | edk2-platforms-2074c9cfbdeb8157d59253dce943f15ddf7d640a.tar.xz |
Perfected MSA files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2554 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkNt32Pkg/RuntimeDxe')
-rw-r--r-- | EdkNt32Pkg/RuntimeDxe/FvbServices/Nt32Fwh.msa | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/EdkNt32Pkg/RuntimeDxe/FvbServices/Nt32Fwh.msa b/EdkNt32Pkg/RuntimeDxe/FvbServices/Nt32Fwh.msa index 1eec75e9fd..0586c28d18 100644 --- a/EdkNt32Pkg/RuntimeDxe/FvbServices/Nt32Fwh.msa +++ b/EdkNt32Pkg/RuntimeDxe/FvbServices/Nt32Fwh.msa @@ -6,10 +6,10 @@ <GuidValue>BDFE5FAA-2A35-44bb-B17A-8084D4E2B9E9</GuidValue>
<Version>1.0</Version>
<Abstract>Component description file for Nt32 Fimware Volume Block DXE driver module.</Abstract>
- <Description>This DXE runtime driver implements and produces the Fimware Volue Block Protocol on
+ <Description>This DXE runtime driver implements and produces the Fimware Volue Block Protocol on
NT32 emulator.
</Description>
- <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
+ <Copyright>Copyright (c) 2006 - 2007, Intel Corporation</Copyright>
<License>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
@@ -19,7 +19,7 @@ <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</MsaHeader>
<ModuleDefinitions>
- <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
+ <SupportedArchitectures>IA32</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>FwBlockService</OutputFileBasename>
</ModuleDefinitions>
@@ -57,9 +57,9 @@ </LibraryClassDefinitions>
<SourceFiles>
<Filename>Nt32Fwh.dxs</Filename>
- <Filename SupArchList="IA32">FWBlockService.c</Filename>
- <Filename SupArchList="IA32">FwBlockService.h</Filename>
- <Filename SupArchList="IA32">FvbInfo.c</Filename>
+ <Filename>FWBlockService.c</Filename>
+ <Filename>FwBlockService.h</Filename>
+ <Filename>FvbInfo.c</Filename>
</SourceFiles>
<PackageDependencies>
<Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
@@ -76,6 +76,9 @@ <Protocol Usage="ALWAYS_PRODUCED">
<ProtocolCName>gEfiFvbExtensionProtocolGuid</ProtocolCName>
</Protocol>
+ <Protocol Usage="ALWAYS_PRODUCED">
+ <ProtocolCName>gEfiAlternateFvBlockGuid</ProtocolCName>
+ </Protocol>
</Protocols>
<Events>
<CreateEvents>
|