/******************************************************************************* * Copyright (c) 2004-2005 palmOne, Inc. or its subsidiaries. * All rights reserved. ******************************************************************************/ /** *@ingroup Camera */ /** * @file CameraLibCommon.h * @brief Public 68K common header file for camera support for Treo 600 devices. * * This file contains the library constants and error codes used in the APIs. *
*/ #ifndef CAMERA_LIB_COMMON_H #define CAMERA_LIB_COMMON_H #define kCameraLibType sysFileTLibrary /**< Default library type */ #define kCameraLibCreator 'HsCa' /**< Camera library creator ID */ #define kCameraLibName "CameraLib" /**< Camera library database name */ /** * @name Image Format */ /*@{*/ #define kCameraImageFormatRGB1 1 /**