]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/HiiResourcesSampleDxe/HiiResourcesSampleDxe.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdeModulePkg / Universal / HiiResourcesSampleDxe / HiiResourcesSampleDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
6446c987
LG
2# This is an example of how a driver retrieve HII data using HII Package List\r
3# Protocol, and how to publish the HII data.\r
4#\r
6bfbb5f0 5# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.\r
6446c987
LG
6#\r
7# All rights reserved. This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# \r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
6bfbb5f0 16##\r
6446c987
LG
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = HiiResourcesSample\r
21 FILE_GUID = D49D2EB0-44D5-4621-9FD6-1A92C9109B99\r
22 MODULE_TYPE = UEFI_DRIVER\r
23 VERSION_STRING = 1.0\r
24 ENTRY_POINT = HiiResourcesSampleInit\r
25 UNLOAD_IMAGE = HiiResourcesSampleUnload\r
26#\r
27# This flag specifies whether HII resource section is generated into PE image.\r
28#\r
29 UEFI_HII_RESOURCE_SECTION = TRUE\r
30\r
31#\r
32# The following information is for reference only and not required by the build tools.\r
33#\r
34# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
35#\r
36\r
37[Sources]\r
38 HiiResourcesSample.c\r
39 SampleStrings.uni\r
40 Sample.vfr\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 MdeModulePkg/MdeModulePkg.dec\r
45\r
46[LibraryClasses]\r
47 UefiBootServicesTableLib\r
48 UefiDriverEntryPoint\r
49 UefiHiiServicesLib\r
50 HiiLib\r
51\r
52[Protocols]\r
53 gEfiHiiPackageListProtocolGuid ## CONSUMES\r