pre cutover push
This commit is contained in:
@ -4,7 +4,7 @@ compile insert repository_equates
|
||||
Date ???
|
||||
Purpose Equates for use with repository-based functions
|
||||
|
||||
Copyright (c) 1992-2022 Revelation Software. All rights reserved.
|
||||
Copyright (c) 1992-2024 Revelation Software. All rights reserved.
|
||||
|
||||
Comments
|
||||
========
|
||||
@ -12,36 +12,17 @@ compile insert repository_equates
|
||||
|
||||
Amended Date Reason
|
||||
======= ==== ======
|
||||
Mr C 15 May 24 Added SYSAPPS_QBFCLOSEONCLEAR$
|
||||
Mr C 08 Mar 24 Added SYSAPPS_UISTYLESHEET$
|
||||
bzs 04 Jan 24 Added GRES_TYPE_COMPLEX$
|
||||
Mr C 13 Nov 23 Added GRES_TYPE_NONE$
|
||||
Added SYSREPCLASSES_TYPEFAMILYID$
|
||||
Mr C 09 Sep 22 Added SYSAPPS ESERVER fields
|
||||
Mr C 27 Jul 22 Added SYSAPPS WEBVIEWCONFIG fields
|
||||
Mr C 14 Sep 21 Added SYSAPPS_FOCUSFGCOLOR$
|
||||
Mr C 25 Aug 20 Added SYSREPTYPES_CLASSHANDLERPROC$
|
||||
Added SYSREPTYPES_ENTHANDLERPROC$
|
||||
Added SYSREP_KEYFORMAT_ROW$
|
||||
Mr C 10 Oct 19 Added PUBLIC_DESC$
|
||||
Mr C 28 Sep 19 Added SYSAPPS_LOGON_TEMPLATE$
|
||||
MTR 04 Jun 19 Added Extended Math operators For Precision
|
||||
Mr C 10 Apr 18 Added SYSAPPS SYSTEM FOCUSSTYLES fields
|
||||
Mr C 04 Feb 18 Added SYSAPPS SHOWACCELERATORS field.
|
||||
Mr C 09 Nov 17 Updated SYSAPPS structure.
|
||||
Mr C 13 Sep 17 Added SYSBUILD values
|
||||
Mr C 30 Aug 17 Added REPSTATE_SCMPREFIX$
|
||||
Mr C 24 Aug 17 Expanded KeyFormat definitions
|
||||
Mr C 10 Aug 17 Added RTI_DSN_GENERIC preview handling fields
|
||||
Mr C 07 Aug 17 Added SCMPULL/PUSH LOG tokens
|
||||
bzs 22 May 17 Added support for specification of "utility" function
|
||||
in type info to call to handle GET_REPOS_xxx functions
|
||||
Mr C 21 Feb 17 Added PURGE log op.
|
||||
Mr C 31 Mar 16 Added SYSREP_KEYFORMAT_E_$
|
||||
Mr C 22 Feb 16 Added RDKEXTRACTSPEC types
|
||||
Mr C 11 Feb 16 Added 16x16 image fields
|
||||
Mr C 28 Jan 16 Added SYSREPCLASSES_DESIGNTOOL$
|
||||
Mr C 14 Mar 15 Added UTF8 fields to SYSAPPS equates
|
||||
Mr C 08 Mar 15 Added GETRDKEXTRACTSPEC equates
|
||||
Added SYSREPOSTYPES fields for RTI_IDE integration
|
||||
Mr C 26 Feb 15 Updated for more RDK/SCM mods
|
||||
Mr C 01 Feb 14 Updated for v10 with new SYSREPOSTYPES and
|
||||
SYSREPOSCLASSES columns.
|
||||
*/
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
@ -164,13 +145,14 @@ compile insert repository_equates
|
||||
equ GRES_TYPE_OS$ to "OS"
|
||||
equ GRES_TYPE_PROC$ to "PROC"
|
||||
equ GRES_TYPE_REPOS$ to "REPOS"
|
||||
equ GRES_TYPE_NONE$ to "NONE"
|
||||
equ GRES_TYPE_COMPLEX$ to "COMPLEX"
|
||||
|
||||
// GETRDKEXTRACTSPEC storage types
|
||||
equ GRES_STORAGE_LH$ to 0
|
||||
equ GRES_STORAGE_OS$ to 1
|
||||
|
||||
// SYSREPOSTYPES Key Formats
|
||||
|
||||
equ SYSREP_KEYFORMAT_ACE$ to "ACE" ; // App*Class*Ent (default)
|
||||
equ SYSREP_KEYFORMAT_ACE_DBG$ to "@ACE" ; // @App*Class*Ent (e.g OIEVENTDBG)
|
||||
equ SYSREP_KEYFORMAT_AE$ to "AE" ; // App*Ent
|
||||
@ -272,8 +254,9 @@ compile insert repository_equates
|
||||
equ SYSREPCLASSES_DESCRIPTION$ to 2
|
||||
equ SYSREPCLASSES_INFO$ to 3 ; // Deprecated
|
||||
equ SYSREPCLASSES_LOCATION$ to 4
|
||||
equ SYSREPCLASSES_STORAGE$ to 5
|
||||
equ SYSREPCLASSES_FAMILY$ to 6
|
||||
equ SYSREPCLASSES_STORAGE$ to 5 ; // SYSREPOSSTORAGE
|
||||
equ SYSREPCLASSES_FAMILY$ to 6 ; // Deprecated
|
||||
equ SYSREPCLASSES_TYPEFAMILYID$ to 6 ; // SYSREPOSTYPEFAMILIES
|
||||
equ SYSREPCLASSES_RESERVED_F7$ to 7
|
||||
equ SYSREPCLASSES_OIEDITOR$ to 8
|
||||
equ SYSREPCLASSES_FILTERMASK$ to 9
|
||||
@ -351,6 +334,8 @@ compile insert repository_equates
|
||||
equ SYSAPPS_ESERVER_WEB_PORT$ to 38
|
||||
equ SYSAPPS_ESERVER_CHAT_PORT$ to 39
|
||||
equ SYSAPPS_ESERVER_VDIR$ to 40
|
||||
equ SYSAPPS_UISTYLESHEET$ to 41
|
||||
equ SYSAPPS_QBFCLOSEONCLEAR$ to 42
|
||||
|
||||
// Defaults
|
||||
equ SYSAPPS_DEF_EP_MODE$ to 0 ; // FALSE$
|
||||
@ -361,3 +346,33 @@ compile insert repository_equates
|
||||
#endif
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
/*
|
||||
Lest we forget ...
|
||||
|
||||
Amended Date Reason
|
||||
======= ==== ======
|
||||
Mr C 10 Oct 19 Added PUBLIC_DESC$
|
||||
Mr C 28 Sep 19 Added SYSAPPS_LOGON_TEMPLATE$
|
||||
MTR 04 Jun 19 Added Extended Math operators For Precision
|
||||
Mr C 10 Apr 18 Added SYSAPPS SYSTEM FOCUSSTYLES fields
|
||||
Mr C 04 Feb 18 Added SYSAPPS SHOWACCELERATORS field.
|
||||
Mr C 09 Nov 17 Updated SYSAPPS structure.
|
||||
Mr C 13 Sep 17 Added SYSBUILD values
|
||||
Mr C 30 Aug 17 Added REPSTATE_SCMPREFIX$
|
||||
Mr C 24 Aug 17 Expanded KeyFormat definitions
|
||||
Mr C 10 Aug 17 Added RTI_DSN_GENERIC preview handling fields
|
||||
Mr C 07 Aug 17 Added SCMPULL/PUSH LOG tokens
|
||||
bzs 22 May 17 Added support for specification of "utility" function
|
||||
in type info to call to handle GET_REPOS_xxx functions
|
||||
Mr C 21 Feb 17 Added PURGE log op.
|
||||
Mr C 31 Mar 16 Added SYSREP_KEYFORMAT_E_$
|
||||
Mr C 22 Feb 16 Added RDKEXTRACTSPEC types
|
||||
Mr C 11 Feb 16 Added 16x16 image fields
|
||||
Mr C 28 Jan 16 Added SYSREPCLASSES_DESIGNTOOL$
|
||||
Mr C 14 Mar 15 Added UTF8 fields to SYSAPPS equates
|
||||
Mr C 08 Mar 15 Added GETRDKEXTRACTSPEC equates
|
||||
Added SYSREPOSTYPES fields for RTI_IDE integration
|
||||
Mr C 26 Feb 15 Updated for more RDK/SCM mods
|
||||
Mr C 01 Feb 14 Updated for v10 with new SYSREPOSTYPES and
|
||||
SYSREPOSCLASSES columns.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user