summaryrefslogtreecommitdiffstats
path: root/Vlv2TbltDevicePkg/FmpRedSampleDevice.dsc
diff options
context:
space:
mode:
authorMichael D Kinney <michael.d.kinney@intel.com>2019-05-09 20:42:03 -0700
committerMichael D Kinney <michael.d.kinney@intel.com>2019-05-13 15:30:42 -0700
commit5347c48016f27061475fdb053e867a06ce73492f (patch)
treedf7f0a2746d0f2ef4727a122614b7e6a0a8074a5 /Vlv2TbltDevicePkg/FmpRedSampleDevice.dsc
parent96ef5a8e30a8da33eaab09f13cc8d752342717a5 (diff)
downloadedk2-5347c48016f27061475fdb053e867a06ce73492f.tar.gz
edk2-5347c48016f27061475fdb053e867a06ce73492f.tar.bz2
edk2-5347c48016f27061475fdb053e867a06ce73492f.zip
edk2: Remove packages moved to edk2-platforms
https://bugzilla.tianocore.org/show_bug.cgi?id=1467 https://bugzilla.tianocore.org/show_bug.cgi?id=1374 https://bugzilla.tianocore.org/show_bug.cgi?id=1793 Remove the following packages that have been imported to edk2-platforms/master * Omap35xxPkg * BeagleBoardPkg * QuarkSocPkg * QuarkPlatformPkg * Vlv2DeviceRefCodePkg * Vlv2TbltDevicePkg * OptionRomPkg Cc: Zailiang Sun <zailiang.sun@intel.com> Cc: Yi Qian <yi.qian@intel.com> Cc: Kelly Steele <kelly.steele@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Michael Kubacki <michael.a.kubacki@intel.com> Cc: Leif Lindholm <leif.lindholm@linaro.org> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org> Reviewed-by: Michael Kubacki <michael.a.kubacki@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com> Reviewed-by: Zailiang Sun <zailiang.sun@intel.com> Reviewed-by: Kelly Steele <kelly.steele@intel.com>
Diffstat (limited to 'Vlv2TbltDevicePkg/FmpRedSampleDevice.dsc')
-rw-r--r--Vlv2TbltDevicePkg/FmpRedSampleDevice.dsc55
1 files changed, 0 insertions, 55 deletions
diff --git a/Vlv2TbltDevicePkg/FmpRedSampleDevice.dsc b/Vlv2TbltDevicePkg/FmpRedSampleDevice.dsc
deleted file mode 100644
index 59851f2b41..0000000000
--- a/Vlv2TbltDevicePkg/FmpRedSampleDevice.dsc
+++ /dev/null
@@ -1,55 +0,0 @@
-#/** @file
-# FmpDxe driver for Red Sample device firmware update.
-#
-# Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
-#
-# SPDX-License-Identifier: BSD-2-Clause-Patent
-#
-#
-#**/
-
- FmpDevicePkg/FmpDxe/FmpDxe.inf {
- <Defines>
- #
- # ESRT and FMP GUID for sample device capsule update
- #
- FILE_GUID = $(FMP_RED_SAMPLE_DEVICE)
- <PcdsFixedAtBuild>
- #
- # Unicode name string that is used to populate FMP Image Descriptor for this capsule update module
- #
- gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceImageIdName|L"Sample Firmware Device"
-
- #
- # ESRT and FMP Lowest Support Version for this capsule update module
- # 000.000.000.000
- #
- gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceBuildTimeLowestSupportedVersion|0x00000000
-
- gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceProgressWatchdogTimeInSeconds|2
-
- #
- # Capsule Update Progress Bar Color. Set to Blue (RGB) (255, 0, 0)
- #
- gFmpDevicePkgTokenSpaceGuid.PcdFmpDeviceProgressColor|0x00FF0000
-
- #
- # Certificates used to authenticate capsule update image
- #
- !include Vlv2TbltDevicePkg/FmpCertificate.dsc
-
- <LibraryClasses>
- #
- # Generic libraries that are used "as is" by all FMP modules
- #
- FmpPayloadHeaderLib|FmpDevicePkg/Library/FmpPayloadHeaderLibV1/FmpPayloadHeaderLibV1.inf
- FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf
- #
- # Platform specific capsule policy library
- #
- CapsuleUpdatePolicyLib|FmpDevicePkg/Library/CapsuleUpdatePolicyLibNull/CapsuleUpdatePolicyLibNull.inf
- #
- # Device specific library that processes a capsule and updates the FW storage device
- #
- FmpDeviceLib|Vlv2TbltDevicePkg/Feature/Capsule/Library/FmpDeviceLibSample/FmpDeviceLib.inf
- }