diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-30 09:11:54 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-30 09:11:54 +0000 |
commit | b3af5df67b0cf0cfd6e11a8fa4b2424e2c7f7c83 (patch) | |
tree | b49f455da8fe19eebd6a04ad0e06d5dbd8e4e919 /IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe | |
parent | 14e8823a34c01cf6d75b37c959fb2cae91caf771 (diff) | |
download | edk2-platforms-b3af5df67b0cf0cfd6e11a8fa4b2424e2c7f7c83.tar.xz |
Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec 0.41, DSC spec 0.40.
Mainly PCD syntax update.
Check in new build.exe and GenFds.exe
Check in PcdSyntaxUpdate.exe tool.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3744 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe')
-rw-r--r-- | IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf b/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf index fb2727f717..75b59c7065 100644 --- a/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf +++ b/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf @@ -65,14 +65,14 @@ gEfiSerialIoProtocolGuid # PROTOCOL BY_START
gEfiDevicePathProtocolGuid # PROTOCOL TO_START
-[PcdsFeatureFlag.common]
- PcdNtEmulatorEnable|gEfiMdeModulePkgTokenSpaceGuid
+[FeaturePcd.common]
+ gEfiMdeModulePkgTokenSpaceGuid.PcdNtEmulatorEnable
-[PcdsFixedAtBuild.common]
- PcdUartDefaultBaudRate|gEfiMdePkgTokenSpaceGuid|115200
- PcdUartDefaultDataBits|gEfiMdePkgTokenSpaceGuid|8
- PcdUartDefaultParity|gEfiMdePkgTokenSpaceGuid|1
- PcdUartDefaultStopBits|gEfiMdePkgTokenSpaceGuid|1
+[FixedPcd.common]
+ gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|115200
+ gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits|8
+ gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity|1
+ gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits|1
|