update functionality on Bcfg command.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11425 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jcarsey
2011-03-25 20:51:19 +00:00
parent 252d945725
commit 2398d9b1d7
4 changed files with 361 additions and 256 deletions

View File

@ -1,7 +1,7 @@
/** @file
Main file for NULL named library for install 1 shell command functions.
Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>
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
@ -12,6 +12,9 @@
**/
#if !defined (_UEFI_SHELL_INSTALL1_COMMANDS_LIB_H_)
#define _UEFI_SHELL_INSTALL1_COMMANDS_LIB_H_
#include <Uefi.h>
#include <ShellBase.h>
@ -52,3 +55,5 @@ ShellCommandRunBcfgInstall (
IN EFI_SYSTEM_TABLE *SystemTable
);
#endif