summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/GenericBdsLib/Ipf/BmMachine.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Library/GenericBdsLib/Ipf/BmMachine.h')
-rw-r--r--MdeModulePkg/Library/GenericBdsLib/Ipf/BmMachine.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/MdeModulePkg/Library/GenericBdsLib/Ipf/BmMachine.h b/MdeModulePkg/Library/GenericBdsLib/Ipf/BmMachine.h
deleted file mode 100644
index 06ae3dc..0000000
--- a/MdeModulePkg/Library/GenericBdsLib/Ipf/BmMachine.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/** @file
- Boot Manager Machine type
-
-Copyright (c) 2004 - 2008, Intel Corporation. <BR>
-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
-http://opensource.org/licenses/bsd-license.php
-
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-
-**/
-
-#ifndef _BM_MACHINE_H_
-#define _BM_MACHINE_H_
-
-#define DEFAULT_REMOVABLE_FILE_NAME L"\\EFI\\BOOT\\BOOTIA64.EFI"
-
-#endif