]> git.proxmox.com Git - mirror_edk2.git/blob - FatPkg/FatPkg.dec
Update for library instance renaming Fix typo in token space GUID
[mirror_edk2.git] / FatPkg / FatPkg.dec
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
18 [Defines]
19 DEC_VERSION = 0x00010005
20 PACKAGE_NAME = FatPkg
21 PACKAGE_GUID = 8EA68A2C-99CB-4332-85C6-DD5864EAA674
22
23 [PcdsFeatureFlag.common]
24 gEfiFatPkgTokenSpaceGuid.PcdUnicodeCollationSupport|TRUE|BOOLEAN|0x00010001
25 gEfiFatPkgTokenSpaceGuid.PcdUnicodeCollation2Support|TRUE|BOOLEAN|0x00010002
26
27 [Guids.common]
28 gEfiFatPkgTokenSpaceGuid = {0xc8e92dba, 0x1d92, 0x411f, {0xae, 0xa, 0x1d, 0xbe, 0xd8, 0xf1, 0x32, 0x99}}
29