mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/Ps2MouseDxe: Use a different FILE_GUID
Change to use a different FILE_GUID to avoid using the same GUID as the module in IntelFrameworkModulePkg. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Shumin Qiu <shumin.qiu@intel.com>
This commit is contained in:
parent
415f603e64
commit
b3d540cd03
|
@ -20,7 +20,7 @@
|
|||
INF_VERSION = 0x00010005
|
||||
BASE_NAME = Ps2MouseDxe
|
||||
MODULE_UNI_FILE = Ps2MouseDxe.uni
|
||||
FILE_GUID = 202A2B0E-9A31-4812-B291-8747DF152439
|
||||
FILE_GUID = 08464531-4C99-4C4C-A887-8D8BA4BBB063
|
||||
MODULE_TYPE = UEFI_DRIVER
|
||||
VERSION_STRING = 1.0
|
||||
ENTRY_POINT = InitializePs2Mouse
|
||||
|
|
Loading…
Reference in New Issue