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/PrintLite/PrintLibLite.sdl | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 EDK/Foundation/Library/Dxe/PrintLite/PrintLibLite.sdl (limited to 'EDK/Foundation/Library/Dxe/PrintLite/PrintLibLite.sdl') diff --git a/EDK/Foundation/Library/Dxe/PrintLite/PrintLibLite.sdl b/EDK/Foundation/Library/Dxe/PrintLite/PrintLibLite.sdl new file mode 100644 index 0000000..c41267d --- /dev/null +++ b/EDK/Foundation/Library/Dxe/PrintLite/PrintLibLite.sdl @@ -0,0 +1,26 @@ +TOKEN + Name = "PrintLibLite_SUPPORT" + Value = "1" + Help = "Main switch to enable PrintLibLite support in Project" + TokenType = Boolean + TargetEQU = Yes + TargetMAK = Yes + Master = Yes +End + +TOKEN + Name = "PRINTLIBLITE" + Value = "$(BUILD_DIR)\PrintLibLite.lib" + TokenType = Expression + TargetMAK = Yes +End + +PATH + Name = "PrintLibLite_DIR" +End + +MODULE + Help = "Includes PrintLibLite.mak to Project" + File = "PrintLibLite.mak" +End + -- cgit v1.2.3