|
API Guide Home (Online version only) |
![]() |
00001 /** 00002 * \file 68K/Hs.h 00003 * Main Handspring Palm OS API Header file 00004 * 00005 * This is the main header file that all third party developers. A developer 00006 * would include if they wanted to use any of the handspring components. This 00007 * includes all the extentions, libraries and any app compoennts. This file is 00008 * for api calls that will work only in code. This file automatically includes 00009 * the Common/HsCommon.h file so there is no need for a developer to include that file 00010 * seperately. This is the ONLY file that should be needed for any of the 00011 * handspring specific components. This file includes all the other header files 00012 * for the 68K space relative to this directory. It has to stay at the top of 00013 * the Handspring/68K tree. 00014 * 00015 * \license 00016 * 00017 * Copyright (c) 2002 Handspring Inc., All Rights Reserved 00018 * 00019 * \author Kiran Prasad 00020 * 00021 * $Id: //device/handheld/dev/sdk/2.2.2/incs/68k/Hs.h#1 $ 00022 * 00023 *****************************************************************************/ 00024 00025 #ifndef __HS_68K_H__ 00026 00027 #define __HS_68K_H__ 00028 00029 00030 #include <Common/HsCommon.h> 00031 00032 #include <68K/System/FarCall.h> 00033 #include <68K/System/HsHelper.h> 00034 #include <68K/System/HsExgMgr.h> 00035 00036 #include <68K/Libraries/FavoritesDBLibrary/FavoritesDBLib.h> 00037 00038 #include <68K/Libraries/Imaging/ImageLib.h> 00039 #include <68K/Libraries/Camera/CameraLib.h> 00040 00041 #include <68K/Libraries/HTTP/HS_HTTPLib68K.h> 00042 00043 #include <68K/Libraries/VMFont/palmOneVMFontLib.h> 00044 00045 #endif /* __HS_68K_H__ */
| Top | Palm Developer Network © 2004-2008, Palm, Inc. All rights reserved. Generated on Fri Jun 13 10:06:52 2008 for Palm API Guide |