Update Device Path Module to use PCD Feature Flags to determine of the Device Path To Text and Text To Device Path Protocols are produced or not.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1572 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -21,23 +21,8 @@ Abstract:
|
||||
#ifndef _DEVICE_PATH_DRIVER_H
|
||||
#define _DEVICE_PATH_DRIVER_H
|
||||
|
||||
extern EFI_GUID mEfiDevicePathMessagingUartFlowControlGuid;
|
||||
extern EFI_GUID mEfiDevicePathMessagingSASGuid;
|
||||
|
||||
#define DEVICE_PATH_DRIVER_SIGNATURE EFI_SIGNATURE_32 ('D', 'P', 'D', 'V')
|
||||
|
||||
typedef struct {
|
||||
|
||||
UINT32 Signature;
|
||||
EFI_HANDLE Handle;
|
||||
//
|
||||
// Produced protocols
|
||||
//
|
||||
EFI_DEVICE_PATH_UTILITIES_PROTOCOL DevicePathUtilities;
|
||||
EFI_DEVICE_PATH_FROM_TEXT_PROTOCOL DevicePathFromText;
|
||||
EFI_DEVICE_PATH_TO_TEXT_PROTOCOL DevicePathToText;
|
||||
|
||||
} DEVICE_PATH_DRIVER_PRIVATE_DATA;
|
||||
extern const EFI_GUID mEfiDevicePathMessagingUartFlowControlGuid;
|
||||
extern const EFI_GUID mEfiDevicePathMessagingSASGuid;
|
||||
|
||||
#define MAX_CHAR 480
|
||||
|
||||
|
Reference in New Issue
Block a user