X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=EdkNt32Pkg%2FSec%2FSecMain.msa;h=535d7351d3eb56111c6d23ac1a4159ebcdf4ecd3;hb=53d853a683b47ad9dc2aed3f55166d8b66c899d2;hp=158b75b886b743b2ec77aa9d9eff6bef69cf7a40;hpb=54de7486cffe67bc44dfdbf5effb9690ca9cb180;p=mirror_edk2.git diff --git a/EdkNt32Pkg/Sec/SecMain.msa b/EdkNt32Pkg/Sec/SecMain.msa index 158b75b886..535d7351d3 100644 --- a/EdkNt32Pkg/Sec/SecMain.msa +++ b/EdkNt32Pkg/Sec/SecMain.msa @@ -1,91 +1,126 @@  - - + + - SecMain - SEC - SEC - 4b837b03-6587-4d19-b82b-edfad836c0a0 - 0 - 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 - FIX ME! - Copyright (c) 2004-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 - which accompanies this distribution. The full text of the license may be found at - 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. - - 2006-03-14 17:04 - 2006-03-19 15:17 - 0 + SecMain + USER_DEFINED + 4b837b03-6587-4d19-b82b-edfad836c0a0 + 1.0 + Entry Point of NT32 Emulator + Main executable file of NT32 Emulator that loads PEI core after initialization finished. + 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 + which accompanies this distribution. The full text of the license may be found at + 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. + FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052 + + IA32 X64 IPF EBC + false + SecMain + - PeCoffLib - BaseLib - BaseMemoryLib - PrintLib - ReportStatusCodeLib - PcdLib - DebugLib + + PeCoffLib + + + BaseLib + + + BaseMemoryLib + + + PrintLib + + + ReportStatusCodeLib + + + PcdLib + + + DebugLib + + SecMain_build.xml SecMain.c FwVol.c WinNtThunk.c SecMain.h - - MdePkg - EdkModulePkg - EdkNt32Pkg - + + + + + - NtThunk - NtAutoScan - NtFwh - StatusCode - NtPeiLoadFile + + gPeiNtThunkPpiGuid + + + gPeiNtAutoScanPpiGuid + + + gNtFwhPpiGuid + + + gEfiPeiStatusCodePpiGuid + + + gNtPeiLoadFilePpiGuid + - - PeiPeCoffLoader - + + gEfiPeiPeCoffLoaderGuid + - - - + EFI_SPECIFICATION_VERSION 0x00020000 + EDK_RELEASE_VERSION 0x00020000 - - + + PcdWinNtMemorySizeForSecMain - 0x00001005 - VOID* - - + gEfiEdkNt32PkgTokenSpaceGuid + This PCD defines the memory size of simulated machine. Simulator will allocate + the size of PcdWinNtMemorySizeForSecMain in windows platform. + The item type of this PCD can only be "FIXED_AT_BUILD". + + PcdWinNtFirmwareVolume - 0x00001009 - VOID* - - + gEfiEdkNt32PkgTokenSpaceGuid + This PCD defines the FD file windows path string. Simulator will load the FD file and execute. + The item type of this PCD can only be "FIXED_AT_BUILD". + + PcdWinNtBootMode - 0x00001006 - UINT32 - - - - - - + gEfiEdkNt32PkgTokenSpaceGuid + This PCD defines the boot mode for simualtor. + The boot mode can be set as following value: + 0x0: Boot with full configuration. + 0x1: Boot with minimal configuration. + 0x2: Boot assume no configuration changes. + 0x3: Boot with full configuration plus diagnostics. + 0x4: Boot with default settings. + 0x5: Boot on S4 resume. + 0x6: Boot on S5 resume. + 0x10: Boot on S2 resume. + 0x11: Boot on S3 resume. + 0x12: Boot on flash update. + 0x20: Boot in reovery mode. + The item type of this PCD can only be "FIXED_AT_BUILD". + + + \ No newline at end of file