]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.msa
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@910 6f19259b...
[mirror_edk2.git] / MdePkg / Library / DxeSmmDriverEntryPoint / DxeSmmDriverEntryPoint.msa
index 50ba5ab1a393f48c53292174ae2909346acf688a..2abc4ae00f9c294ac8065264daf29f7d991a0f13 100644 (file)
@@ -5,10 +5,10 @@
     <ModuleType>DXE_SMM_DRIVER</ModuleType>\r
     <GuidValue>79C5C7B7-1083-42a6-AD15-2A4E7C4274D7</GuidValue>\r
     <Version>1.0</Version>\r
-    <Abstract>Component description file for the entry point to a EFI/DXE Drivers</Abstract>\r
-    <Description>FIX ME!</Description>\r
-    <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r
-    <License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
+    <Abstract>SMM driver entry point library</Abstract>\r
+    <Description>Register driver in SMRAM and wrapper driver library constructors and entry point</Description>\r
+    <Copyright>Copyright (c) 2006, Intel Corporation.</Copyright>\r
+    <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
       http://opensource.org/licenses/bsd-license.php
@@ -21,7 +21,7 @@
     <BinaryModule>false</BinaryModule>\r
     <OutputFileBasename>DxeSmmDriverEntryPoint</OutputFileBasename>\r
   </ModuleDefinitions>\r
-  <LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r
+  <LibraryClassDefinitions>\r
     <LibraryClass Usage="ALWAYS_PRODUCED">\r
       <Keyword>DxeSmmDriverEntryPoint</Keyword>\r
     </LibraryClass>\r
       <Keyword>BaseLib</Keyword>\r
     </LibraryClass>\r
   </LibraryClassDefinitions>\r
-  <SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r
+  <SourceFiles>\r
     <Filename>DriverEntryPoint.c</Filename>\r
   </SourceFiles>\r
   <PackageDependencies>\r
     <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>\r
   </PackageDependencies>\r
-  <Protocols xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r
+  <Protocols>\r
     <Protocol Usage="ALWAYS_CONSUMED">\r
-      <ProtocolCName>DevicePath</ProtocolCName>\r
+      <ProtocolCName>gEfiDevicePathProtocolGuid</ProtocolCName>\r
     </Protocol>\r
     <Protocol Usage="ALWAYS_CONSUMED">\r
-      <ProtocolCName>SmmBase</ProtocolCName>\r
+      <ProtocolCName>gEfiSmmBaseProtocolGuid</ProtocolCName>\r
     </Protocol>\r
     <Protocol Usage="ALWAYS_CONSUMED">\r
-      <ProtocolCName>LoadedImage</ProtocolCName>\r
+      <ProtocolCName>gEfiLoadedImageProtocolGuid</ProtocolCName>\r
     </Protocol>\r
   </Protocols>\r
   <Externs>\r
     <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>\r
-    <Specification>EDK_RELEASE_VERSION 0x00090000</Specification>\r
+    <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>\r
   </Externs>\r
 </ModuleSurfaceArea>
\ No newline at end of file