From b7c51c9cf4864df6aabb99a1ae843becd577237c Mon Sep 17 00:00:00 2001 From: raywu Date: Fri, 15 Jun 2018 00:00:50 +0800 Subject: init. 1AQQW051 --- .../Library/Dxe/Graphics/GraphicsLib.sdl | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 EDK/Foundation/Library/Dxe/Graphics/GraphicsLib.sdl (limited to 'EDK/Foundation/Library/Dxe/Graphics/GraphicsLib.sdl') diff --git a/EDK/Foundation/Library/Dxe/Graphics/GraphicsLib.sdl b/EDK/Foundation/Library/Dxe/Graphics/GraphicsLib.sdl new file mode 100644 index 0000000..45b0fcb --- /dev/null +++ b/EDK/Foundation/Library/Dxe/Graphics/GraphicsLib.sdl @@ -0,0 +1,26 @@ +TOKEN + Name = "GraphicsLib_SUPPORT" + Value = "1" + Help = "Main switch to enable GraphicsLib support in Project" + TokenType = Boolean + TargetEQU = Yes + TargetMAK = Yes + Master = Yes +End + +TOKEN + Name = "GRAPHICSLIB" + Value = "$(BUILD_DIR)\GraphicsLib.lib" + TokenType = Expression + TargetMAK = Yes +End + +PATH + Name = "GraphicsLib_DIR" +End + +MODULE + Help = "Includes GraphicsLib.mak to Project" + File = "GraphicsLib.mak" +End + -- cgit v1.2.3