From 95ac034b72580306e9246f7efa3f7ba709a02183 Mon Sep 17 00:00:00 2001 From: Patrick Benavoli Date: Mon, 7 Nov 2011 20:32:51 +0100 Subject: PFW: file organization BZ: 12888, 12925, 13285, 13289 - Removed hard coded paths from source files - Separated test related resources and programs into a test subfolder - Schemas folder at root containing the schemas, a symbolic link to that folder might be a good way to enable schema aware editing - Now global configuration file path is passed from the hosting platform instead of the class name. - Global configuration path contains only the relevant class related descriptions (plugin paths, structure, settings) - .user environment file eclipsed through git-ignore (and removed from projects) - Removed system class configuration obsolete files Change-Id: I99b783ba22bca05238a760b2127939a91e976be8 Signed-off-by: Patrick Benavoli Reviewed-on: http://android.intel.com:8080/25404 Reviewed-by: Barthes, FabienX Tested-by: Barthes, FabienX Reviewed-by: buildbot Tested-by: buildbot --- Schemas/ConfigurableDomains.xsd | 147 +++++++++++++++++++++++++++ Schemas/FileIncluder.xsd | 15 +++ Schemas/Parameter.xsd | 149 ++++++++++++++++++++++++++++ Schemas/ParameterFrameworkConfiguration.xsd | 32 ++++++ Schemas/ParameterSettings.xsd | 92 +++++++++++++++++ Schemas/Subsystem.xsd | 82 +++++++++++++++ Schemas/SystemClass.xsd | 17 ++++ 7 files changed, 534 insertions(+) create mode 100644 Schemas/ConfigurableDomains.xsd create mode 100644 Schemas/FileIncluder.xsd create mode 100644 Schemas/Parameter.xsd create mode 100644 Schemas/ParameterFrameworkConfiguration.xsd create mode 100644 Schemas/ParameterSettings.xsd create mode 100644 Schemas/Subsystem.xsd create mode 100644 Schemas/SystemClass.xsd (limited to 'Schemas') diff --git a/Schemas/ConfigurableDomains.xsd b/Schemas/ConfigurableDomains.xsd new file mode 100644 index 0000000..d306c64 --- /dev/null +++ b/Schemas/ConfigurableDomains.xsd @@ -0,0 +1,147 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Schemas/FileIncluder.xsd b/Schemas/FileIncluder.xsd new file mode 100644 index 0000000..3278aea --- /dev/null +++ b/Schemas/FileIncluder.xsd @@ -0,0 +1,15 @@ + + + + + + Element type used to import a root element from a file. + + + + Path to the file to import. +This path may be absolute or relative to the path of the includer file. + + + + diff --git a/Schemas/Parameter.xsd b/Schemas/Parameter.xsd new file mode 100644 index 0000000..17d256a --- /dev/null +++ b/Schemas/Parameter.xsd @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Schemas/ParameterFrameworkConfiguration.xsd b/Schemas/ParameterFrameworkConfiguration.xsd new file mode 100644 index 0000000..d84d108 --- /dev/null +++ b/Schemas/ParameterFrameworkConfiguration.xsd @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Schemas/ParameterSettings.xsd b/Schemas/ParameterSettings.xsd new file mode 100644 index 0000000..d0a14fe --- /dev/null +++ b/Schemas/ParameterSettings.xsd @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Schemas/Subsystem.xsd b/Schemas/Subsystem.xsd new file mode 100644 index 0000000..bd2e091 --- /dev/null +++ b/Schemas/Subsystem.xsd @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Schemas/SystemClass.xsd b/Schemas/SystemClass.xsd new file mode 100644 index 0000000..daf3cd7 --- /dev/null +++ b/Schemas/SystemClass.xsd @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + -- cgit v1.1