diff options
Diffstat (limited to 'IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/Keyboard.c')
-rw-r--r-- | IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/Keyboard.c | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/Keyboard.c b/IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/Keyboard.c index a790f6e495..cb5bac0013 100644 --- a/IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/Keyboard.c +++ b/IntelFrameworkModulePkg/Universal/HiiDataBaseDxe/Keyboard.c @@ -1,4 +1,6 @@ -/*++
+/**@file
+
+ This file contains the keyboard processing code to the HII database.
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -7,17 +9,9 @@ which accompanies this distribution. The full text of the license may be found 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.
-
-Module Name:
-
- Keyboard.c
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-Abstract:
-
- This file contains the keyboard processing code to the HII database.
-
---*/
+**/
#include "HiiDatabase.h"
|