diff options
author | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
---|---|---|
committer | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
commit | b7c51c9cf4864df6aabb99a1ae843becd577237c (patch) | |
tree | eebe9b0d0ca03062955223097e57da84dd618b9a /EDK/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.sdl | |
download | zprj-b7c51c9cf4864df6aabb99a1ae843becd577237c.tar.xz |
Diffstat (limited to 'EDK/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.sdl')
-rw-r--r-- | EDK/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.sdl | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/EDK/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.sdl b/EDK/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.sdl new file mode 100644 index 0000000..9c3fc8d --- /dev/null +++ b/EDK/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.sdl @@ -0,0 +1,26 @@ +TOKEN + Name = "EfiDriverLib_SUPPORT" + Value = "1" + Help = "Main switch to enable EfiDriverLib support in Project" + TokenType = Boolean + TargetEQU = Yes + TargetMAK = Yes + Master = Yes +End + +TOKEN + Name = "EFIDRIVERLIB" + Value = "$(BUILD_DIR)\EfiDriverLib.lib" + TokenType = Expression + TargetMAK = Yes +End + +PATH + Name = "EfiDriverLib_DIR" +End + +MODULE + Help = "Includes EfiDriverLib.mak to Project" + File = "EfiDriverLib.mak" +End + |