* 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
28 lines
484 B
Plaintext
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"
|
|
|