diff options
author | Jiewen Yao <jiewen.yao@intel.com> | 2016-11-11 16:57:48 +0800 |
---|---|---|
committer | Jiewen Yao <jiewen.yao@intel.com> | 2016-11-15 12:38:52 +0800 |
commit | 7c7453b5d6302227264b096b528ba9461b2a68d4 (patch) | |
tree | 1078d12db021a8e84a3f7b43c7376c2949087556 | |
parent | 268d344557c38198d34359b50532df343bada5f1 (diff) | |
download | edk2-platforms-7c7453b5d6302227264b096b528ba9461b2a68d4.tar.xz |
MdeModulePkg/CapsuleApp: remove unused definition.
remove EFI_CAPSULE_FROM_FILE_DIR
remove EFI_OS_INDICATIONS_FILE_CAPSULE_DELIVERY_SUPPORTED.
no one uses them.
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Feng Tian <feng.tian@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
-rw-r--r-- | MdeModulePkg/Application/CapsuleApp/CapsuleApp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/MdeModulePkg/Application/CapsuleApp/CapsuleApp.c b/MdeModulePkg/Application/CapsuleApp/CapsuleApp.c index 81a98ae705..23672ae47b 100644 --- a/MdeModulePkg/Application/CapsuleApp/CapsuleApp.c +++ b/MdeModulePkg/Application/CapsuleApp/CapsuleApp.c @@ -38,9 +38,6 @@ #define SYSTEM_FIRMWARE_FLAG 0x50000
#define DEVICE_FIRMWARE_FLAG 0x78010
-#define EFI_CAPSULE_FROM_FILE_DIR L"\\EFI\\UpdateCapsule\\"
-#define EFI_OS_INDICATIONS_FILE_CAPSULE_DELIVERY_SUPPORTED 0x0000000000000004
-
#define MAJOR_VERSION 1
#define MINOR_VERSION 0
|