--******************************************************************************************************************** -- Created: 3-Jan-2006 15:48:07 by OpenVMS SDL EV2-1 -- Source: 03-JAN-2006 15:48:07 CDD$IA64_72:[CODE]CDDTAGPROG.SDL;1 --******************************************************************************************************************** with SYSTEM; use SYSTEM; with STARLET; use STARLET; with CONDITION_HANDLING; use CONDITION_HANDLING; package CDDTAGPROG is -- module CDDTAGPROG IDENT V7.0-03584 ------------------------------------------------------------------------------ -- -- Copyright Oracle Corporation 1987, 2004. All Rights Reserved -- ------------------------------------------------------------------------------ -- -- FACILITY: -- -- Oracle CDD Repository - NAD Protocols -- -- ABSTRACT: -- -- Tag values used in the protocols for the definition of source -- module, compiled module, and executable module -- -- TAG VALUES USED: -- -- 12,000 - 14,000 -- -------------------------------------------------------------------------------- -- --~ -- Special datatypes unique to NAD --~ --~ -- Entities and relationships. --~ CDD_K_ENT_SRC_MODULE : constant := 2830049; CDD_K_ENT_CMP_MODULE : constant := 2830050; CDD_K_ENT_EXE_IMAGE : constant := 2830051; CDD_K_REL_SRC_DEPENDS_ON : constant := 2830052; CDD_K_REL_SRC_DERIVED_FROM : constant := 2830053; CDD_K_REL_CMP_DEPENDS_ON : constant := 2830054; CDD_K_REL_CMP_DERIVED_FROM : constant := 2830055; CDD_K_REL_EXE_DERIVED_FROM : constant := 2830056; CDD_K_STO_PROGRAM : constant := 2830057; CDD_K_STO_PROGRAM_REL : constant := 2830058; CDD_K_ENT_PROGRAMS : constant := 2830059; CDD_K_ENT_C_SOURCE : constant := 2830060; CDD_K_ENT_DIAG_FILE : constant := 2830061; CDD_K_ENT_ANA_FILE : constant := 2830062; CDD_K_ENT_OBJ_FILE : constant := 2830063; CDD_K_ENT_LIST_FILE : constant := 2830064; CDD_K_ENT_EXE_FILE : constant := 2830065; CDD_K_ENT_LOG_FILE : constant := 2830066; --~ -- Attributes: --~ CDD_K_ATT_SRC_DEPENDS_ON : constant := 2830049; CDD_K_ATT_SRC_DPNDS_MEM : constant := 2830050; CDD_K_ATT_SRC_DERIVED_FROM : constant := 2830051; CDD_K_ATT_SRC_DRV_MEM : constant := 2830052; CDD_K_ATT_CMP_DEPENDS_ON : constant := 2830053; CDD_K_ATT_CMP_DPNDS_MEM : constant := 2830054; CDD_K_ATT_CMP_DERIVED_FROM : constant := 2830055; CDD_K_ATT_CMP_DRV_MEM : constant := 2830056; CDD_K_ATT_EXE_DERIVED_FROM : constant := 2830057; CDD_K_ATT_EXE_DRV_MEM : constant := 2830058; CDD_K_ATT_TEXT_FORMAT : constant := 2830059; CDD_K_ATT_TARGET_PLATFORM : constant := 2830060; GEN_K_ENT_PROGRAM : constant := 16318565; --~ -- Attributes: --~ -- CONSTANT ( -- EQUALS #gen_facility+101 INCREMENT 1; end CDDTAGPROG;