History log of /external/parameter-framework/test/test-fixed-point-parameter/Schemas/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c39e7f4bbad04e92b53054b61b3f3deaa98ccd61 04-Dec-2014 David Wagner <david.wagner@intel.com> Schemas: Split ConfigurableDomain from ConfigurableDomains

This is done in preparation for future work making it possible to export/import
domains in standalone and separate files.

Change-Id: I35ae66361d18e2de603cedee6b1701defcc9d357
Signed-off-by: David Wagner <david.wagner@intel.com>
/external/parameter-framework/Schemas/Android.mk
c943ea6b1d01efd0dd582352db3f2d139997c982 26-Aug-2014 David Wagner <david.wagner@intel.com> Android.mk: declare intel as module owner

This seems to be mandatory.

Change-Id: Idba8c7a3ec9e2f05b28ee593d1d15a420a0bd9ed
Signed-off-by: David Wagner <david.wagner@intel.com>
/external/parameter-framework/Schemas/Android.mk
9bf9c30fbf79c25fd1eabefc75d68e0d0dcbd5fd 13-May-2014 Mattijs Korpershoek <mattijsx.korpershoek@intel.com> Removed phony package to copy .xsd files

BZ: 192861

When hostDomainGenerator.sh is called by the build system, it needs to
copy schema files to /tmp/tmp.XXXXXXX. This is because
parameter-framework needs to have the schema files next to the .xml
files in order to apply validation.

In order to do that, hostDomainGenerator.sh needs to know where he can
copy the .xsd files from.

Currently, the .xsd files are copied from
$HOST_OUT/etc/parameter-framework/Schemas via a dedicated makefile.
This used a phony package to group all the files that have to be copied.

The problem is that phony packages the phony package is not calling the
prebuildt rules we need. So the files we want to export to
/etc/parameter-framework/Schemas are not copied.

This patch removes the phony package in order to produce the expected
behaviour.

Change-Id: I96da56f85a8c3d512fcfb97244181dc6c1cb9401
Signed-off-by: Mattijs Korpershoek <mattijsx.korpershoek@intel.com>
/external/parameter-framework/Schemas/Android.mk
d4dbc9b147f2fbcd06b0fbc5e3af45e4aff669b2 20-May-2014 Mattijs Korpershoek <mattijsx.korpershoek@intel.com> Refactored schema export makefile

BZ: 192861

The makefile contained a lot of redundancy regarding the source files.

This patch reorders some variables and uses a less error prone way to
declare the LOCAL_SRC_FILES variable by avoiding the repeat of the source files.

Change-Id: Idfff93ef4a9d4aff91d2bc864abf38bf904df685
Signed-off-by: Mattijs Korpershoek <mattijsx.korpershoek@intel.com>
/external/parameter-framework/Schemas/Android.mk
dcbc3ecc3ac9dbf1065161422467658a3cc5dc4e 17-Apr-2014 Mattijs Korpershoek <mattijsx.korpershoek@intel.com> Added copying of xsd files to host build output

BZ: 188323

In order to validate the .xml parameter framework files, we use XSDs.
Those must be in the same directory as the .xml files when they
are validated.

This patch copies the .xsd files towards a directory that
hostDomainGenerator knows, so that he can use the files and
copy them towards /tmp.

Change-Id: I938fc3791006777ff65c96d4259596111f93d7b8
Signed-off-by: Mattijs Korpershoek <mattijsx.korpershoek@intel.com>
/external/parameter-framework/Schemas/Android.mk