diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-20 04:33:45 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-20 04:33:45 +0000 |
commit | dd0687a4b18c8ba6f37587ad13c9744ff9a67250 (patch) | |
tree | cc549a08f2896625fb7bee6aada48986655cb1d4 /MdeModulePkg/Application/HelloWorld | |
parent | aade80ede4c6eff09ed337584a48d84ad9197229 (diff) | |
download | edk2-dd0687a4b18c8ba6f37587ad13c9744ff9a67250.zip edk2-dd0687a4b18c8ba6f37587ad13c9744ff9a67250.tar.gz edk2-dd0687a4b18c8ba6f37587ad13c9744ff9a67250.tar.bz2 |
remove some comments introduced by tools.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3383 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Application/HelloWorld')
-rw-r--r-- | MdeModulePkg/Application/HelloWorld/HelloWorld.inf | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/MdeModulePkg/Application/HelloWorld/HelloWorld.inf b/MdeModulePkg/Application/HelloWorld/HelloWorld.inf index e20a01e..a92bd5a 100644 --- a/MdeModulePkg/Application/HelloWorld/HelloWorld.inf +++ b/MdeModulePkg/Application/HelloWorld/HelloWorld.inf @@ -2,7 +2,7 @@ # Sample UEFI Application Reference Module
#
# This is a shell application that will display Hello World.
-# Copyright (c) 2007 - 2007, Intel Corporation.
+# Copyright (c) 2007, 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
@@ -14,11 +14,6 @@ #
#**/
-################################################################################
-#
-# Defines Section - statements that will be processed to create a Makefile.
-#
-################################################################################
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = HelloWorld
@@ -36,34 +31,14 @@ # VALID_ARCHITECTURES = IA32 X64 IPF EBC
#
-################################################################################
-#
-# Sources Section - list of files that are required for the build to succeed.
-#
-################################################################################
-
[Sources.common]
HelloWorld.c
-################################################################################
-#
-# Package Dependency Section - list of Package files that are required for
-# this module.
-#
-################################################################################
-
[Packages]
MdePkg/MdePkg.dec
-################################################################################
-#
-# Library Class Section - list of Library Classes that are required for
-# this module.
-#
-################################################################################
-
[LibraryClasses]
UefiBootServicesTableLib
UefiApplicationEntryPoint
|