Skip to content

Commit

Permalink
Add config file with default radio states
Browse files Browse the repository at this point in the history
  • Loading branch information
rojkov authored and Kalle Jokiniemi committed Oct 2, 2012
1 parent 647c240 commit 6c7fdc2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -151,6 +151,7 @@ install: all
$(INSTALL) $(REGULARDEVICECLEARSCRIPT) $(DEVICECLEARSCRIPTDIR) &&\
$(INSTALL) $(REGULARDEVICECLEARSCRIPT) $(FACTORYRESETSCRIPTDIR) &&\
$(INSTALL_DATA) $(CONFFILE) $(CONFINSTDIR) &&\
$(INSTALL_DATA) $(RADIOSTATESCONFFILE) $(CONFINSTDIR) &&\
$(INSTALL_DATA) $(GCONFSCHEMAS) $(GCONFSCHEMADIR) &&\
$(INSTALL_DATA) $(DBUSCONF) $(DBUSDIR) &&\
$(INSTALL_DATA) $(BACKUPCONF) $(BACKUPCONFDIR)
Expand Down
7 changes: 7 additions & 0 deletions mce-radio-states.ini
@@ -0,0 +1,7 @@
[RadioStates]
MasterRadioState=true
CellularRadioState=true
WLANRadioState=true
BluetoothRadioState=false
NFCRadioState=false
FMTXRadioState=false

0 comments on commit 6c7fdc2

Please sign in to comment.