catalog_constants.h 504 B

1234567891011121314151617181920
  1. /**
  2. * Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
  3. * All rights reserved.
  4. *
  5. * For the applicable distribution terms see the license.txt -file, included in
  6. * the distribution.
  7. */
  8. #ifndef CATALOG_CONSTANTS_H
  9. #define CATALOG_CONSTANTS_H
  10. #define KProtectedCatalog "/drm/data"
  11. #define KResourcePattern "resourceid_"
  12. #define KProductIcon "/item2sell/icons"
  13. #define KProtectedResource "resources"
  14. #define KProductBuyIcon "buy.png"
  15. #endif // CATALOG_CONSTANTS_H