From d354ab7ff91f54f39ff0e846b059ed97393eb8ed Mon Sep 17 00:00:00 2001 From: jji4 Date: Thu, 4 Dec 2008 07:12:25 +0000 Subject: 1)Global variables have been moved backward ahead of functions. 2)INF comments have been reviewed. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6839 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Universal/Console/ConPlatformDxe/ConPlatformDxe.inf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'MdeModulePkg/Universal/Console/ConPlatformDxe') diff --git a/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf b/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf index 2ac99997a4..471f561abb 100644 --- a/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf +++ b/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf @@ -26,10 +26,12 @@ # # VALID_ARCHITECTURES = IA32 X64 IPF EBC # -# DRIVER_BINDING = gConPlatformTextInDriverBinding -# COMPONENT_NAME = gConPlatformComponentName -# DRIVER_BINDING = gConPlatformTextOutDriverBinding -# COMPONENT_NAME = gConPlatformComponentName +# DRIVER_BINDING = gConPlatformTextInDriverBinding +# COMPONENT_NAME = gConPlatformComponentName +# COMPONENT_NAME2 = gConPlatformComponentName2 +# DRIVER_BINDING = gConPlatformTextOutDriverBinding +# COMPONENT_NAME = gConPlatformComponentName +# COMPONENT_NAME2 = gConPlatformComponentName2 # [Sources.common] -- cgit v1.2.3