diff options
Diffstat (limited to 'EdkNt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.msa')
-rw-r--r-- | EdkNt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.msa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/EdkNt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.msa b/EdkNt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.msa index ad96863f3f..41ac7fdaff 100644 --- a/EdkNt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.msa +++ b/EdkNt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.msa @@ -1,12 +1,12 @@ -<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
<MsaHeader>
<ModuleName>DxeWinNtLib</ModuleName>
<ModuleType>DXE_DRIVER</ModuleType>
<GuidValue>f6b5871d-5226-41b3-a569-3ff893fdc7bc</GuidValue>
<Version>1.0</Version>
- <Abstract>Component description file for the entry point to a EFIDXE Drivers</Abstract>
- <Description>FIX ME!</Description>
+ <Abstract>A library to produce the global variable 'gWinNt'</Abstract>
+ <Description>This library contains a single global variable 'gWinNt' along with a constructor to initialize that global.</Description>
<Copyright>Copyright (c) 2004-2006, 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 |