summaryrefslogtreecommitdiffstats
path: root/src/software-dbus/LMI_Software.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/software-dbus/LMI_Software.h')
-rw-r--r--src/software-dbus/LMI_Software.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/software-dbus/LMI_Software.h b/src/software-dbus/LMI_Software.h
deleted file mode 100644
index d059f45..0000000
--- a/src/software-dbus/LMI_Software.h
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- * Copyright (C) 2013-2014 Red Hat, Inc. All rights reserved.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * Authors: Peter Schiffer <pschiffe@redhat.com>
- */
-
-#ifndef LMI_SOFTWARE_H_
-#define LMI_SOFTWARE_H_
-
-#include "sw-utils.h"
-
-#define SYSTEM_SW_COLLECTION_CLASS_NAME "SystemSoftwareCollection"
-#define SW_IDENTITY_RESOURCE_CLASS_NAME "SoftwareIdentityResource"
-#define MEM_SW_COLL_CLASS_NAME "MemberOfSoftwareCollection"
-#define INST_SW_IDENTITY_CLASS_NAME "InstalledSoftwareIdentity"
-
-#define COLLECTION_ATTR "Collection"
-#define MEMBER_ATTR "Member"
-#define SYSTEM_ATTR "System"
-#define INST_SW_ATTR "InstalledSoftware"
-
-#endif /* LMI_SOFTWARE_H_ */