ucm: debug parser

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2010-10-26 14:26:46 +02:00
parent e820866637
commit e4083a1182
5 changed files with 274 additions and 160 deletions

View file

@ -0,0 +1,24 @@
SectionVerb {
EnableSequence [
exec "Case1 enable seq"
]
DisableSequence [
exec "Case2 disable seq"
]
TransitionVerb."Case2" [
exec "Case1->Case2 transition seq"
]
Value {
TestValue1 "123"
}
}
SectionDevice."Device1".0 {
}
SectionModifier."Modifier1" {
SupportedDevice [
"Device1"
]
}

View file

@ -0,0 +1,11 @@
Comment "A test HDA card"
SectionUseCase."Case1" {
File "Case1.conf"
Comment "Case1 Comment"
}
SectionDefaults [
exec "my prg"
msleep 1
]