]>
Commit | Line | Data |
---|---|---|
1 | ## @file\r | |
2 | #\r | |
3 | # FAT Package\r | |
4 | #\r | |
5 | # FAT 32 Driver\r | |
6 | # Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r | |
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 | |
16 | ##\r | |
17 | \r | |
18 | [Defines]\r | |
19 | DEC_SPECIFICATION = 0x00010005\r | |
20 | PACKAGE_NAME = FatPkg\r | |
21 | PACKAGE_UNI_FILE = FatPkg.uni\r | |
22 | PACKAGE_GUID = 8EA68A2C-99CB-4332-85C6-DD5864EAA674\r | |
23 | PACKAGE_VERSION = 0.3\r | |
24 | \r | |
25 | [UserExtensions.TianoCore."ExtraFiles"]\r | |
26 | FatPkgExtra.uni\r |