]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/HiiResourcesSampleDxe/HiiResourcesSampleDxe.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdeModulePkg / Universal / HiiResourcesSampleDxe / HiiResourcesSampleDxe.inf
1 ## @file
2 # This is an example of how a driver retrieve HII data using HII Package List
3 # Protocol, and how to publish the HII data.
4 #
5 # Copyright (c) 2009 - 2010, Intel Corporation. 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 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = HiiResourcesSample
21 FILE_GUID = D49D2EB0-44D5-4621-9FD6-1A92C9109B99
22 MODULE_TYPE = UEFI_DRIVER
23 VERSION_STRING = 1.0
24 ENTRY_POINT = HiiResourcesSampleInit
25 UNLOAD_IMAGE = HiiResourcesSampleUnload
26 #
27 # This flag specifies whether HII resource section is generated into PE image.
28 #
29 UEFI_HII_RESOURCE_SECTION = TRUE
30
31 #
32 # The following information is for reference only and not required by the build tools.
33 #
34 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
35 #
36
37 [Sources]
38 HiiResourcesSample.c
39 SampleStrings.uni
40 Sample.vfr
41
42 [Packages]
43 MdePkg/MdePkg.dec
44 MdeModulePkg/MdeModulePkg.dec
45
46 [LibraryClasses]
47 UefiBootServicesTableLib
48 UefiDriverEntryPoint
49 UefiHiiServicesLib
50 HiiLib
51
52 [Protocols]
53 gEfiHiiPackageListProtocolGuid ## CONSUMES