22db10da16
The auto-generated base.dbd file has all the includes fully expaded out before installation, which prevents IOC applications from being able to replace manuScan.dbd and menuconvert.dbd
25 lines
486 B
Plaintext
25 lines
486 B
Plaintext
# $Revision-Id$
|
|
#
|
|
# This file defines the standard record types and device support
|
|
# provided by Base and (usually) loaded into all IOCs.
|
|
|
|
# Menus
|
|
include "menuGlobal.dbd"
|
|
include "menuConvert.dbd"
|
|
|
|
# Record types
|
|
include "stdRecords.dbd"
|
|
|
|
# Channel filters & plugins
|
|
include "filters.dbd"
|
|
|
|
# "Soft Channel", "Raw Soft Channel", and "Async Soft Channel" device support
|
|
include "devSoft.dbd"
|
|
|
|
# Access security subroutines
|
|
include "asSub.dbd"
|
|
|
|
# IOC Core variables
|
|
include "dbCore.dbd"
|
|
|