]> git.proxmox.com Git - mirror_edk2.git/blame - UnixPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.inf
Add support for a RELASE build
[mirror_edk2.git] / UnixPkg / MiscSubClassPlatformDxe / MiscSubClassDriver.inf
CommitLineData
804405e7 1#/** @file\r
2# Misc Sub class driver\r
3#\r
4# Parses the MiscSubclassDataTable and reports any generated data to the DataHub.\r
5# All .uni file who tagged with "ToolCode="DUMMY"" in following file list is included by\r
6# MiscSubclassDriver.uni file, the StrGather tool will expand MiscSubclassDriver.uni file \r
7# and parse all .uni file.\r
aaa2cc19 8# Copyright (c) 2006 - 2009, Intel Corporation\r
804405e7 9#\r
10# All rights reserved. This program and the accompanying materials\r
11# are licensed and made available under the terms and conditions of the BSD License\r
12# which accompanies this distribution. The full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\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
18#**/\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = MiscSubclass\r
23 FILE_GUID = f2fbd108-8985-11db-b06a-0040d02b1835\r
24 MODULE_TYPE = DXE_DRIVER\r
25 VERSION_STRING = 1.0\r
26 EDK_RELEASE_VERSION = 0x00020000\r
27 EFI_SPECIFICATION_VERSION = 0x00020000\r
28\r
29 ENTRY_POINT = MiscSubclassDriverEntryPoint\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.common]\r
aaa2cc19 38 MiscBaseBoardManufacturer.uni\r
39 MiscBaseBoardManufacturerData.c\r
40 MiscBaseBoardManufacturerFunction.c\r
41 MiscBiosVendor.uni\r
42 MiscBiosVendorData.c\r
43 MiscBiosVendorFunction.c\r
44 MiscBootInformationData.c \r
45 MiscBootInformationFunction.c\r
46 MiscChassisManufacturer.uni\r
47 MiscChassisManufacturerData.c\r
48 MiscChassisManufacturerFunction.c\r
49 MiscNumberOfInstallableLanguagesData.c\r
50 MiscNumberOfInstallableLanguagesFunction.c\r
51 MiscOemString.uni \r
52 MiscOemStringData.c \r
53 MiscOemStringFunction.c \r
54 MiscPortInternalConnectorDesignator.uni\r
55 MiscPortInternalConnectorDesignatorData.c \r
804405e7 56 MiscPortInternalConnectorDesignatorFunction.c\r
804405e7 57 MiscResetCapabilitiesData.c\r
aaa2cc19 58 MiscResetCapabilitiesFunction.c\r
59 MiscSystemLanguageString.uni\r
60 MiscSystemLanguageStringData.c\r
61 MiscSystemLanguageStringFunction.c\r
62 MiscSystemManufacturer.uni\r
63 MiscSystemManufacturerData.c\r
64 MiscSystemManufacturerFunction.c\r
65 MiscSystemOptionString.uni\r
66 MiscSystemOptionStringData.c\r
67 MiscSystemOptionStringFunction.c\r
68 MiscSystemSlotDesignation.uni\r
69 MiscSystemSlotDesignationData.c\r
70 MiscSystemSlotDesignationFunction.c\r
71 MiscDevicePath.h\r
72 MiscSubClassDriver.h\r
73 MiscSubClassDriver.uni\r
804405e7 74 MiscSubclassDriverDataTable.c\r
75 MiscSubclassDriverEntryPoint.c\r
804405e7 76\r
77[Packages]\r
ccd55824 78 MdePkg/MdePkg.dec\r
62c3d661 79 MdeModulePkg/MdeModulePkg.dec\r
804405e7 80 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
81 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
82 UnixPkg/UnixPkg.dec\r
83\r
84[LibraryClasses]\r
85 DevicePathLib\r
86 UefiBootServicesTableLib\r
87 MemoryAllocationLib\r
88 BaseMemoryLib\r
89 UefiDriverEntryPoint\r
90 UefiLib\r
91 HiiLib\r
92 DebugLib\r
93 BaseLib\r
94\r
aaa2cc19 95 PcdLib\r
804405e7 96\r
97[Protocols]\r
98 gEfiUnixIoProtocolGuid # PROTOCOL_NOTIFY SOMETIMES_CONSUMED\r
aaa2cc19 99 gEfiSmbiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
100\r
101[FixedPcd.common]\r
102 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareReleaseDateString\r
103 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r
804405e7 104\r
105[Pcd.common]\r
106 gEfiUnixPkgTokenSpaceGuid.PcdUnixMemorySize\r
aaa2cc19 107 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang\r
804405e7 108\r
109[Depex]\r
aaa2cc19 110 gEfiSmbiosProtocolGuid\r