]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Nt32Pkg/PlatformBdsDxe/PlatformBdsDxe.inf
Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec 0.41...
[mirror_edk2.git] / Nt32Pkg / PlatformBdsDxe / PlatformBdsDxe.inf
index 1e084a3f184261c04fea3a7d80e2e7389f7d2746..0e359b8ac62b2efde94a46a5290f8bca6c9104e6 100644 (file)
@@ -2,7 +2,7 @@
 # Platfrom BDS driver\r
 #\r
 # Do platform action customized by IBV/OEM.\r
-# Copyright (c) 2007 - 2007, Intel Corporation\r
+# Copyright (c) 2007, Intel Corporation\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #\r
 #**/\r
 \r
-################################################################################\r
-#\r
-# Defines Section - statements that will be processed to create a Makefile.\r
-#\r
-################################################################################\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = PlatformBds\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-################################################################################\r
-#\r
-# Sources Section - list of files that are required for the build to succeed.\r
-#\r
-################################################################################\r
-\r
 [Sources.common]\r
   Generic/DeviceMngr/DeviceManagerVfr.Vfr\r
   Generic/DeviceMngr/DeviceManagerStrings.uni\r
   BdsPlatform.h\r
   PlatformData.c\r
 \r
-################################################################################\r
-#\r
-# Package Dependency Section - list of Package files that are required for\r
-#                              this module.\r
-#\r
-################################################################################\r
-\r
 [Packages]\r
   MdePkg/MdePkg.dec\r
+  Nt32Pkg/Nt32Pkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
   IntelFrameworkPkg/IntelFrameworkPkg.dec\r
   IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
 \r
 \r
-################################################################################\r
-#\r
-# Library Class Section - list of Library Classes that are required for\r
-#                         this module.\r
-#\r
-################################################################################\r
-\r
 [LibraryClasses]\r
   PeCoffLib\r
   HiiLibFramework\r
   DebugLib\r
 \r
 \r
-################################################################################\r
-#\r
-# Guid C Name Section - list of Guids that this module uses or produces.\r
-#\r
-################################################################################\r
-\r
 [Guids]\r
 #  MemoryArray                                   # SOMETIMES_CONSUMED  Data Hub\r
 #  ProcessorFrequency                            # SOMETIMES_CONSUMED  Data Hub\r
   gEfiBootStateGuid                             # ALWAYS_CONSUMED\r
 \r
 \r
-################################################################################\r
-#\r
-# Protocol C Name Section - list of Protocol and Protocol Notify C Names\r
-#                           that this module uses or produces.\r
-#\r
-################################################################################\r
-\r
 [Protocols]\r
   gEfiGraphicsOutputProtocolGuid                # PROTOCOL SOMETIMES_CONSUMED\r
   gEfiGenericMemTestProtocolGuid                # PROTOCOL SOMETIMES_CONSUMED\r
   gEfiLegacyBiosProtocolGuid                    # PROTOCOL ALWAYS_CONSUMED\r
   gEfiBdsArchProtocolGuid                       # PROTOCOL ALWAYS_PRODUCED\r
 \r
-[PcdsFeatureFlag.common]\r
-  PcdUefiVariableDefaultLangDepricate|gEfiMdePkgTokenSpaceGuid|\r
+[FeaturePcd.common]\r
+  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangDepricate|\r
 \r
-[PcdsFixedAtBuild.common]\r
-  PcdUefiVariableDefaultLangCodes|gEfiMdePkgTokenSpaceGuid\r
-  PcdUefiVariableDefaultLang|gEfiMdePkgTokenSpaceGuid\r
-  PcdUefiVariableDefaultPlatformLangCodes|gEfiMdePkgTokenSpaceGuid\r
-  PcdUefiVariableDefaultPlatformLang|gEfiMdePkgTokenSpaceGuid\r
+[FixedPcd.common]\r
+  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLangCodes\r
+  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultLang\r
+  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLangCodes\r
+  gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultPlatformLang\r
 \r
 [depex]\r
   gEfiHiiProtocolGuid\r
-  
\ No newline at end of file
+  \r