39 lines
1.0 KiB
C
39 lines
1.0 KiB
C
/******************************************************************************
|
|
* Copyright (c) 2004 palmOne, Inc. or its subsidiaries.
|
|
* All rights reserved.
|
|
*****************************************************************************/
|
|
/**
|
|
* @ingroup NETMASTER
|
|
*/
|
|
|
|
/**
|
|
* @file NetMasterLibTarget.h
|
|
* @version 1.0
|
|
* @date 01/31/2002
|
|
*
|
|
* @brief This is the target parameters file for the NetMaster Library.
|
|
*
|
|
* We break out these definitions so that other portable modules
|
|
* could access them without PalmOS-specific definitions
|
|
*
|
|
*
|
|
*/
|
|
|
|
#ifndef _NET_MASTER_LIB_TARAGET_H_
|
|
#define _NET_MASTER_LIB_TARAGET_H_
|
|
|
|
|
|
|
|
// 'HsNM' was registered with Palm on February 01, 2002 at 3:59pm
|
|
#define netMasterLibCreatorID 'HsNM' /**< NetMaster Library database creator */
|
|
|
|
#define netMasterLibTypeID 'libr' /**< Standard library database type */
|
|
|
|
#define netMasterLibName "HsNetMasterLibrary.lib" /**< Internal library name
|
|
which can be passed to SysLibFind() */
|
|
|
|
|
|
|
|
|
|
#endif // _NET_MASTER_LIB_TARAGET_H_
|