mirror of https://github.com/acidanthera/audk.git
Correct comments for new null instance.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7832 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
b6ee92ecea
commit
247d3676c7
|
@ -2,7 +2,7 @@
|
||||||
Provides services to perform additional actions to relocate and unload
|
Provides services to perform additional actions to relocate and unload
|
||||||
PE/Coff image for some environment specific purpose say for souce level debug.
|
PE/Coff image for some environment specific purpose say for souce level debug.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2008, Intel Corporation<BR>
|
Copyright (c) 2009, Intel Corporation<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#/** @file
|
#/** @file
|
||||||
# Debug Library with empty functions.
|
# Null PE/Coff Extra Action library instances with empty functions.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009, Intel Corporation.
|
# Copyright (c) 2009, Intel Corporation.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/** @file
|
/** @file
|
||||||
Null PE/Coff Extra Action library instances with empty functions.
|
Null PE/Coff Extra Action library instances with empty functions.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2008, Intel Corporation<BR>
|
Copyright (c) 2009, Intel Corporation<BR>
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
|
Loading…
Reference in New Issue