Custom Platform Support Development Kit  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
FCMPublicIDs.h File Reference

This file contains all the public IDs used in FCM. More...

#include "FCMPreConfig.h"
#include "FCMTypes.h"
#include "FCMPostConfig.h"

Go to the source code of this file.

Namespaces

 FCM
 The definitions contained in this namespace define a framework called Flash Component Model (FCM), which is responsible for plug-in management. The FCM framework manages loading, unloading and registration of the plug-in. It also manages service instantiation, object instantiation and object lifetime management.
 

Macros

#define kFCMDictKey_ServiceDict   "FCM.Service.Dictionary"
 Service Dictionary Key. The value for this key should be a dictionary that defines services the plug-in provides.
 
#define kFCMDictType_ServiceDict   kFCMDictType_Dict
 Service Dictionary Type.
 
#define kFCMComponent   "FCM.Component"
 FCM component key. The value for this key should be a dictionary that defines the components in the plug-in.
 

Variables

const FCM::SRVCID FCM::SRVCID_Core_Memory
 Defines the universally-unique ID for the memory service. More...
 
const FCM::SRVCID FCM::SRVCID_Core_Notification
 Defines the universally-unique ID for the Notification service. More...
 
const FCM::SRVCID FCM::SRVCID_Core_StringUtils
 Defines the universally-unique ID for a service to convert strings between StringRep8 and StringRep16. More...
 
const FCMCLSID FCM::CLSID_IFCMDictionary
 Defines the universally-unique class ID to create object that implements IFCMDictionary dictionary interface. More...
 
const FCMNotifyID FCM::NOTIFYID_FCM_SHUTDOWN
 Defines the universally-unique ID for the shutdown notification. More...
 

Detailed Description

This file contains all the public IDs used in FCM.