camerality.hrh 889 B

1234567891011121314151617181920212223242526272829303132
  1. /*
  2. * Copyright (c) 2010-2011 Nokia Corporation and/or its subsidiary(-ies).
  3. * All rights reserved.
  4. * This component and the accompanying materials are made available
  5. * under the terms of "Eclipse Public License v1.0"
  6. * which accompanies this distribution, and is available
  7. * at the URL "http://www.eclipse.org/legal/epl-v10.html".
  8. *
  9. * Initial Contributors:
  10. * Nokia Corporation - initial contribution.
  11. *
  12. * Contributors:
  13. *
  14. * Description: This file contains declarations for constants of
  15. * Camerality project. The file can be included in
  16. * C++ or resource file.
  17. */
  18. #ifndef __CAMERALITY_HRH__
  19. #define __CAMERALITY_HRH__
  20. #define _UID3 0xE09A8500
  21. // Camerality enumerate command codes
  22. enum TCameralityIds
  23. {
  24. ECommandStart = 0x6001, // start value must not be 0
  25. ECommandStop
  26. };
  27. #endif // __CAMERALITY_HRH__