]> git.proxmox.com Git - mirror_edk2.git/commitdiff
IntelFrameworkModulePkg/Ps2Mouse: Use PCD defined in MdeModulePkg
authorRuiyu Ni <ruiyu.ni@intel.com>
Mon, 11 Apr 2016 07:36:52 +0000 (15:36 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Wed, 13 Apr 2016 06:54:47 +0000 (14:54 +0800)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2Mouse.h
IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf

index 604fb47e47e6e76060311707d3936b88e52c9251..1d9f1393521d19b08004201b10ffc0677a351b1e 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   PS/2 Mouse driver header file.\r
   \r
-Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #ifndef _PS2MOUSE_H_\r
 #define _PS2MOUSE_H_\r
 \r
-#include <FrameworkDxe.h>\r
+#include <Uefi.h>\r
 \r
 #include <Protocol/SimplePointer.h>\r
 #include <Protocol/IsaIo.h>\r
index ea7af5b10b2b657057356cb0505d6af755c7d51f..876b09ff8e4484191651967c21cb7224f211c6c2 100644 (file)
@@ -3,7 +3,7 @@
 #\r
 # This dirver provides support for PS2 based mice.\r
 #\r
-# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
 #\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
@@ -42,7 +42,6 @@
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
   IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
 \r
 [LibraryClasses]\r
@@ -61,7 +60,7 @@
   gEfiDevicePathProtocolGuid                    ## TO_START\r
 \r
 [FeaturePcd]\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPs2MouseExtendedVerification   ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdPs2MouseExtendedVerification   ## CONSUMES\r
 \r
 #\r
 # [Event]\r