X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/80e2389990082500d76eb566d4946be3e786c3ef..d8f41ccd20de16f8ebe2ccc84d47bf1cb2b26bbb:/utilities/SecurityTool/security_tool_commands_table.h diff --git a/utilities/SecurityTool/security_tool_commands_table.h b/utilities/SecurityTool/security_tool_commands_table.h deleted file mode 100644 index c44ce69f..00000000 --- a/utilities/SecurityTool/security_tool_commands_table.h +++ /dev/null @@ -1,29 +0,0 @@ -// -// security_tool_commands_table.h -// utilities -// -// Created by J Osborne on 1/11/13. -// Copyright (c) 2013 Apple Inc. All rights reserved. -// - - -// This is included to make SECURITY_COMMAND macros result in table of -// commands for use in SecurityTool - -#undef SECURITY_COMMAND -#undef SECURITY_COMMAND_IOS -#undef SECURITY_COMMAND_MAC -#define SECURITY_COMMAND(name, function, parameters, description) { name, function, parameters, description }, - -#if TARGET_OS_EMBEDDED -#define SECURITY_COMMAND_IOS(name, function, parameters, description) { name, function, parameters, description }, -#else -#define SECURITY_COMMAND_IOS(name, function, parameters, description) { name, command_not_on_this_platform, "", "Not avilable on this platform" }, -#endif - -#if (TARGET_OS_MAC && !(TARGET_OS_EMBEDDED || TARGET_OS_IPHONE)) -#define SECURITY_COMMAND_MAC(name, function, parameters, description) { name, function, parameters, description }, -#else -#define SECURITY_COMMAND_MAC(name, function, parameters, description) { name, command_not_on_this_platform, "", "Not avilable on this platform" }, -#endif -