]> git.proxmox.com Git - mirror_edk2.git/commitdiff
IntelFrameworkModulePkg/Ps2AbsPointer: Use PCD defined in MdeModulePkg
authorRuiyu Ni <ruiyu.ni@intel.com>
Mon, 11 Apr 2016 07:34:58 +0000 (15:34 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Wed, 13 Apr 2016 06:54:46 +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/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointer.h
IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf

index a4e2174a4c3b5829ce0277115685b6bddeffeb4d..17d184743a26dd778eafe9533de9c83360b64ab2 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   A Ps2MouseAbsolutePointer 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 __PS2MOUSEABSOLUTEPOINTER_H__\r
 #define __PS2MOUSEABSOLUTEPOINTER_H__\r
 \r
-#include <FrameworkDxe.h>\r
+#include <Uefi.h>\r
 \r
 #include <Protocol/AbsolutePointer.h>\r
 #include <Protocol/IsaIo.h>\r
index be16671a2f9ee98cc55dcda7afb6d9f647e5e2bb..48adde6f1d3f0b3a00cd16380ab7cb30c75d815e 100644 (file)
@@ -4,7 +4,7 @@
 # This driver simulates a touch pad absolute pointing device using a standard\r
 # PS2 mouse as the input hardware.\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
@@ -43,7 +43,6 @@
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
   IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
 \r
 [LibraryClasses]\r
@@ -62,7 +61,7 @@
   gEfiDevicePathProtocolGuid                    ## TO_START\r
 \r
 [FeaturePcd]\r
-  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPs2MouseExtendedVerification   ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdPs2MouseExtendedVerification   ## CONSUMES\r
 \r
 #\r
 # [Event]\r