]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg/CapsuleApp: remove unused definition.
authorJiewen Yao <jiewen.yao@intel.com>
Fri, 11 Nov 2016 08:57:48 +0000 (16:57 +0800)
committerJiewen Yao <jiewen.yao@intel.com>
Tue, 15 Nov 2016 04:38:52 +0000 (12:38 +0800)
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>
MdeModulePkg/Application/CapsuleApp/CapsuleApp.c

index 81a98ae705286bb1b64b3fab85e59f8e18e152f7..23672ae47ba7ba909241d9c4a83bd6f9b35152e0 100644 (file)
@@ -38,9 +38,6 @@
 #define SYSTEM_FIRMWARE_FLAG 0x50000\r
 #define DEVICE_FIRMWARE_FLAG 0x78010\r
 \r
-#define EFI_CAPSULE_FROM_FILE_DIR                           L"\\EFI\\UpdateCapsule\\"\r
-#define EFI_OS_INDICATIONS_FILE_CAPSULE_DELIVERY_SUPPORTED  0x0000000000000004\r
-\r
 #define MAJOR_VERSION   1\r
 #define MINOR_VERSION   0\r
 \r