| 123456789101112131415161718192021222324252627 |
- /**
- * @content:组件标识符定义头文件
- * @time:2016-8-23
- * @author:Mr_zhu
- * @version: V1.0
- * @describe:
- * 1#2016-8-23#V1.0#首次生成
- */
-
- #include "Type.h"
-
- #ifdef __cplusplus
- extern "C" {
- #endif
- const IID IID_IUnknown =
- {0x6e4eb430,0x8ba5,0x4142,
- {0x84,0xb1,0xd1,0xbe,0xf9,0x79,0x5b,0xec
- }};
- const IID IID_IProtocol =
- {0x6e4eb431,0x8ba5,0x4142,
- {0x84,0xb1,0xd1,0xbe,0xf9,0x79,0x5b,0xec
- }};
-
- const ProgID ProgID_IProtocol = "linux.deecs.data-service.micro-service.data-entry.components.protocol.can-dexn";
- #ifdef __cplusplus
- }
- #endif
|