you can use dcptool to modify a dcp camera profile =
http://dcptool.sourceforge.net/Introduction.html
decompile
replace TonuCurve with
<ToneCurve Size="2">
<Element N="0" h="0.000000" v="0.000000"/>
<Element N="1" h="1.000000" v="1.000000"/>
</ToneCurve>
compile back
I tried but It didn't work. The exported .dcp looks the same as before. It should be really dark (everything set at 0, process 2010 in Camera Raw). This is the xml:
<?xml version="1.0" encoding="UTF-8"?>
<dcpData>
<ProfileName>LX2JAJA</ProfileName>
<CalibrationIlluminant1>17</CalibrationIlluminant1>
<CalibrationIlluminant2>21</CalibrationIlluminant2>
<ColorMatrix1 Rows="3" Cols="3">
<Element Row="2" Col="2">0.713600</Element>
<Element Row="2" Col="1">0.139200</Element>
<Element Row="2" Col="0">-0.073000</Element>
<Element Row="1" Col="2">0.377700</Element>
<Element Row="1" Col="1">1.142700</Element>
<Element Row="1" Col="0">-0.471100</Element>
<Element Row="0" Col="2">0.037600</Element>
<Element Row="0" Col="1">-0.477900</Element>
<Element Row="0" Col="0">0.978100</Element>
</ColorMatrix1>
<ColorMatrix2 Rows="3" Cols="3">
<Element Row="2" Col="2">0.704900</Element>
<Element Row="2" Col="1">0.214600</Element>
<Element Row="2" Col="0">-0.170000</Element>
<Element Row="1" Col="2">0.327200</Element>
<Element Row="1" Col="1">1.351900</Element>
<Element Row="1" Col="0">-0.645000</Element>
<Element Row="0" Col="2">-0.062300</Element>
<Element Row="0" Col="1">-0.281000</Element>
<Element Row="0" Col="0">0.804800</Element>
</ColorMatrix2>
<ForwardMatrix1 Rows="3" Cols="3">
<Element Row="2" Col="2">1.129000</Element>
<Element Row="2" Col="1">-0.360100</Element>
<Element Row="2" Col="0">0.056200</Element>
<Element Row="1" Col="2">-0.168100</Element>
<Element Row="1" Col="1">0.910200</Element>
<Element Row="1" Col="0">0.257900</Element>
<Element Row="0" Col="2">0.035600</Element>
<Element Row="0" Col="1">0.271000</Element>
<Element Row="0" Col="0">0.657700</Element>
</ForwardMatrix1>
<ForwardMatrix2 Rows="3" Cols="3">
<Element Row="2" Col="2">0.939600</Element>
<Element Row="2" Col="1">-0.161300</Element>
<Element Row="2" Col="0">0.046700</Element>
<Element Row="1" Col="2">-0.327800</Element>
<Element Row="1" Col="1">1.033100</Element>
<Element Row="1" Col="0">0.294800</Element>
<Element Row="0" Col="2">-0.081300</Element>
<Element Row="0" Col="1">0.392900</Element>
<Element Row="0" Col="0">0.652700</Element>
</ForwardMatrix2>
<ReductionMatrix1 Rows="0" Cols="0"/>
<ReductionMatrix2 Rows="0" Cols="0"/>
<EmbedPolicy>0</EmbedPolicy>
<ProfileHueSatMapEncoding>0</ProfileHueSatMapEncoding>
<ToneCurve Size="2">
<Element N="0" h="0.000000" v="0.000000"/>
<Element N="1" h="1.000000" v="1.000000"/>
</ToneCurve>
<ProfileCalibrationSignature>com.adobe</ProfileCalibrationSignature>
<UniqueCameraModelRestriction>Panasonic DMC-LX2</UniqueCameraModelRestriction>
<ProfileLookTableEncoding>0</ProfileLookTableEncoding>
<BaselineExposureOffset>0.000000</BaselineExposureOffset>
<DefaultBlackRender>0</DefaultBlackRender>
</dcpData>