]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/Library/EblCmdLibNull/EblCmdLibNull.c
Updated to support passing PE/COFF and LZMA decompress up via HOBS. Currently turned...
[mirror_edk2.git] / EmbeddedPkg / Library / EblCmdLibNull / EblCmdLibNull.c
1 /** @file
2 Null EblCmdLib
3
4 Copyright (c) 2007, Intel Corporation<BR>
5 Portions copyright (c) 2008-2009, Apple Inc. All rights reserved.
6
7 All rights reserved. This program and the accompanying materials
8 are licensed and made available under the terms and conditions of the BSD License
9 which accompanies this distribution. The full text of the license may be found at
10 http://opensource.org/licenses/bsd-license.php
11
12 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14
15
16 **/
17
18 #include <PiDxe.h>
19 #include <Library/EblCmdLib.h>
20
21
22 VOID
23 EblInitializeExternalCmd (
24 VOID
25 )
26 {
27 return;
28 }