added sysprog entities

This commit is contained in:
Infineon\StieberD
2024-03-25 15:17:34 -07:00
parent 600a8e1f61
commit 3a6a2b6b5b
1028 changed files with 171660 additions and 0 deletions

View File

@ -0,0 +1,30 @@
compile insert UserRec_equates
*****************************************************************************
*
* Product : OI
* Poject : OI/RDK
* Release : 4.1.2
*
* Name : UserRec_equates
*
* History (Date, Initials, Notes)
* 11/08/02 mtr New Insert for all UserRec pieces
*
*****************************************************************************
EQU USERREC_PREFIX$ TO "USR_"
EQU USERREC_USERID$ TO 1 ;* Field 1 in the User Record
EQU USERREC_INFO$ TO 2 ;* Field 2 in the User Record
EQU USERREC_ADMIN$ TO 1 ;* SUbValue 1 in Field 2 in the User Record
* MTR
EQU USERREC_EXPIRVAL$ TO 2 ;* SubValue 2 in Field 2 in the User Record
EQU USERREC_EXPIRDATE$ TO 3 ;* SUbValue 3 in Field 2 in the User Record
EQU USERREC_PASSWORD$ TO 3 ;* Field 3 in the User Record
EQU PASSBLOCK_LEN$ TO 43