diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2015-07-17 17:40:15 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-04-08 17:45:59 +0800 |
commit | 77833d0b649f5daa5a03cb8ddea3c2048031b583 (patch) | |
tree | 40d7eb7e73d00f03f915bc49167b3788b98dac24 /MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxeExtra.uni | |
parent | 4aa68cbc97e06d93a82189ade1317104f95535c1 (diff) | |
download | edk2-platforms-77833d0b649f5daa5a03cb8ddea3c2048031b583.tar.xz |
MdeModulePkg: Add Ps2MouseDxe driver
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
Diffstat (limited to 'MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxeExtra.uni')
-rw-r--r-- | MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxeExtra.uni | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxeExtra.uni b/MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxeExtra.uni new file mode 100644 index 0000000000..fee64d8d18 --- /dev/null +++ b/MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxeExtra.uni @@ -0,0 +1,20 @@ +// /** @file
+// Ps2MouseDxe Localized Strings and Content
+//
+// Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.<BR>
+//
+// This program and the accompanying materials
+// are licensed and made available under the terms and conditions of the BSD License
+// which accompanies this distribution. The full text of the license may be found at
+// http://opensource.org/licenses/bsd-license.php
+//
+// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+//
+// **/
+
+#string STR_PROPERTIES_MODULE_NAME
+#language en-US
+"PS2 Mouse DXE Driver"
+
+
|