]>
Commit | Line | Data |
---|---|---|
5c8a5490 | 1 | ## @file\r |
b9ec9330 QH |
2 | #\r |
3 | # FAT Package\r | |
4 | #\r | |
6163cc98 | 5 | # FAT 32 Driver\r |
3b339453 | 6 | # Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r |
b9ec9330 QH |
7 | #\r |
8 | # This program and the accompanying materials are licensed and made available\r | |
9 | # under the terms and conditions of the BSD License which accompanies this\r | |
10 | # distribution. The full text of the license may be found at\r | |
11 | # http://opensource.org/licenses/bsd-license.php\r | |
12 | #\r | |
13 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r | |
14 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r | |
15 | #\r | |
5c8a5490 | 16 | ##\r |
b9ec9330 QH |
17 | \r |
18 | [Defines]\r | |
43ba7907 | 19 | DEC_SPECIFICATION = 0x00010005\r |
b9ec9330 | 20 | PACKAGE_NAME = FatPkg\r |
51a7ddc5 | 21 | PACKAGE_UNI_FILE = FatPkg.uni\r |
b9ec9330 | 22 | PACKAGE_GUID = 8EA68A2C-99CB-4332-85C6-DD5864EAA674\r |
3b339453 | 23 | PACKAGE_VERSION = 0.3\r |
51a7ddc5 SQ |
24 | \r |
25 | [UserExtensions.TianoCore."ExtraFiles"]\r | |
26 | FatPkgExtra.uni\r |