|
|
1.1 ! root 1: /* ! 2: * Copyright (c) 1999 Apple Computer, Inc. All rights reserved. ! 3: * ! 4: * @APPLE_LICENSE_HEADER_START@ ! 5: * ! 6: * Portions Copyright (c) 1999 Apple Computer, Inc. All Rights ! 7: * Reserved. This file contains Original Code and/or Modifications of ! 8: * Original Code as defined in and that are subject to the Apple Public ! 9: * Source License Version 1.1 (the "License"). You may not use this file ! 10: * except in compliance with the License. Please obtain a copy of the ! 11: * License at http://www.apple.com/publicsource and read it before using ! 12: * this file. ! 13: * ! 14: * The Original Code and all software distributed under the License are ! 15: * distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER ! 16: * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES, ! 17: * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, ! 18: * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT. Please see the ! 19: * License for the specific language governing rights and limitations ! 20: * under the License. ! 21: * ! 22: * @APPLE_LICENSE_HEADER_END@ ! 23: */ ! 24: ! 25: /* ! 26: File: KeyboardModuleVersion.h ! 27: ! 28: Contains: Version number values for the Keyboard HID Module ! 29: ! 30: Version: xxx put version here xxx ! 31: ! 32: Written by: Craig Keithley ! 33: ! 34: Copyright: � 1997-1998 by Apple Computer, Inc., all rights reserved. ! 35: ! 36: File Ownership: ! 37: ! 38: DRI: Craig Keithley ! 39: ! 40: Other Contact: ! 41: ! 42: Technology: ! 43: ! 44: Writers: ! 45: ! 46: (CJK) Craig Keithley ! 47: ! 48: This file is used in these builds: ! 49: ! 50: Change History (most recent first): ! 51: ! 52: <USB7> 5/13/98 CJK fix version info to get version from packageversion.h if the ! 53: individual version has been overridden ! 54: <USB6> 5/11/98 CJK remove semicolon after include statement ! 55: <USB5> 4/9/98 CJK change copyright date (bad clone, bad bad clone) ! 56: <4> 3/6/98 CJK change so that the override of the version occurs in this file, ! 57: and not in the .r file. ! 58: <3> 3/5/98 CJK change defines to indicate that they're for the keyboard hid ! 59: module. ! 60: <2> 2/10/98 CJK Correct change history (to reflect the keyboard module changes) ! 61: <1> 2/10/98 CJK First time check in. Cloned from Mouse HID Module ! 62: */ ! 63: #ifndef __KBDMODULEVERSION__ ! 64: #define __KBDMODULEVERSION__ ! 65: ! 66: #include "PackageVersion.h" ! 67: ! 68: #ifdef kOverrideIndividualVersions ! 69: ! 70: #define kKBDStringVersShort kPKGStringVersShort ! 71: #define kKBDStringVersLong kPKGStringVers1Long ! 72: ! 73: #define kKBDHexMajorVers kPKGHexMajorVers ! 74: #define kKBDHexMinorVers kPKGHexMinorVers ! 75: #define kKBDCurrentRelease kPKGCurrentRelease ! 76: #define kKBDReleaseStage kPKGReleaseStage ! 77: ! 78: #else ! 79: ! 80: #define kKBDStringVersShort "1.0d1" ! 81: #define kKBDStringVersLong "1.0d1, � 1998 Apple Computer, Inc." ! 82: ! 83: #define kKBDHexMajorVers 0x01 // This should never change for the current project. ! 84: #define kKBDHexMinorVers 0x00 // This should never change for the current project. ! 85: #define kKBDCurrentRelease kDevelopmentRelease // Be sure to adjust this when the milestone is reached. ! 86: #define kKBDReleaseStage 1 // Be sure to adjust this number every build. ! 87: ! 88: #endif ! 89: ! 90: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.