/* * Copyright (c) 2003-2004 Apple Computer, Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Source License * Version 2.0 (the 'License'). You may not use this file except in * compliance with the License. Please obtain a copy of the License at * http://www.opensource.apple.com/apsl/ and read it before using this * file. * * The Original Code and all software distributed under the License are * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. * Please see the License for the specific language governing rights and * limitations under the License. * * @APPLE_LICENSE_HEADER_END@ Change History (most recent first): $Log: Service.rc,v $ Revision 1.1 2004/01/30 02:58:39 bradley mDNSResponder Windows Service. Provides global Rendezvous support with an IPC interface. */ #ifdef RC_INVOKED #ifndef _INC_WINDOWS #define _INC_WINDOWS #include "winres.h" #endif #endif #include "Resource.h" ///////////////////////////////////////////////////////////////////////////// // // Messages // LANGUAGE 0x9,0x1 1 11 EventLogMessages.bin ///////////////////////////////////////////////////////////////////////////// // // Version // VS_VERSION_INFO VERSIONINFO FILEVERSION 1,0,0,1 PRODUCTVERSION 1,0,0,1 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L #else FILEFLAGS 0x0L #endif FILEOS 0x4L FILETYPE 0x1L FILESUBTYPE 0x0L BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040904b0" BEGIN VALUE "CompanyName", "Apple Computer, Inc." VALUE "FileDescription", "mDNSResponder" VALUE "FileVersion", "1, 0, 0, 1" VALUE "InternalName", "mDNSResponder" VALUE "LegalCopyright", "Copyright (C) 2003-2004 Apple Computer, Inc." VALUE "OriginalFilename", "mDNSResponder.exe" VALUE "ProductName", "mDNSResponder" VALUE "ProductVersion", "1, 0, 0, 1" END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x409, 1200 END END ///////////////////////////////////////////////////////////////////////////// // // String Table // STRINGTABLE BEGIN IDS_SERVICE_DESCRIPTION "Rendezvous enables hardware devices and software services to automatically configure themselves on the network and advertise their presence, so that users can discover and use those services without any unnecessary manual setup or administration." END