348e2678 |
1 | #/** @file\r |
3a0d5660 |
2 | # This package provides binary device drivers to support the FAT32 file system. This package is separated from other packages because it uses a different license. \r |
348e2678 |
3 | #\r |
4 | # This package provides FAT drivers which are not licensed under BSD.\r |
5 | # Copyright (c) 2007, Intel Corporation.\r |
6 | #\r |
7 | # All rights reserved.\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 distribution.\r |
10 | # The full text of the license may be found at http://opensource.org/licenses/bsd-license.php\r |
11 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES\r |
12 | # OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r |
13 | #\r |
14 | #**/\r |
15 | \r |
16 | \r |
17 | ################################################################################\r |
18 | #\r |
19 | # Defines Section - statements that will be processed to create a Makefile.\r |
20 | #\r |
21 | ################################################################################\r |
22 | \r |
23 | [Defines]\r |
24 | DEC_SPECIFICATION = 0x00010005\r |
25 | PACKAGE_NAME = FatBinPkg\r |
26 | PACKAGE_GUID = EEAC1173-A27D-4c1a-958F-0A7F21C0FFA0\r |
27 | PACKAGE_VERSION = 0.1\r |
28 | \r |