hi, experts:
there are some pcd declarations in PcAtChipsetPkg.dec file:
gPcAtChipsetPkgTokenSpaceGuid.PcdIsaAcpiCom1Enable|TRUE|BOOLEAN|0x00000003
gPcAtChipsetPkgTokenSpaceGuid.PcdIsaAcpiCom2Enable|TRUE|BOOLEAN|0x00000004
 
i overrided these pcd's value in MyProject.dsc :
  gPcAtChipsetPkgTokenSpaceGuid.PcdIsaAcpiCom1Enable|FALSE
  gPcAtChipsetPkgTokenSpaceGuid.PcdIsaAcpiCom2Enable|FALSE
 
but a compiled error occurred:
......
Build...
d:\edkii\MyProject\MyProject.dsc(386): error F001:
Pcd (gPcAtChipsetPkgTokenSpaceGuid.PcdIsaAcpiCom1Enable) defined in DSC is not 
declared in DEC files.
 
why?
 
best wishes
 
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to