| 1 | /*************************************************************************** |
|---|
| 2 | * Copyright (c) 2003-2010, Broadcom Corporation |
|---|
| 3 | * All Rights Reserved |
|---|
| 4 | * Confidential Property of Broadcom Corporation |
|---|
| 5 | * |
|---|
| 6 | * THIS SOFTWARE MAY ONLY BE USED SUBJECT TO AN EXECUTED SOFTWARE LICENSE |
|---|
| 7 | * AGREEMENT BETWEEN THE USER AND BROADCOM. YOU HAVE NO RIGHT TO USE OR |
|---|
| 8 | * EXPLOIT THIS MATERIAL EXCEPT SUBJECT TO THE TERMS OF SUCH AN AGREEMENT. |
|---|
| 9 | * |
|---|
| 10 | * $brcm_Workfile: bxdm_pp_ver.h $ |
|---|
| 11 | * $brcm_Revision: Hydra_Software_Devel/1 $ |
|---|
| 12 | * $brcm_Date: 2/16/10 10:52a $ |
|---|
| 13 | * |
|---|
| 14 | * [File Description:] |
|---|
| 15 | * |
|---|
| 16 | * Revision History: |
|---|
| 17 | * |
|---|
| 18 | * $brcm_Log: /magnum/commonutils/xdm/bxdm_pp_ver.h $ |
|---|
| 19 | * |
|---|
| 20 | * Hydra_Software_Devel/1 2/16/10 10:52a nilesh |
|---|
| 21 | * SW7405-2993: Initial XDM version |
|---|
| 22 | * |
|---|
| 23 | ***************************************************************************/ |
|---|
| 24 | |
|---|
| 25 | #ifndef bxdm_pp_VER_H__ |
|---|
| 26 | #define bxdm_pp_VER_H__ |
|---|
| 27 | |
|---|
| 28 | /* DM version is split into MAJOR.MINOR.SUBMINOR. |
|---|
| 29 | * |
|---|
| 30 | * MAJOR should be incremented when changes are made that could break |
|---|
| 31 | * existing applications. Major re-writes, changes to default |
|---|
| 32 | * accepted behavior, etc would cause the MAJOR number fo increase |
|---|
| 33 | * |
|---|
| 34 | * MINOR should be incremented when features are added that are |
|---|
| 35 | * backwards compatible with existing applications |
|---|
| 36 | * |
|---|
| 37 | * SUBMINOR should be incremented when bug fixes are made to existing |
|---|
| 38 | * functionality |
|---|
| 39 | * |
|---|
| 40 | */ |
|---|
| 41 | #define BXDM_PictureProvider_P_VERSION_MAJOR 3 |
|---|
| 42 | #define BXDM_PictureProvider_P_VERSION_MINOR 0 |
|---|
| 43 | #define BXDM_PictureProvider_P_VERSION_SUBMINOR 0 |
|---|
| 44 | |
|---|
| 45 | #endif /* #ifndef bxdm_pp_VER_H__ */ |
|---|