2010-02-24 03:28:56 +01:00
|
|
|
## @file
|
2007-12-20 10:16:45 +01:00
|
|
|
# FAT Package
|
|
|
|
#
|
2010-04-26 03:24:39 +02:00
|
|
|
# FAT 32 Driver
|
2014-01-10 08:17:13 +01:00
|
|
|
# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
|
2007-12-20 10:16:45 +01:00
|
|
|
#
|
|
|
|
# This program and the accompanying materials are licensed and made available
|
|
|
|
# under the terms and conditions of the BSD License which accompanies this
|
|
|
|
# distribution. The full text of the license may be found at
|
|
|
|
# http://opensource.org/licenses/bsd-license.php
|
|
|
|
#
|
|
|
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
|
|
#
|
2010-02-24 03:28:56 +01:00
|
|
|
##
|
2007-12-20 10:16:45 +01:00
|
|
|
|
|
|
|
[Defines]
|
2011-06-28 04:06:15 +02:00
|
|
|
DEC_SPECIFICATION = 0x00010005
|
2007-12-20 10:16:45 +01:00
|
|
|
PACKAGE_NAME = FatPkg
|
2014-08-28 08:41:06 +02:00
|
|
|
PACKAGE_UNI_FILE = FatPkg.uni
|
2007-12-20 10:16:45 +01:00
|
|
|
PACKAGE_GUID = 8EA68A2C-99CB-4332-85C6-DD5864EAA674
|
2014-01-10 08:17:13 +01:00
|
|
|
PACKAGE_VERSION = 0.3
|
2014-08-28 08:41:06 +02:00
|
|
|
|
|
|
|
[UserExtensions.TianoCore."ExtraFiles"]
|
|
|
|
FatPkgExtra.uni
|