diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-08 06:59:54 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-08 06:59:54 +0000 |
commit | f4671790b4cb76c888b8e41bebd0c33477dbd940 (patch) | |
tree | 581b9c13a64c5a4a7285935d4d4cb619daacfdd3 /IntelFrameworkModulePkg/Include/Guid | |
parent | 6a194b7f2d9a60b9a42fdc8bdeb69bcc189fd0ed (diff) | |
download | edk2-platforms-f4671790b4cb76c888b8e41bebd0c33477dbd940.tar.xz |
Add comments for Include header files
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8499 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Include/Guid')
-rw-r--r-- | IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h | 5 | ||||
-rw-r--r-- | IntelFrameworkModulePkg/Include/Guid/TianoDecompress.h (renamed from IntelFrameworkModulePkg/Include/Guid/CustomDecompress.h) | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h b/IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h index 5e3e709fbc..cbea8d56f9 100644 --- a/IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h +++ b/IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h @@ -1,8 +1,7 @@ /** @file
- GUID used to identify Data Hub records that originate from the Tiano
- ReportStatusCode API.
+ GUID used to identify Data Hub records logged by Status Code Runtime Protocol.
-Copyright (c) 2006, Intel Corporation
+Copyright (c) 2006 - 2009, Intel Corporation
All rights reserved. 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
diff --git a/IntelFrameworkModulePkg/Include/Guid/CustomDecompress.h b/IntelFrameworkModulePkg/Include/Guid/TianoDecompress.h index 610443c54b..e395cbc0ea 100644 --- a/IntelFrameworkModulePkg/Include/Guid/CustomDecompress.h +++ b/IntelFrameworkModulePkg/Include/Guid/TianoDecompress.h @@ -1,7 +1,7 @@ /** @file
- Custom decompress Guid definitions
+ Tiano Custom decompress Guid definition
-Copyright (c) 2006 - 2007, Intel Corporation
+Copyright (c) 2006 - 2009, Intel Corporation
All rights reserved. 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
|