/************************************************************************ * * * INTEL CORPORATION PROPRIETARY INFORMATION * * This software is supplied under the terms of a license agreement or * * nondisclosure agreement with Intel Corporation and may not be copied * * or disclosed except in accordance with the terms of that agreement. * * Copyright (c) 2008 Intel Corporation. All Rights Reserved. * * * ************************************************************************/ /***********************************************************************\ * * NAME: DIDiag.mof * * DESCRIPTION: MOF file to delete IANet_ Diag classes from the repository. * This file does not delete the provider registration - * unregistering each provider will also cause it to delete * the registration. * * PROVIDER VERSION: 1.0 * \***********************************************************************/ #pragma namespace ("\\\\.\\Root") instance of __Namespace { Name = "IntelNCS2"; }; #pragma namespace ("\\\\.\\Root\\IntelNCS2") #pragma deleteclass("IANet_DiagSettingForTest",NOFAIL) #pragma deleteclass("IANet_DiagResultForTest",NOFAIL) #pragma deleteclass("IANet_DiagResultForMSE",NOFAIL) #pragma deleteclass("IANet_DiagTestForMSE",NOFAIL) #pragma deleteclass("IANet_DiagResult" ,NOFAIL) #pragma deleteclass("IANet_DiagSetting" ,NOFAIL) #pragma deleteclass("IANet_DiagTest" ,NOFAIL) //