]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkNt32Pkg/Sec/SecMain.msa
Updated <Abstract> and <Description> sections in MSA files
[mirror_edk2.git] / EdkNt32Pkg / Sec / SecMain.msa
index 2428d88837901cbc6c4a91253338a13a039f25ba..3706b95e35023cc70a7b9088bb6fbe788e046a22 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
+<?xml version="1.0" encoding="UTF-8"?>\r
 <!--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
@@ -7,14 +7,14 @@ http://opensource.org/licenses/bsd-license.php
 
 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
-<ModuleSurfaceArea  xmlns="http://www.TianoCore.org/2006/Edk2.0">\r
+<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">\r
   <MsaHeader>\r
     <ModuleName>SecMain</ModuleName>\r
     <ModuleType>USER_DEFINED</ModuleType>\r
     <GuidValue>4b837b03-6587-4d19-b82b-edfad836c0a0</GuidValue>\r
     <Version>1.0</Version>\r
-    <Abstract>Component description file for NT32 Sec.Warning the [sources.*] does not work like you think!If you add a file you need to update the makefile in the NT32 build tipSEC_OBJECTS needs to get the OBJ of the new C file added in.We keep [sources.*] synced up with SEC_OBJECTS so dependencies workproperly.Libraries.Common does not work you must update SEC_OBJECTS in the platformmakefile</Abstract>\r
-    <Description>FIX ME!</Description>\r
+    <Abstract>Entry Point of NT32 Emulator</Abstract>\r
+    <Description>Main executable file of NT32 Emulator that loads PEI core after initialization finished.</Description>\r
     <Copyright>Copyright (c) 2004-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
@@ -65,45 +65,61 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
   </PackageDependencies>\r
   <PPIs>\r
     <Ppi Usage="ALWAYS_PRODUCED">\r
-      <PpiCName>NtThunk</PpiCName>\r
+      <PpiCName>gPeiNtThunkPpiGuid</PpiCName>\r
     </Ppi>\r
     <Ppi Usage="ALWAYS_PRODUCED">\r
-      <PpiCName>NtAutoScan</PpiCName>\r
+      <PpiCName>gPeiNtAutoScanPpiGuid</PpiCName>\r
     </Ppi>\r
     <Ppi Usage="ALWAYS_PRODUCED">\r
-      <PpiCName>NtFwh</PpiCName>\r
+      <PpiCName>gNtFwhPpiGuid</PpiCName>\r
     </Ppi>\r
     <Ppi Usage="ALWAYS_PRODUCED">\r
-      <PpiCName>StatusCode</PpiCName>\r
+      <PpiCName>gEfiPeiStatusCodePpiGuid</PpiCName>\r
     </Ppi>\r
     <Ppi Usage="ALWAYS_PRODUCED">\r
-      <PpiCName>NtPeiLoadFile</PpiCName>\r
+      <PpiCName>gNtPeiLoadFilePpiGuid</PpiCName>\r
     </Ppi>\r
   </PPIs>\r
   <Guids>\r
     <GuidCNames Usage="ALWAYS_PRODUCED">\r
-      <GuidCName>PeiPeCoffLoader</GuidCName>\r
+      <GuidCName>gEfiPeiPeCoffLoaderGuid</GuidCName>\r
     </GuidCNames>\r
   </Guids>\r
   <Externs>\r
-    <Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification>\r
-    <Specification>EDK_RELEASE_VERSION 0x00090000</Specification>\r
+    <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>\r
+    <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>\r
   </Externs>\r
   <PcdCoded>\r
     <PcdEntry PcdItemType="FIXED_AT_BUILD">\r
       <C_Name>PcdWinNtMemorySizeForSecMain</C_Name>\r
-      <TokenSpaceGuidCName>FIX_ME_PcdWinNtMemorySizeForSecMain</TokenSpaceGuidCName>\r
-      <HelpText/>\r
+      <TokenSpaceGuidCName>gEfiEdkNt32PkgTokenSpaceGuid</TokenSpaceGuidCName>\r
+      <HelpText>This PCD defines the memory size of simulated machine. Simulator will allocate\r
+        the size of PcdWinNtMemorySizeForSecMain in windows platform.\r
+        The item type of this PCD can only be "FIXED_AT_BUILD".</HelpText>\r
     </PcdEntry>\r
     <PcdEntry PcdItemType="FIXED_AT_BUILD">\r
       <C_Name>PcdWinNtFirmwareVolume</C_Name>\r
-      <TokenSpaceGuidCName>FIX_ME_PcdWinNtFirmwareVolume</TokenSpaceGuidCName>\r
-      <HelpText/>\r
+      <TokenSpaceGuidCName>gEfiEdkNt32PkgTokenSpaceGuid</TokenSpaceGuidCName>\r
+      <HelpText>This PCD defines the FD file windows path string. Simulator will load the FD file and execute.\r
+        The item type of this PCD can only be "FIXED_AT_BUILD".</HelpText>\r
     </PcdEntry>\r
     <PcdEntry PcdItemType="FIXED_AT_BUILD">\r
       <C_Name>PcdWinNtBootMode</C_Name>\r
-      <TokenSpaceGuidCName>FIX_ME_PcdWinNtBootMode</TokenSpaceGuidCName>\r
-      <HelpText/>\r
+      <TokenSpaceGuidCName>gEfiEdkNt32PkgTokenSpaceGuid</TokenSpaceGuidCName>\r
+      <HelpText>This PCD defines the boot mode for simualtor. \r
+        The boot mode can be set as following value:\r
+          0x0: Boot with full configuration.\r
+          0x1: Boot with minimal configuration.\r
+          0x2: Boot assume no configuration changes.\r
+          0x3: Boot with full configuration plus diagnostics.\r
+          0x4: Boot with default settings.\r
+          0x5: Boot on S4 resume.\r
+          0x6: Boot on S5 resume.\r
+          0x10: Boot on S2 resume. \r
+          0x11: Boot on S3 resume.\r
+          0x12: Boot on flash update.\r
+          0x20: Boot in reovery mode.\r
+        The item type of this PCD can only be "FIXED_AT_BUILD".</HelpText>\r
     </PcdEntry>\r
   </PcdCoded>\r
 </ModuleSurfaceArea>
\ No newline at end of file