summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseMemoryLibMmx
diff options
context:
space:
mode:
authorbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>2006-06-20 22:48:13 +0000
committerbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>2006-06-20 22:48:13 +0000
commit687e98f726bf35b235d7ea91f0d9ca119e82f904 (patch)
treef1ff7170332b85b167d93d040242bec78f273291 /MdePkg/Library/BaseMemoryLibMmx
parentbf0c93fdc5ae67949715bd535c0cb57a99723c2d (diff)
downloadedk2-687e98f726bf35b235d7ea91f0d9ca119e82f904.tar.gz
edk2-687e98f726bf35b235d7ea91f0d9ca119e82f904.tar.bz2
edk2-687e98f726bf35b235d7ea91f0d9ca119e82f904.zip
Remove
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@578 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseMemoryLibMmx')
-rw-r--r--MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx-Gcc.msa68
1 files changed, 0 insertions, 68 deletions
diff --git a/MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx-Gcc.msa b/MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx-Gcc.msa
deleted file mode 100644
index 83db2002b3..0000000000
--- a/MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx-Gcc.msa
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Copyright (c) 2006, Intel Corporation
-All rights reserved. This program and the accompanying materials
-are licensed and made available under the terms and conditions of the BSD License
-which accompanies this distribution. The full text of the license may be found at
-http://opensource.org/licenses/bsd-license.php
-
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
--->
-<LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
- <MsaLibHeader>
- <BaseName>BaseMemoryLibMmx</BaseName>
- <ModuleType>BASE</ModuleType>
- <ComponentType>LIBRARY</ComponentType>
- <Guid>d458a654-f64c-49db-b8d1-3821306bf1f6</Guid>
- <Version>EDK_RELEASE_VERSION 0x00090000</Version>
- <Abstract>Memory-only library functions with no library constructor/destructor</Abstract>
- <Description>FIX ME!</Description>
- <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
- <License>
- All rights reserved. This program and the accompanying materials
- are licensed and made available under the terms and conditions of the BSD License
- which accompanies this distribution. The full text of the license may be found at
- http://opensource.org/licenses/bsd-license.php
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
- </License>
- <Created>2006-04-12 19:53</Created>
- <Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification>
- </MsaLibHeader>
- <LibraryClassDefinitions>
- <LibraryClass Usage="ALWAYS_PRODUCED">BaseMemoryLib</LibraryClass>
- <LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass>
- <LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass>
- </LibraryClassDefinitions>
- <SourceFiles>
- <Arch ArchType="IA32">
- <Filename>MemLibGuid.c</Filename>
- <Filename>CopyMemWrapper.c</Filename>
- <Filename>SetMemWrapper.c</Filename>
- <Filename>SetMem16Wrapper.c</Filename>
- <Filename>SetMem32Wrapper.c</Filename>
- <Filename>SetMem64Wrapper.c</Filename>
- <Filename>CompareMemWrapper.c</Filename>
- <Filename>ZeroMemWrapper.c</Filename>
- <Filename>ScanMem8Wrapper.c</Filename>
- <Filename>ScanMem16Wrapper.c</Filename>
- <Filename>ScanMem32Wrapper.c</Filename>
- <Filename>ScanMem64Wrapper.c</Filename>
- <Filename FileType="GCC_Assembly_Code">Ia32/CopyMem.s</Filename>
- <Filename FileType="GCC_Assembly_Code">Ia32/SetMem.s</Filename>
- <Filename FileType="GCC_Assembly_Code">Ia32/ZeroMem.s</Filename>
- <Filename FileType="GCC_Assembly_Code">Ia32/SetMem16.s</Filename>
- <Filename FileType="GCC_Assembly_Code">Ia32/SetMem32.s</Filename>
- <Filename FileType="GCC_Assembly_Code">Ia32/SetMem64.s</Filename>
- <Filename FileType="GCC_Assembly_Code">Ia32/CompareMem.s</Filename>
- <Filename FileType="GCC_Assembly_Code">Ia32/ScanMem8.s</Filename>
- <Filename FileType="GCC_Assembly_Code">Ia32/ScanMem16.s</Filename>
- <Filename FileType="GCC_Assembly_Code">Ia32/ScanMem32.s</Filename>
- <Filename FileType="GCC_Assembly_Code">Ia32/ScanMem64.s</Filename>
- </Arch>
- </SourceFiles>
- <Includes>
- <PackageName>MdePkg</PackageName>
- </Includes>
-</LibraryModuleSurfaceArea>