Changeset 4213

Show
Ignore:
Timestamp:
06/21/07 16:27:43 (6 years ago)
Author:
balister
Message:

Install files in device manager root directory.

Location:
nodes/default_GPP_USRP_sound_node/trunk/default_GPP_USRP_sound_node
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • nodes/default_GPP_USRP_sound_node/trunk/default_GPP_USRP_sound_node/DeviceManager.dcd.xml

    r4136 r4213  
    1010        <!--Device Definitions-->  
    1111        <componentfile type="SPD" id="GPP1_51b862bc-d95c-11db-8b8d-00123f573a7f"> 
    12             <localfile name="xml/GPP/GPP.spd.xml"/> 
     12            <localfile name="/xml/GPP/GPP.spd.xml"/> 
    1313        </componentfile> 
    1414        <componentfile type="SPD" id="USRP1_7c322634-e859-11db-8ffa-00123f573a7f"> 
    15             <localfile name="xml/USRP/USRP.spd.xml"/> 
     15            <localfile name="/xml/USRP/USRP.spd.xml"/> 
    1616        </componentfile> 
    1717        <componentfile type="SPD" id="32d3bc8c-13e2-11dc-be81-00123f63025f"> 
    18             <localfile name="xml/soundCardCapture/soundCardCapture.spd.xml"/> 
     18            <localfile name="/xml/soundCardCapture/soundCardCapture.spd.xml"/> 
    1919        </componentfile> 
    2020        <componentfile type="SPD" id="32555252-13e2-11dc-94ec-00123f63025f"> 
    21             <localfile name="xml/soundCardPlayback/soundCardPlayback.spd.xml"/> 
     21            <localfile name="/xml/soundCardPlayback/soundCardPlayback.spd.xml"/> 
    2222        </componentfile> 
    2323    </componentfiles> 
  • nodes/default_GPP_USRP_sound_node/trunk/default_GPP_USRP_sound_node/Makefile.am

    r4135 r4213  
    33ossieName = default_GPP_USRP_sound_node 
    44 
    5 waveformdir = $(prefix)/nodes/$(ossieName) 
     5waveformdir = $(prefix)/dev/$(ossieName) 
    66dist_waveform_DATA = DeviceManager.dcd.xml DeviceManager.spd.xml DeviceManager.scd.xml DeviceManager.prf.xml  
    77