85 {_K("trace"), 1, 1, EKeywordTrace, "(ROMBUILD activity trace flags)"}, |
85 {_K("trace"), 1, 1, EKeywordTrace, "(ROMBUILD activity trace flags)"}, |
86 {_K("filecompress"),2, -2,EKeywordFileCompress,"Non-XIP Executable to be loaded into the ROM compressed" }, |
86 {_K("filecompress"),2, -2,EKeywordFileCompress,"Non-XIP Executable to be loaded into the ROM compressed" }, |
87 {_K("fileuncompress"),2, -2,EKeywordFileUncompress,"Non-XIP Executable to be loaded into the ROM uncompressed" }, |
87 {_K("fileuncompress"),2, -2,EKeywordFileUncompress,"Non-XIP Executable to be loaded into the ROM uncompressed" }, |
88 {_K("patchdata"),2, 5,EKeywordPatchDllData, "Patch exported data"}, |
88 {_K("patchdata"),2, 5,EKeywordPatchDllData, "Patch exported data"}, |
89 {_K("imagename"), 1, 1, EKeywordSmrImageName, "output file for SMR image"}, |
89 {_K("imagename"), 1, 1, EKeywordSmrImageName, "output file for SMR image"}, |
90 {_K("hcrdata"), 1, 1, EKeywordSmrFileData, "file data for HCR SMR image"}, |
90 {_K("smrdata"), 1, 1, EKeywordSmrFileData, "file data for SMR image"}, |
91 {_K("formatversion"), 1, 1, EKeywordSmrFormatVersion, "format version for HCR SMR image"}, |
91 {_K("formatversion"), 1, 1, EKeywordSmrFormatVersion, "format version for HCR SMR image"}, |
92 {_K("payloadflags"), 1, 1, EKeywordSmrFlags, "payload flags for the HCR SMR image"}, |
92 {_K("payloadflags"), 1, 1, EKeywordSmrFlags, "payload flags for the HCR SMR image"}, |
93 {_K("payloaduid"), 1, 1, EKeywordSmrUID, "payload UID for the HCR SMR image"}, |
93 {_K("payloaduid"), 1, 1, EKeywordSmrUID, "payload UID for the HCR SMR image"}, |
94 {0,0,0,0,EKeywordNone,""} |
94 {0,0,0,0,EKeywordNone,""} |
95 }; |
95 }; |