From 8c5cd962353dd9ce8234211a66547eb057202eb5 Mon Sep 17 00:00:00 2001 From: Rene Engelhard Date: Tue, 18 Sep 2012 13:17:55 +0200 Subject: config split for sdremote Change-Id: Ie1cbf033ca0f1fd56afe714cf645e3361b9b8ad0 --- officecfg/Configuration_officecfg.mk | 6 +++ .../org/openoffice/Office/Impress-sdremote.xcs | 63 ++++++++++++++++++++++ .../schema/org/openoffice/Office/Impress.xcs | 19 ------- 3 files changed, 69 insertions(+), 19 deletions(-) create mode 100644 officecfg/registry/schema/org/openoffice/Office/Impress-sdremote.xcs (limited to 'officecfg') diff --git a/officecfg/Configuration_officecfg.mk b/officecfg/Configuration_officecfg.mk index 682a3e25a4a7..89b62030fd68 100644 --- a/officecfg/Configuration_officecfg.mk +++ b/officecfg/Configuration_officecfg.mk @@ -119,6 +119,12 @@ $(eval $(call gb_Configuration_add_schemas,registry,officecfg/registry/schema,\ org/openoffice/ucb/Store.xcs \ )) +ifeq ($(ENABLE_SDREMOTE),YES) +$(eval $(call gb_Configuration_add_schemas,registry,officecfg/registry/schema,\ + org/openoffice/Office/Impress-sdremote.xcs \ +)) +endif + $(eval $(call gb_Configuration_add_datas,registry,officecfg/registry/data,\ org/openoffice/Inet.xcu \ org/openoffice/System.xcu \ diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress-sdremote.xcs b/officecfg/registry/schema/org/openoffice/Office/Impress-sdremote.xcs new file mode 100644 index 000000000000..b78a138893bc --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/Office/Impress-sdremote.xcs @@ -0,0 +1,63 @@ + + + + + + AF + Contains configuration items related to the Impress application. + + + + + + ajrhunt + + A Remote Control Device that has been authorised for connection. + + + + + The PIN used by the device for authentication. + + + + + + + + Contains content related configuration items. + + + + ajrhunt + Contains a list of remote control devices that can connect without user confirmation. + + + + + diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs index aad00d35b07e..582ecbf15870 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs @@ -90,19 +90,6 @@ - - - ajrhunt - - A Remote Control Device that has been authorised for connection. - - - - - The PIN used by the device for authentication. - - - @@ -668,12 +655,6 @@ 5000 - - - ajrhunt - Contains a list of remote control devices that can connect without user confirmation. - - -- cgit