]>
Commit | Line | Data |
---|---|---|
6bfbb5f0 | 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 | |
9d76963b | 5 | # Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r |
348e2678 | 6 | #\r |
348e2678 | 7 | # This program and the accompanying materials are licensed and made available \r |
8 | # under the terms and conditions of the BSD License which accompanies this distribution.\r | |
9 | # The full text of the license may be found at http://opensource.org/licenses/bsd-license.php\r | |
10 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES\r | |
11 | # OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r | |
12 | #\r | |
6bfbb5f0 | 13 | ##\r |
348e2678 | 14 | \r |
15 | \r | |
16 | ################################################################################\r | |
17 | #\r | |
18 | # Defines Section - statements that will be processed to create a Makefile.\r | |
19 | #\r | |
20 | ################################################################################\r | |
21 | \r | |
22 | [Defines]\r | |
23 | DEC_SPECIFICATION = 0x00010005\r | |
24 | PACKAGE_NAME = FatBinPkg\r | |
25 | PACKAGE_GUID = EEAC1173-A27D-4c1a-958F-0A7F21C0FFA0\r | |
26 | PACKAGE_VERSION = 0.1\r | |
27 | \r |