DoNotUse.dec 953 B

123456789101112131415161718192021222324252627282930313233343536
  1. ## @file
  2. #
  3. # Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
  4. #
  5. # This program and the accompanying materials are licensed and made available under
  6. # the terms and conditions of the BSD License which accompanies this distribution.
  7. # The full text of the license may be found at
  8. # http://opensource.org/licenses/bsd-license.
  9. #
  10. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  12. ##
  13. [Defines]
  14. DEC_SPECIFICATION = 0x00010005
  15. PACKAGE_NAME = StdLibPrivateInternalFiles
  16. PACKAGE_GUID = 25e23884-dc26-42c3-bd27-40e99f7d866b
  17. PACKAGE_VERSION = 0.01
  18. [Includes]
  19. Include
  20. [Includes.IA32]
  21. Include/Ia32
  22. [Includes.X64]
  23. Include/X64
  24. [Includes.ARM]
  25. Include/Arm
  26. [Includes.AARCH64]
  27. # Use the ARM headers for now.
  28. Include/Arm