diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-25 02:59:51 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-25 02:59:51 +0000 |
commit | b4fd460a67f12d8b4587a0b1c36156d456739f15 (patch) | |
tree | 59f746b0bbddc41b93eab4be7eeaa203f9e918e5 /EdkNt32Pkg/Library | |
parent | 1a8a2ed39ad66a51aa2ae622e5165b631279003d (diff) | |
download | edk2-platforms-b4fd460a67f12d8b4587a0b1c36156d456739f15.tar.xz |
Nt32TimerLib doesn't support IPF, X64 and EBC, I remove them from this module arch list.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2308 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkNt32Pkg/Library')
-rw-r--r-- | EdkNt32Pkg/Library/Nt32TimerLibNull/Nt32TimerLib.msa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkNt32Pkg/Library/Nt32TimerLibNull/Nt32TimerLib.msa b/EdkNt32Pkg/Library/Nt32TimerLibNull/Nt32TimerLib.msa index 183c465c3a..00898585e4 100644 --- a/EdkNt32Pkg/Library/Nt32TimerLibNull/Nt32TimerLib.msa +++ b/EdkNt32Pkg/Library/Nt32TimerLibNull/Nt32TimerLib.msa @@ -18,7 +18,7 @@ <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</MsaHeader>
<ModuleDefinitions>
- <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
+ <SupportedArchitectures>IA32</SupportedArchitectures>
<BinaryModule>false</BinaryModule>
<OutputFileBasename>Nt32TimerLib</OutputFileBasename>
</ModuleDefinitions>
|