]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
ShellPkg: Add a new library for "bcfg" command
[mirror_edk2.git] / ShellPkg / Library / UefiShellBcfgCommandLib / UefiShellBcfgCommandLib.inf
CommitLineData
7b01f0f3
JC
1## @file\r
2# Provides shell install1 functions\r
3#\r
4# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved. <BR>\r
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
14##\r
15[Defines]\r
16 INF_VERSION = 0x00010006\r
17 BASE_NAME = UefiShellBcfgCommandLib\r
18 FILE_GUID = F6A3BF5D-4095-4E4F-9670-408770C2DBDF\r
19 MODULE_TYPE = UEFI_DRIVER\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = BcfgCommandLib|UEFI_APPLICATION UEFI_DRIVER\r
22\r
23[Sources.common]\r
24 UefiShellBcfgCommandLib.c\r
25 UefiShellBcfgCommandLib.uni\r
26\r
27[Packages]\r
28 MdePkg/MdePkg.dec\r
29 ShellPkg/ShellPkg.dec\r
30 MdeModulePkg/MdeModulePkg.dec\r
31\r
32[LibraryClasses]\r
33 MemoryAllocationLib\r
34 BaseLib\r
35 BaseMemoryLib\r
36 DebugLib\r
37 ShellCommandLib\r
38 ShellLib\r
39 UefiLib\r
40 UefiRuntimeServicesTableLib\r
41 UefiBootServicesTableLib\r
42 SortLib\r
43 PrintLib\r
44\r
45[Guids]\r
46 gShellBcfgHiiGuid\r