-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCIM_Schema.mof
75 lines (73 loc) · 3.56 KB
/
CIM_Schema.mof
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
// ===================================================================
// Title: Master MOF
// $State: Exp $
// $Date: 2005/02/24 20:05:58 $
// $Source: /cvs/MSB/pegasus/Schemas/CIMPrelim291/CIM_Schema.mof,v $
// $Revision: 1.1 $
// ===================================================================
//#pragma inLine ("Includes/copyright.inc")
// Copyright 1998-2005 Distributed Management Task Force, Inc. (DMTF).
// All rights reserved.
// DMTF is a not-for-profit association of industry members dedicated
// to promoting enterprise and systems management and interoperability.
// DMTF specifications and documents may be reproduced for uses
// consistent with this purpose by members and non-members,
// provided that correct attribution is given.
// As DMTF specifications may be revised from time to time,
// the particular version and release date should always be noted.
//
// Implementation of certain elements of this standard or proposed
// standard may be subject to third party patent rights, including
// provisional patent rights (herein "patent rights"). DMTF makes
// no representations to users of the standard as to the existence
// of such rights, and is not responsible to recognize, disclose, or
// identify any or all such third party patent right, owners or
// claimants, nor for any incomplete or inaccurate identification or
// disclosure of such rights, owners or claimants. DMTF shall have no
// liability to any party, in any manner or circumstance, under any
// legal theory whatsoever, for failure to recognize, disclose, or
// identify any such third party patent rights, or for such party's
// reliance on the standard or incorporation thereof in its product,
// protocols or testing procedures. DMTF shall have no liability to
// any party implementing such standard, whether such implementation
// is foreseeable or not, nor to any patent owner or claimant, and shall
// have no liability or responsibility for costs or losses incurred if
// a standard is withdrawn or modified after publication, and shall be
// indemnified and held harmless by any party implementing the
// standard from any and all claims of infringement by a patent owner
// for such implementations.
//
// For information about patents held by third-parties which have
// notified the DMTF that, in their opinion, such patent may relate to
// or impact implementations of DMTF standards, visit
// http://www.dmtf.org/about/policies/disclosures.php.
//#pragma inLine
// ==================================================================
// Change Log for v2.9 Preliminary Company Review
// CR1465 - Corrected compile order issues.
//
// ==================================================================
// ===================================================================
// Includes
// ===================================================================
#pragma include ("CIM_Core.mof")
#pragma include ("CIM_Physical.mof")
#pragma include ("CIM_System.mof")
#pragma include ("CIM_Event.mof")
#pragma include ("CIM_Interop.mof")
#pragma include ("CIM_User.mof")
// moved here from CIM_System.mof
#pragma include ("System_FileServices.mof")
#pragma include ("CIM_Application.mof")
#pragma include ("CIM_Metrics.mof")
#pragma include ("CIM_Network.mof")
#pragma include ("CIM_Database.mof")
#pragma include ("CIM_Device.mof")
// moved here from CIM_Network.mof
#pragma include ("Network_iSCSI.mof")
#pragma include ("CIM_Policy.mof")
// moved here from CIM_User.mof
#pragma include ("User_PrivilegeManagementService.mof")
#pragma include ("CIM_IPsecPolicy.mof")
#pragma include ("CIM_Support.mof")
#pragma include ("CIM_Security.mof")