From b7c51c9cf4864df6aabb99a1ae843becd577237c Mon Sep 17 00:00:00 2001 From: raywu Date: Fri, 15 Jun 2018 00:00:50 +0800 Subject: init. 1AQQW051 --- Core/EM/FastBoot/FastBootOption/FastBootOption.sdl | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 Core/EM/FastBoot/FastBootOption/FastBootOption.sdl (limited to 'Core/EM/FastBoot/FastBootOption/FastBootOption.sdl') diff --git a/Core/EM/FastBoot/FastBootOption/FastBootOption.sdl b/Core/EM/FastBoot/FastBootOption/FastBootOption.sdl new file mode 100644 index 0000000..3e478b4 --- /dev/null +++ b/Core/EM/FastBoot/FastBootOption/FastBootOption.sdl @@ -0,0 +1,40 @@ +TOKEN + Name = "FastBootOption_SUPPORT" + Value = "1" + Help = "Main switch to enable FastBootOption support in Project" + TokenType = Boolean + TargetEQU = Yes + TargetMAK = Yes + TargetH = Yes + Master = Yes + Token = "CORE_COMBINED_VERSION" ">=" "0x040281" +End + + +PATH + Name = "FastBootOption_DIR" +End + +MODULE + Help = "Includes FastBootOption.mak to Project" + File = "FastBootOption.mak" +End + +ELINK + Name = "$(BUILD_DIR)\FastBootOption.ffs" + Parent = "FV_MAIN" + Token = "FastBootOption_SUPPORT" "=" "1" + InvokeOrder = AfterParent +End + +ELINK + Name = "RemoveFastBootOption," + Parent = "ReadBootOptions," + InvokeOrder = AfterParent +End + +ELINK + Name = "SetBootNextBootOption," + Parent = "SaveBootOptions," + InvokeOrder = BeforeParent +End \ No newline at end of file -- cgit v1.2.3