Added basic pndvalidator app, though it doesn't actually validate anyone. <- fill...
[pandora-libraries.git] / include / pnd_pxml_names.h
index 5076736..2aef7a4 100644 (file)
@@ -81,8 +81,13 @@ extern "C" {
 #define PND_PXML_ENAME_CLOCK "clockspeed"
 #define PND_PXML_ATTRNAME_CLOCKFREQ "frequency"
 
+/* <package name="foo" released="1/1/0001"/> */
+#define PND_PXML_ENAME_PACKAGE "package"
+#define PND_PXML_ATTRNAME_PACKAGE_NAME "name"
+#define PND_PXML_ATTRNAME_PACKAGE_DATE "released"
+
 #ifdef __cplusplus
 } // extern "C"
 #endif
 
-#endif /* ifndef h_pnd_pxml_names_h */
\ No newline at end of file
+#endif /* ifndef h_pnd_pxml_names_h */