Home
last modified time | relevance | path

Searched refs:_PlatformPcds (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DAutoGen.py1031 _PlatformPcds = {} variable in PlatformAutoGen
1409 if pcd not in self._PlatformPcds.keys():
1410 self._PlatformPcds[pcd] = self.Platform.Pcds[pcd]
1430 PlatformPcds = self._PlatformPcds.keys()
1436 Pcd = self._PlatformPcds[PcdKey]
1478 DscPcdEntry = self._PlatformPcds[DscPcd]