schemanames.h

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                          ____ _   __ __ ___                          |
00003 |                         |__  / \ / / . \ . \                         |
00004 |                           / / \ V /|  _/  _/                         |
00005 |                          / /__ | | | | | |                           |
00006 |                         /_____||_| |_| |_|                           |
00007 |                                                                      |
00008 \---------------------------------------------------------------------*/
00014 #ifndef schemanames_h
00015 #define schemanames_h
00016 
00017 namespace zypp {
00018   namespace parser {
00019     namespace yum {
00020     /* FIXME: How do I do this properly? */
00021     #define SCHEMABASE "/usr/share/zypp/schema/yum/"
00022     #define REPOMDSCHEMA (SCHEMABASE "repomd.rng")
00023     #define PRIMARYSCHEMA (SCHEMABASE "suse-primary.rng")
00024     #define GROUPSCHEMA (SCHEMABASE "groups.rng")
00025     #define PATTERNSCHEMA (SCHEMABASE "patterns.rng")
00026     #define FILELISTSCHEMA (SCHEMABASE "filelists.rng")
00027     #define OTHERSCHEMA (SCHEMABASE "other.rng")
00028     #define PATCHSCHEMA (SCHEMABASE "patch.rng")
00029     #define PATCHESSCHEMA (SCHEMABASE "patches.rng")
00030     #define PRODUCTSCHEMA (SCHEMABASE "product.rng")
00031     } // namespace yum
00032   } // namespace parser
00033 } // namespace zypp
00034 
00035 
00036 #endif

Generated on Thu Jul 6 00:07:21 2006 for zypp by  doxygen 1.4.6