Does anyone know how to use NVINJECT to add an <array> data type to the IORegistry? I've tried this every way I can think of and it never adds the array. Here is an example of what I am attempting:
<key>entriesToAdd</key>
<dict>
<key>Test</key>
<array>
<string>FRED</string>
<string>FLINTSTONE</string>
</array>
</dict>
My actual requirement is to add an array of type <data> but I've tried both and get the same result - nothing gets added. If I remove the <array> and simply use one <string> or one <data> then it gets added. Any help or suggestion is greatly appreciated.
Thanks,
jcote1321


LinkBack URL
About LinkBacks
Reply With Quote


