<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Tianocore/edk2.git/MdePkg/Test, branch dependabot/github_actions/actions/setup-python-7</title>
<subtitle>EDK II (mirror)</subtitle>
<id>https://git.radix-linux.su/Tianocore/edk2.git/atom?h=dependabot%2Fgithub_actions%2Factions%2Fsetup-python-7</id>
<link rel='self' href='https://git.radix-linux.su/Tianocore/edk2.git/atom?h=dependabot%2Fgithub_actions%2Factions%2Fsetup-python-7'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/'/>
<updated>2026-07-16T02:33:17+00:00</updated>
<entry>
<title>MdePkg: added mock for InstallConfigurationTable</title>
<updated>2026-07-16T02:33:17+00:00</updated>
<author>
<name>Alexander Gryanko</name>
<email>xpahos@gmail.com</email>
</author>
<published>2025-07-08T11:35:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=ef2996c667869dd36debd0004d7a6c813e523b05'/>
<id>urn:sha1:ef2996c667869dd36debd0004d7a6c813e523b05</id>
<content type='text'>
InstallConfigurationTable is used in the AddImageExeInfo
call and is necessary for outputting information about
the binary file in case of an error. Mock has been added
for the DxeImageVerificationHandler subroutine.

Signed-off-by: Alexander Gryanko &lt;xpahos@gmail.com&gt;
</content>
</entry>
<entry>
<title>MdePkg: Follow pragma once coding convention</title>
<updated>2026-06-25T19:40:31+00:00</updated>
<author>
<name>Michael Kubacki</name>
<email>michael.kubacki@microsoft.com</email>
</author>
<published>2026-06-18T15:59:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=fde4a758fd42a1bf9135147b24c854b41cc5b0bf'/>
<id>urn:sha1:fde4a758fd42a1bf9135147b24c854b41cc5b0bf</id>
<content type='text'>
Update recent changes in MdePkg to follow the latest EDK II
C Coding Standards Specification (5.3) to use '#pragma once' instead
of traditional macro-based include guards in header files.

https://tianocore-docs.github.io/edk2-CCodingStandardsSpecification/draft/5_source_files/53_include_files.html#53-include-files

Signed-off-by: Michael Kubacki &lt;michael.kubacki@microsoft.com&gt;
</content>
</entry>
<entry>
<title>MdePkg: Added MockUefiRuntimeLib</title>
<updated>2026-06-02T07:07:38+00:00</updated>
<author>
<name>Paddy Deng (AMI US Holdings Inc)</name>
<email>v-dengpaddy@microsoft.com</email>
</author>
<published>2026-05-19T02:45:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=2cafe974d709a3aa7b30133750b7164056457d91'/>
<id>urn:sha1:2cafe974d709a3aa7b30133750b7164056457d91</id>
<content type='text'>
Added mock library for UefiRuntimeLib for google test

Signed-off-by: Paddy Deng (AMI US Holdings Inc) &lt;v-dengpaddy@microsoft.com&gt;
</content>
</entry>
<entry>
<title>MdePkg: Added MockUefiDevicePathLib</title>
<updated>2026-06-02T07:07:38+00:00</updated>
<author>
<name>Paddy Deng (AMI US Holdings Inc)</name>
<email>v-dengpaddy@microsoft.com</email>
</author>
<published>2026-05-19T02:45:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=35401a1bba26b97f2fd5721c3770f87cda045146'/>
<id>urn:sha1:35401a1bba26b97f2fd5721c3770f87cda045146</id>
<content type='text'>
Added moc library for UefiDevicePathLib for google test

Signed-off-by: Paddy Deng (AMI US Holdings Inc) &lt;v-dengpaddy@microsoft.com&gt;
</content>
</entry>
<entry>
<title>MdePkg: Added MockSynchronizationLib</title>
<updated>2026-06-02T07:07:38+00:00</updated>
<author>
<name>Paddy Deng (AMI US Holdings Inc)</name>
<email>v-dengpaddy@microsoft.com</email>
</author>
<published>2026-05-19T02:44:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=2ec019f11cad8ba10f716db52e5375e9ed514bc9'/>
<id>urn:sha1:2ec019f11cad8ba10f716db52e5375e9ed514bc9</id>
<content type='text'>
Added mock library for SynchronizationLib for google test

Signed-off-by: Paddy Deng (AMI US Holdings Inc) &lt;v-dengpaddy@microsoft.com&gt;
</content>
</entry>
<entry>
<title>MdePkg: Added MockSmmMemLib</title>
<updated>2026-06-02T07:07:38+00:00</updated>
<author>
<name>Paddy Deng (AMI US Holdings Inc)</name>
<email>v-dengpaddy@microsoft.com</email>
</author>
<published>2026-05-19T02:43:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=64c9b496aee57bc7d1dac3cdf5d11ce3ad99493a'/>
<id>urn:sha1:64c9b496aee57bc7d1dac3cdf5d11ce3ad99493a</id>
<content type='text'>
Added mock library for SmmMemLib for google test

Signed-off-by: Paddy Deng (AMI US Holdings Inc) &lt;v-dengpaddy@microsoft.com&gt;
</content>
</entry>
<entry>
<title>MdePkg: Added MockPerformanceLib</title>
<updated>2026-06-02T07:07:38+00:00</updated>
<author>
<name>Paddy Deng (AMI US Holdings Inc)</name>
<email>v-dengpaddy@microsoft.com</email>
</author>
<published>2026-05-19T02:43:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=eff49ccc00a14e32e76b1ff8c29474527b4ff88d'/>
<id>urn:sha1:eff49ccc00a14e32e76b1ff8c29474527b4ff88d</id>
<content type='text'>
Added mock library for PerformanceLib for google test

Signed-off-by: Paddy Deng (AMI US Holdings Inc) &lt;v-dengpaddy@microsoft.com&gt;
</content>
</entry>
<entry>
<title>MdePkg: Added MockPciLib</title>
<updated>2026-06-02T07:07:38+00:00</updated>
<author>
<name>Paddy Deng (AMI US Holdings Inc)</name>
<email>v-dengpaddy@microsoft.com</email>
</author>
<published>2026-05-19T02:42:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=fb71e2182e97f75e1add8d8419fe385725663e89'/>
<id>urn:sha1:fb71e2182e97f75e1add8d8419fe385725663e89</id>
<content type='text'>
Added mock library for PciLib for google test

Signed-off-by: Paddy Deng (AMI US Holdings Inc) &lt;v-dengpaddy@microsoft.com&gt;
</content>
</entry>
<entry>
<title>MdePkg: Added MockPciExpressLib</title>
<updated>2026-06-02T07:07:38+00:00</updated>
<author>
<name>Paddy Deng (AMI US Holdings Inc)</name>
<email>v-dengpaddy@microsoft.com</email>
</author>
<published>2026-05-19T02:39:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=9d73e8b9aea8de7f15d31e305380d198ae260fab'/>
<id>urn:sha1:9d73e8b9aea8de7f15d31e305380d198ae260fab</id>
<content type='text'>
Added mock librart for PciExpressLib for google test

Signed-off-by: Paddy Deng (AMI US Holdings Inc) &lt;v-dengpaddy@microsoft.com&gt;
</content>
</entry>
<entry>
<title>MdePkg: Added MockPciCf8Lib</title>
<updated>2026-06-02T07:07:38+00:00</updated>
<author>
<name>Paddy Deng (AMI US Holdings Inc)</name>
<email>v-dengpaddy@microsoft.com</email>
</author>
<published>2026-05-19T02:38:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/Tianocore/edk2.git/commit/?id=52033f0f92ca43b9b38f77263871b2d15909c2e6'/>
<id>urn:sha1:52033f0f92ca43b9b38f77263871b2d15909c2e6</id>
<content type='text'>
Added mock library for PciCf8Lib for google test

Signed-off-by: Paddy Deng (AMI US Holdings Inc) &lt;v-dengpaddy@microsoft.com&gt;
</content>
</entry>
</feed>
