in x64Variable.dxs, Add the FTW protocol into variable's dependency expression, because FTW services are used by this driver. FTW dependency appears in IA32 dxs file and should also show up in X64 dxs file.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1895 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
mikewuping 2006-11-03 07:33:44 +00:00
parent cc7d86f0ea
commit b53fedc961
1 changed files with 3 additions and 1 deletions

View File

@ -22,5 +22,7 @@ Abstract:
#include "DxeDepex.h"
DEPENDENCY_START
EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL_GUID AND EFI_ALTERNATE_FV_BLOCK_GUID
EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL_GUID AND
EFI_ALTERNATE_FV_BLOCK_GUID AND
EFI_FTW_LITE_PROTOCOL_GUID
DEPENDENCY_END