Files
pcas/src/std/softIoc/base.dbd
Andrew Johnson 3aa5d2adee ioc/db menu fixes
* Move including menuScan.dbd from menuGlobal.dbd to base.dbd.
  Menus included in menuGlobal.dbd can't be overridden at build
  time since it gets fully expanded before installation.
* Convert .dbd.pod files before generating menuGlobal.dbd.d
* Remove menuCompress.dbd, nothing in Base uses it any more.
  The compress record has its own compressALG menu
2014-11-10 16:15:52 -06:00

28 lines
484 B
Plaintext

# $Revision-Id$
#
# This file includes the standard record types and device support
# provided by Base and (usually) loaded into all IOCs.
# Fixed menus
include "menuGlobal.dbd"
# Modifyable menus
include "menuConvert.dbd"
include "menuScan.dbd"
# Record types
include "stdRecords.dbd"
# Channel filters & plugins
include "filters.dbd"
# Standard device support
include "devSoft.dbd"
# Access security subroutines
include "asSub.dbd"
# IOC Core variables
include "dbCore.dbd"