Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

schemanames.h

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                                                                      |
00003 |                      __   __    ____ _____ ____                      |
00004 |                      \ \ / /_ _/ ___|_   _|___ \                     |
00005 |                       \ V / _` \___ \ | |   __) |                    |
00006 |                        | | (_| |___) || |  / __/                     |
00007 |                        |_|\__,_|____/ |_| |_____|                    |
00008 |                                                                      |
00009 |                               core system                            |
00010 |                                                        (C) SuSE GmbH |
00011 \----------------------------------------------------------------------/
00012 
00013 File:       schemanames.h
00014 
00015 Author:     Michael Radziej <mir@suse.de>
00016 Maintainer: Michael Radziej <mir@suse.de>
00017 
00018 Purpose:    Pathnames of schemas for validation
00019 
00020 /-*/
00021 
00022 #ifndef schemanames_h
00023 #define schemanames_h
00024 
00025 namespace YUM {
00026 /* FIXME: How do I do this properly? */
00027 #define SCHEMABASE "/usr/share/YaST2/schema/packagemanager/"
00028 #define REPOMDSCHEMA (SCHEMABASE "repomd.rng")
00029 #define PRIMARYSCHEMA (SCHEMABASE "suse-primary.rng")
00030 #define GROUPSCHEMA (SCHEMABASE "groups.rng")
00031 #define FILELISTSCHEMA (SCHEMABASE "filelists.rng")
00032 #define OTHERSCHEMA (SCHEMABASE "other.rng")
00033 }
00034 
00035 
00036 #endif

Generated on Mon Sep 12 21:52:13 2005 for yast2-packagemanager by  doxygen 1.4.4