X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=EdkNt32Pkg%2FSec%2FSecMain.msa;h=705efcef7a248004917638ea8cc2318a2c6806a6;hb=1744b047bbf3c559356dd7e6c66b17ddd382eb6b;hp=23f059511d785fd14457fa004b6f21d7622ba570;hpb=f7ba35558264ed17a3b55ecc95f8520cc38e37ec;p=mirror_edk2.git diff --git a/EdkNt32Pkg/Sec/SecMain.msa b/EdkNt32Pkg/Sec/SecMain.msa index 23f059511d..705efcef7a 100644 --- a/EdkNt32Pkg/Sec/SecMain.msa +++ b/EdkNt32Pkg/Sec/SecMain.msa @@ -1,4 +1,4 @@ - + USER_DEFINED 4b837b03-6587-4d19-b82b-edfad836c0a0 1.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 + 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 @@ -53,6 +53,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> + SecMain_build.xml SecMain.c FwVol.c WinNtThunk.c @@ -90,20 +91,18 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> EDK_RELEASE_VERSION 0x00020000 - + PcdWinNtMemorySizeForSecMain 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". + the size of PcdWinNtMemorySizeForSecMain in windows platform. - + PcdWinNtFirmwareVolume 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". + This PCD defines the FD file windows path string. Simulator will load the FD file and execute. - + PcdWinNtBootMode gEfiEdkNt32PkgTokenSpaceGuid This PCD defines the boot mode for simualtor. @@ -118,8 +117,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> 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". + 0x20: Boot in reovery mode. \ No newline at end of file