FatPkg.dec 1.0 KB

1234567891011121314151617181920212223242526272829
  1. #/** @file
  2. #
  3. # FAT Package
  4. #
  5. # FAT 32 Driver
  6. # Copyright (c) 2007, Intel Corporation.
  7. #
  8. # This program and the accompanying materials are licensed and made available
  9. # under the terms and conditions of the BSD License which accompanies this
  10. # distribution. The full text of the license may be found at
  11. # http://opensource.org/licenses/bsd-license.php
  12. #
  13. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  14. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  15. #
  16. #**/
  17. [Defines]
  18. DEC_VERSION = 0x00010005
  19. PACKAGE_NAME = FatPkg
  20. PACKAGE_GUID = 8EA68A2C-99CB-4332-85C6-DD5864EAA674
  21. [PcdsFeatureFlag.common]
  22. gEfiFatPkgTokenSpaceGuid.PcdUnicodeCollationSupport|TRUE|BOOLEAN|0x00010001
  23. gEfiFatPkgTokenSpaceGuid.PcdUnicodeCollation2Support|TRUE|BOOLEAN|0x00010002
  24. [Guids.common]
  25. gEfiFatPkgTokenSpaceGuid = {0xc8e92dba, 0x1d92, 0x411f, {0xae, 0xa, 0x1d, 0xbe, 0xd8, 0xf1, 0x32, 0x99}};