mirror of https://github.com/acidanthera/audk.git
Fix typo "Debugt".
Signed-off-by: Jeff Fan <jeff.fan@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13217 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0b84f444de
commit
894c9c6e3f
|
@ -7,7 +7,7 @@
|
||||||
# and host, PeCoffExtraActionLib instance to report symbol path information,
|
# and host, PeCoffExtraActionLib instance to report symbol path information,
|
||||||
# etc.
|
# etc.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>
|
||||||
# This program and the accompanying materials are licensed and made available under
|
# This program and the accompanying materials are licensed and made available under
|
||||||
# the terms and conditions of the BSD License that accompanies this distribution.
|
# the terms and conditions of the BSD License that accompanies this distribution.
|
||||||
# The full text of the license may be found at
|
# The full text of the license may be found at
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
[Defines]
|
[Defines]
|
||||||
DEC_SPECIFICATION = 0x00010005
|
DEC_SPECIFICATION = 0x00010005
|
||||||
PACKAGE_NAME = SourceLevelDebugtPkg
|
PACKAGE_NAME = SourceLevelDebugPkg
|
||||||
PACKAGE_GUID = DBF00C27-D8D7-443d-918B-4E85CDA1373B
|
PACKAGE_GUID = DBF00C27-D8D7-443d-918B-4E85CDA1373B
|
||||||
PACKAGE_VERSION = 0.71
|
PACKAGE_VERSION = 0.71
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Source Level Debug Package.
|
# Source Level Debug Package.
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# This program and the accompanying materials
|
# 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
|
||||||
|
@ -20,11 +20,11 @@
|
||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
[Defines]
|
[Defines]
|
||||||
PLATFORM_NAME = SourceLevelDebugtPkg
|
PLATFORM_NAME = SourceLevelDebugPkg
|
||||||
PLATFORM_GUID = 38C85805-883F-4ee8-A854-95B966ED73AA
|
PLATFORM_GUID = 38C85805-883F-4ee8-A854-95B966ED73AA
|
||||||
PLATFORM_VERSION = 0.71
|
PLATFORM_VERSION = 0.71
|
||||||
DSC_SPECIFICATION = 0x00010005
|
DSC_SPECIFICATION = 0x00010005
|
||||||
OUTPUT_DIRECTORY = Build/SourceLevelDebugtPkg
|
OUTPUT_DIRECTORY = Build/SourceLevelDebugPkg
|
||||||
SUPPORTED_ARCHITECTURES = IA32|X64
|
SUPPORTED_ARCHITECTURES = IA32|X64
|
||||||
BUILD_TARGETS = DEBUG|RELEASE
|
BUILD_TARGETS = DEBUG|RELEASE
|
||||||
SKUID_IDENTIFIER = DEFAULT
|
SKUID_IDENTIFIER = DEFAULT
|
||||||
|
|
Loading…
Reference in New Issue