diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-09-14 14:18:20 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-09-14 14:18:20 +0000 |
commit | 0f008d9ad4365c885b21c95c3b52d6266b3169e4 (patch) | |
tree | faf06f0b53cc59c50e142a51bb9c8bd7a04b524e /EdkNt32Pkg/RuntimeDxe/FvbServices/Nt32Fwh.msa | |
parent | 8aab007a7d10cfe76f85398ee06b0169e3333532 (diff) | |
download | edk2-platforms-0f008d9ad4365c885b21c95c3b52d6266b3169e4.tar.xz |
Remove platform-specific Firmware Volume Block Driver implementation from EdkNt32Pkg. And move files from nt32 directory up one level.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1540 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkNt32Pkg/RuntimeDxe/FvbServices/Nt32Fwh.msa')
-rw-r--r-- | EdkNt32Pkg/RuntimeDxe/FvbServices/Nt32Fwh.msa | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/EdkNt32Pkg/RuntimeDxe/FvbServices/Nt32Fwh.msa b/EdkNt32Pkg/RuntimeDxe/FvbServices/Nt32Fwh.msa index ab10daa036..ab55e56206 100644 --- a/EdkNt32Pkg/RuntimeDxe/FvbServices/Nt32Fwh.msa +++ b/EdkNt32Pkg/RuntimeDxe/FvbServices/Nt32Fwh.msa @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
<!--Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
@@ -65,12 +65,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> </LibraryClassDefinitions>
<SourceFiles>
<Filename>Nt32Fwh.dxs</Filename>
- <Filename SupArchList="IA32">nt32\FWBlockService.c</Filename>
- <Filename SupArchList="IA32">nt32\FwBlockService.h</Filename>
- <Filename SupArchList="IA32">nt32\FvbInfo.c</Filename>
- <Filename ToolCode="DUMMY">Common\FWBlockService.c</Filename>
- <Filename ToolCode="DUMMY">Common\FwBlockService.h</Filename>
- <Filename ToolCode="DUMMY">Common\ia32\Ia32Fwh.c</Filename>
+ <Filename SupArchList="IA32">FWBlockService.c</Filename>
+ <Filename SupArchList="IA32">FwBlockService.h</Filename>
+ <Filename SupArchList="IA32">FvbInfo.c</Filename>
</SourceFiles>
<PackageDependencies>
<Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
@@ -81,7 +78,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> <Protocol Usage="SOMETIMES_PRODUCED">
<ProtocolCName>gEfiDevicePathProtocolGuid</ProtocolCName>
</Protocol>
- <Protocol Usage="SOMETIMES_PRODUCED">
+ <Protocol Usage="ALWAYS_PRODUCED">
<ProtocolCName>gEfiFirmwareVolumeBlockProtocolGuid</ProtocolCName>
</Protocol>
<Protocol Usage="ALWAYS_PRODUCED">
|