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