]> git.proxmox.com Git - mirror_edk2.git/blame - UnixPkg/MiscSubClassPlatformDxe/MiscSubClassDriver.inf
Update the copyright notice format
[mirror_edk2.git] / UnixPkg / MiscSubClassPlatformDxe / MiscSubClassDriver.inf
CommitLineData
7b202cb0 1## @file\r
804405e7 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
f9b8ab56 8# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
804405e7 9#\r
f9b8ab56 10# This program and the accompanying materials\r
804405e7 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
7b202cb0 18##\r
804405e7 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
804405e7 26 ENTRY_POINT = MiscSubclassDriverEntryPoint\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33\r
cdccd99e 34[Sources]\r
aaa2cc19 35 MiscBaseBoardManufacturer.uni\r
36 MiscBaseBoardManufacturerData.c\r
37 MiscBaseBoardManufacturerFunction.c\r
38 MiscBiosVendor.uni\r
39 MiscBiosVendorData.c\r
40 MiscBiosVendorFunction.c\r
41 MiscBootInformationData.c \r
42 MiscBootInformationFunction.c\r
43 MiscChassisManufacturer.uni\r
44 MiscChassisManufacturerData.c\r
45 MiscChassisManufacturerFunction.c\r
46 MiscNumberOfInstallableLanguagesData.c\r
47 MiscNumberOfInstallableLanguagesFunction.c\r
48 MiscOemString.uni \r
49 MiscOemStringData.c \r
50 MiscOemStringFunction.c \r
51 MiscPortInternalConnectorDesignator.uni\r
52 MiscPortInternalConnectorDesignatorData.c \r
804405e7 53 MiscPortInternalConnectorDesignatorFunction.c\r
804405e7 54 MiscResetCapabilitiesData.c\r
aaa2cc19 55 MiscResetCapabilitiesFunction.c\r
56 MiscSystemLanguageString.uni\r
57 MiscSystemLanguageStringData.c\r
58 MiscSystemLanguageStringFunction.c\r
59 MiscSystemManufacturer.uni\r
60 MiscSystemManufacturerData.c\r
61 MiscSystemManufacturerFunction.c\r
62 MiscSystemOptionString.uni\r
63 MiscSystemOptionStringData.c\r
64 MiscSystemOptionStringFunction.c\r
65 MiscSystemSlotDesignation.uni\r
66 MiscSystemSlotDesignationData.c\r
67 MiscSystemSlotDesignationFunction.c\r
68 MiscDevicePath.h\r
69 MiscSubClassDriver.h\r
70 MiscSubClassDriver.uni\r
804405e7 71 MiscSubclassDriverDataTable.c\r
72 MiscSubclassDriverEntryPoint.c\r
804405e7 73\r
74[Packages]\r
ccd55824 75 MdePkg/MdePkg.dec\r
62c3d661 76 MdeModulePkg/MdeModulePkg.dec\r
804405e7 77 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
804405e7 78 UnixPkg/UnixPkg.dec\r
79\r
80[LibraryClasses]\r
81 DevicePathLib\r
82 UefiBootServicesTableLib\r
83 MemoryAllocationLib\r
84 BaseMemoryLib\r
85 UefiDriverEntryPoint\r
86 UefiLib\r
87 HiiLib\r
88 DebugLib\r
89 BaseLib\r
aaa2cc19 90 PcdLib\r
804405e7 91\r
92[Protocols]\r
93 gEfiUnixIoProtocolGuid # PROTOCOL_NOTIFY SOMETIMES_CONSUMED\r
aaa2cc19 94 gEfiSmbiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
95\r
cdccd99e 96[Pcd]\r
aaa2cc19 97 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareReleaseDateString\r
98 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString\r
804405e7 99 gEfiUnixPkgTokenSpaceGuid.PcdUnixMemorySize\r
aaa2cc19 100 gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang\r
804405e7 101\r
102[Depex]\r
aaa2cc19 103 gEfiSmbiosProtocolGuid\r