summaryrefslogtreecommitdiff
path: root/OptionRomPkg/Application/BltLibSample/BltLibSample.inf
diff options
context:
space:
mode:
Diffstat (limited to 'OptionRomPkg/Application/BltLibSample/BltLibSample.inf')
-rw-r--r--OptionRomPkg/Application/BltLibSample/BltLibSample.inf30
1 files changed, 0 insertions, 30 deletions
diff --git a/OptionRomPkg/Application/BltLibSample/BltLibSample.inf b/OptionRomPkg/Application/BltLibSample/BltLibSample.inf
deleted file mode 100644
index b544f96..0000000
--- a/OptionRomPkg/Application/BltLibSample/BltLibSample.inf
+++ /dev/null
@@ -1,30 +0,0 @@
-## @file
-# Test the BltLib interface
-#
-# Copyright (c) 2008 - 2011, Intel Corporation. All rights reserved.<BR>
-#
-# SPDX-License-Identifier: BSD-2-Clause-Patent
-#
-#
-##
-
-[Defines]
- INF_VERSION = 0x00010005
- BASE_NAME = BltLibSample
- FILE_GUID = f7763316-8c04-41d8-a87d-45b73c13c43c
- MODULE_TYPE = UEFI_APPLICATION
- VERSION_STRING = 1.0
- ENTRY_POINT = UefiMain
-
-[Sources]
- BltLibSample.c
-
-[Packages]
- MdePkg/MdePkg.dec
- OptionRomPkg/OptionRomPkg.dec
-
-[LibraryClasses]
- BltLib
- UefiApplicationEntryPoint
- UefiLib
-