1## @file 2# Device Manager Library used by UiApp 3# 4# Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR> 5# This program and the accompanying materials are licensed and made available under 6# the terms and conditions of the BSD License that accompanies this distribution. 7# The full text of the license may be found at 8# http://opensource.org/licenses/bsd-license.php. 9# 10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 12# 13## 14[Defines] 15 INF_VERSION = 0x00010005 16 BASE_NAME = DeviceManagerUiLib 17 MODULE_UNI_FILE = DeviceManagerUiLib.uni 18 FILE_GUID = 75EBDC2E-5323-4F31-A41D-FD1A7A9FC65E 19 MODULE_TYPE = DXE_DRIVER 20 VERSION_STRING = 1.0 21 LIBRARY_CLASS = NULL|DXE_DRIVER UEFI_APPLICATION 22 CONSTRUCTOR = DeviceManagerUiLibConstructor 23 DESTRUCTOR = DeviceManagerUiLibDestructor 24# 25# The following information is for reference only and not required by the build tools. 26# 27# VALID_ARCHITECTURES = IA32 X64 IPF EBC 28# 29 30[Sources] 31 DeviceManager.h 32 DeviceManagerVfr.Vfr 33 DeviceManagerStrings.uni 34 DeviceManager.c 35 36[Packages] 37 MdePkg/MdePkg.dec 38 MdeModulePkg/MdeModulePkg.dec 39 40[LibraryClasses] 41 DevicePathLib 42 BaseLib 43 MemoryAllocationLib 44 UefiBootServicesTableLib 45 BaseMemoryLib 46 DebugLib 47 PrintLib 48 HiiLib 49 UefiHiiServicesLib 50 51[Guids] 52 gEfiHiiPlatformSetupFormsetGuid ## CONSUMES ## GUID (Indicate the formset class guid to be displayed) 53 gEfiIfrTianoGuid ## CONSUMES ## GUID (Extended IFR Guid Opcode) 54 gEfiIfrFrontPageGuid ## CONSUMES ## GUID (Indicate the formset in this library need to dispaly in which page) 55 56[Protocols] 57 gEfiHiiConfigAccessProtocolGuid ## CONSUMES 58