X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkNt32Pkg%2FNt32.fpd;h=526d7d74211158fb8977c953e2a91bdf157810e5;hp=62a0f6116bed4030b5a37e4a32aa19768cfd1d91;hb=d7506e116ace59bd37165137a6de1aa6d0fb50fa;hpb=562d28495df348923812281161e64bc9514e15e6 diff --git a/EdkNt32Pkg/Nt32.fpd b/EdkNt32Pkg/Nt32.fpd index 62a0f6116b..526d7d7421 100644 --- a/EdkNt32Pkg/Nt32.fpd +++ b/EdkNt32Pkg/Nt32.fpd @@ -1,4 +1,4 @@ - + + + + + + @REM + @REM Copyright (c) 2006, Intel Corporation + @REM All rights reserved. This program and the accompanying materials + @REM are licensed and made available under the terms and conditions of the BSD License + @REM which accompanies this distribution. The full text of the license may be found at + @REM http://opensource.org/licenses/bsd-license.php + @REM + @REM THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, + @REM WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. + @REM + + @echo off + pushd . + cd ${SecMainPath} + SecMain.exe + popd + @echo on +