diff options
Diffstat (limited to 'Nt32Pkg/SnpNt32Dxe')
-rw-r--r-- | Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf b/Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf index 6fc345dd34..00dd47bed4 100644 --- a/Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf +++ b/Nt32Pkg/SnpNt32Dxe/SnpNt32Dxe.inf @@ -1,7 +1,7 @@ -#/** @file
+## @file
# Component name for module SnpNt32Dxe
#
-# Copyright (c) 2007, Intel Corporation.
+# Copyright (c) 2007 - 2010, 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
@@ -12,7 +12,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
#
-#**/
+##
[Defines]
INF_VERSION = 0x00010005
@@ -31,7 +31,7 @@ # VALID_ARCHITECTURES = IA32 X64 IPF EBC
#
-[Sources.common]
+[Sources]
ComponentName.c
SnpNt32.h
SnpNt32.c
|