]> git.proxmox.com Git - mirror_edk2.git/blob - OptionRomPkg/Application/BltLibSample/BltLibSample.inf
OptionRomPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / OptionRomPkg / Application / BltLibSample / BltLibSample.inf
1 ## @file
2 # Test the BltLib interface
3 #
4 # Copyright (c) 2008 - 2011, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = BltLibSample
14 FILE_GUID = f7763316-8c04-41d8-a87d-45b73c13c43c
15 MODULE_TYPE = UEFI_APPLICATION
16 VERSION_STRING = 1.0
17 ENTRY_POINT = UefiMain
18
19 [Sources]
20 BltLibSample.c
21
22 [Packages]
23 MdePkg/MdePkg.dec
24 OptionRomPkg/OptionRomPkg.dec
25
26 [LibraryClasses]
27 BltLib
28 UefiApplicationEntryPoint
29 UefiLib
30