diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb index 0a09e44..d4db850 100644 Binary files a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb and b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb differ diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.suo b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.suo index 991ac1b..b6f1d10 100644 Binary files a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.suo and b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.suo differ diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Debug/BuildLog.htm b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Debug/BuildLog.htm index a9cd8cf..7565fd5 100644 Binary files a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Debug/BuildLog.htm and b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Debug/BuildLog.htm differ diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form_srl.cpp b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form_srl.cpp index 870839e..6baf3ce 100644 --- a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form_srl.cpp +++ b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Form_srl.cpp @@ -187,19 +187,19 @@ void Form1::setSrlForms(void) } if( this->hSrl->IsAesSlotBForJpegEnc == true ) { - acc += "AES-SlotB(Jpeg Launcher).\r\n"; + acc += "Jpeg Signature for the Launcher.\r\n"; } if( this->hSrl->IsAesSlotBForJpegEncUser == true ) { - acc += "AES-SlotB(Jpeg User).\r\n"; + acc += "Jpeg Signature.\r\n"; } if( this->hSrl->IsAesSlotAForSSL == true ) { - acc += "AES-SlotA(SSL).\r\n"; + acc += "AES-SlotA(SSL Client Cert).\r\n"; } if( this->hSrl->IsCommonClientKeyForDebugger == true ) { - acc += "commonClientKey(Debugger).\r\n"; + acc += "commonClientKey(Debugger System Menu).\r\n"; } this->tboxAccessOther->Text = acc; diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/deliverable.cpp b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/deliverable.cpp index 8082cea..919deaf 100644 --- a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/deliverable.cpp +++ b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/deliverable.cpp @@ -108,19 +108,19 @@ ECDeliverableResult RCDeliverable::writeSpreadsheet( } if( hSrl->IsAesSlotBForJpegEnc ) { - access += "AES-SlotB(Jpeg Launcher). "; + access += "JpegSign for the Launcher. "; } if( hSrl->IsAesSlotBForJpegEncUser ) { - access += "AES-SlotB(Jpeg User). "; + access += "JpegSign. "; } if( hSrl->IsAesSlotAForSSL ) { - access += "AES-SlotA(SSL). "; + access += "AES-SlotA(SSL Client Cert). "; } if( hSrl->IsCommonClientKeyForDebugger ) { - access += "commonClientKey(Debugger). "; + access += "commonClientKey(Debugger System Menu). "; } // 使用ライセンス diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/srl_mrc.cpp b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/srl_mrc.cpp index 7933e0aa..d2cb7f7 100644 --- a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/srl_mrc.cpp +++ b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/srl_mrc.cpp @@ -679,7 +679,7 @@ void RCSrl::mrcAccessControl(FILE *fp) (this->pRomHeader->s.access_control.sd_card_access == 0) && (this->pRomHeader->s.access_control.hw_aes_slot_B_SignJPEGForUser != 0) ) { - this->hWarnList->Add( this->makeMrcError("JpegSignAccessUserNand") ); + this->hErrorList->Add( this->makeMrcError("JpegSignAccessUserNand") ); } }