Custom Platform Support Development Kit  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
FCMPublicIDs.h
Go to the documentation of this file.
1 /******************************************************************************
2 * ADOBE CONFIDENTIAL
3 * ___________________
4 *
5 * Copyright [2013] Adobe Systems Incorporated
6 * All Rights Reserved.
7 *
8 * NOTICE: All information contained herein is, and remains
9 * the property of Adobe Systems Incorporated and its suppliers,
10 * if any. The intellectual and technical concepts contained
11 * herein are proprietary to Adobe Systems Incorporated and its
12 * suppliers and are protected by all applicable intellectual
13 * property laws, including trade secret and copyright laws.
14 * Dissemination of this information or reproduction of this material
15 * is strictly forbidden unless prior written permission is obtained
16 * from Adobe Systems Incorporated.
17 ******************************************************************************/
18 
25 #ifndef FCM_PUBLIC_IDS_H_
26 #define FCM_PUBLIC_IDS_H_
27 
28 #include "FCMPreConfig.h"
29 #include "FCMTypes.h"
30 
31 
32 /* -------------------------------------------------- Forward Decl */
33 
34 
35 /* -------------------------------------------------- Enums */
36 
37 
38 /* -------------------------------------------------- Macros / Constants */
39 
40 namespace FCM
41 {
48  #define kFCMDictKey_ServiceDict "FCM.Service.Dictionary"
49 
50 
56  #define kFCMDictType_ServiceDict kFCMDictType_Dict
57 
58 
65  #define kFCMComponent "FCM.Component"
66 
67 
75  {0x3e3ac427, 0x4f7f, 0x4aa4, {0xb7, 0xbb, 0xe1, 0x3d, 0x45, 0xdb, 0x73, 0xdb}};
76 
77 
85  {0xf30ea374, 0x403b, 0x4112, {0x99, 0xed, 0xc5, 0xa8, 0x7f, 0xf1, 0xb1, 0x63}};
86 
87 
95  {0xa04640cb, 0x9148, 0x4c4d, {0x82, 0x6e, 0xe5, 0xba, 0xea, 0x88, 0xef, 0xde}};
96 
97 
105  {0x1e262c7, 0x886c, 0x4f8c, {0x87, 0x2c, 0xa0, 0xfd, 0x70, 0x67, 0x21, 0x80}};
106 
107 
115  {0xe6fe94c6, 0x6184, 0x4859, {0x91, 0xa6, 0x57, 0x29, 0xce, 0x44, 0x65, 0xe6}};
116 
117 };
118 
119 
120 /* -------------------------------------------------- Structs / Unions */
121 
122 
123 /* -------------------------------------------------- Class Decl */
124 
125 
126 /* -------------------------------------------------- Inline / Functions */
127 
128 
129 #include "FCMPostConfig.h"
130 
131 #endif //FCM_PUBLIC_IDS_H_
This file contains definitions for various data types.
const FCM::SRVCID SRVCID_Core_StringUtils
Defines the universally-unique ID for a service to convert strings between StringRep8 and StringRep16...
Definition: FCMPublicIDs.h:94
The definitions contained in this namespace define a framework called Flash Component Model (FCM)...
Definition: IGroup.h:36
const FCMCLSID CLSID_IFCMDictionary
Defines the universally-unique class ID to create object that implements IFCMDictionary dictionary in...
Definition: FCMPublicIDs.h:104
Represents a 128 bit or 16-byte GUID (Globally Unique IDentifier) value.
Definition: FCMTypes.h:189
const FCM::SRVCID SRVCID_Core_Notification
Defines the universally-unique ID for the Notification service.
Definition: FCMPublicIDs.h:84
const FCMNotifyID NOTIFYID_FCM_SHUTDOWN
Defines the universally-unique ID for the shutdown notification.
Definition: FCMPublicIDs.h:114
const FCM::SRVCID SRVCID_Core_Memory
Defines the universally-unique ID for the memory service.
Definition: FCMPublicIDs.h:74