]> git.proxmox.com Git - mirror_edk2.git/blob - EdkNt32Pkg/run.cmd
Roll back the PCD PcdWinNtFirmwareVolume value from "..\\FV\\FV_RECOVERY.fd" to ...
[mirror_edk2.git] / EdkNt32Pkg / run.cmd
1 @REM
2 @REM Copyright (c) 2006, Intel Corporation
3 @REM All rights reserved. This program and the accompanying materials
4 @REM are licensed and made available under the terms and conditions of the BSD License
5 @REM which accompanies this distribution. The full text of the license may be found at
6 @REM http://opensource.org/licenses/bsd-license.php
7 @REM
8 @REM THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
9 @REM WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
10 @REM
11
12 @echo off
13
14 :create_fd
15 if not exist Build\Debug\Fv mkdir Build\Debug\Fv
16 copy Build\Debug\Msft\Fv\FV_RECOVERY.fv /B + Build\Debug\Msft\Fv\NV_STORAGE.fv /B Build\Debug\Fv\Fv_Recovery.fd /B
17
18 :start_secmain
19 pushd .
20 cd Build\DEBUG\MSFT\IA32
21 SecMain.exe
22 popd
23 @echo on
24