From 4e7ea02ed492a1fc0b167392361673244f957cce Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 3 Nov 2024 19:58:43 +0100 Subject: IMP: Refactor btb rules of SysChk, NetBoot and MakeFramework/MakeApp. IMP: Rename tools directory to apps. Signed-off-by: Amlal El Mahrouss --- apps/Framework.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 apps/Framework.h (limited to 'apps/Framework.h') diff --git a/apps/Framework.h b/apps/Framework.h new file mode 100644 index 00000000..bc66658c --- /dev/null +++ b/apps/Framework.h @@ -0,0 +1,16 @@ +/** + Thu Oct 17 07:57:43 CEST 2024 + (C) EL Mahrouss Logic. +*/ + +#ifndef TOOLS_FRAMEWORK_H +#define TOOLS_FRAMEWORK_H + +#include + +#define kExecDirectory "ZKA/Exec/" +#define kRootDirectory "ZKA/" +#define kFKExtension ".fwrk" +#define kAppExtension ".app" + +#endif // !TOOLS_FRAMEWORK_H -- cgit v1.2.3