Move package attribute ID definitions to a separate file

... <package/hpkg/PackageAttributes.h>, which also defines other
properties (name and type) for each attribute. It does so via a macro
that the caller can define to generate whatever code is desired.
This commit is contained in:
Ingo Weinhold
2013-05-25 01:12:35 +02:00
parent fe707a23fc
commit a8de2761c7
4 changed files with 83 additions and 89 deletions
@@ -0,0 +1 @@
#include <../os/package/hpkg/PackageAttributes.h>