mirror of https://github.com/acidanthera/audk.git
Update FatPkg revision from 0.2 to 0.3.
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> (based on FatPkg commit f0a12e6d53b36dfa78acd28eeb5221ce9b45ba3a) [jordan.l.justen@intel.com: Use script to relicense to 2-clause BSD] Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Acked-by: Mark Doran <mark.doran@intel.com> Acked-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
parent
b6efb80ad0
commit
3b33945382
|
@ -3,7 +3,7 @@
|
|||
# FAT Package
|
||||
#
|
||||
# FAT 32 Driver
|
||||
# Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||
# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
|
||||
#
|
||||
# This program and the accompanying materials are licensed and made available
|
||||
# under the terms and conditions of the BSD License which accompanies this
|
||||
|
@ -19,4 +19,4 @@
|
|||
DEC_SPECIFICATION = 0x00010005
|
||||
PACKAGE_NAME = FatPkg
|
||||
PACKAGE_GUID = 8EA68A2C-99CB-4332-85C6-DD5864EAA674
|
||||
PACKAGE_VERSION = 0.2
|
||||
PACKAGE_VERSION = 0.3
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
[Defines]
|
||||
PLATFORM_NAME = Fat
|
||||
PLATFORM_GUID = 25b55dbc-9d0b-4a32-80da-46e1273d622c
|
||||
PLATFORM_VERSION = 0.2
|
||||
PLATFORM_VERSION = 0.3
|
||||
DSC_SPECIFICATION = 0x00010005
|
||||
SUPPORTED_ARCHITECTURES = IA32|X64|IPF|EBC|ARM|AARCH64
|
||||
OUTPUT_DIRECTORY = Build/Fat
|
||||
|
|
Loading…
Reference in New Issue