Facebook
From Zwierzu, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 192
  1. //DATABASES
  2.  
  3. //In this project we'll use several databases, they will be stored in resources folder.
  4. //The Database Structure we hold in this project:
  5. //      RES                                                     - main folder
  6. ////CFG_MANPAR;                                         - static managed parameters, applicable throughout whole project.
  7. ////    GROUND                                  - ground databases folder
  8. //////          DB_G_SAS;                               - all possible SAs Database, stored on ground
  9. //////          DB_S_SAS_GCopy;                 - individual Scraft SA Database, stored on the ground for validation with space DB
  10. //////          DB_S_KBLCKS_GCopy;              - individual Scraft KeyBlocks Database, stored on the ground for validation
  11. ////    SPACE                                   - space databases folder               
  12. //////          DB_S_SAS;                               - Scraft SA Database, containing SAs, with their corresponding SPIs, and SA-data
  13. //////          DB_S_KBLCKS;                    - Scraft Keyblock Database, containing KeyIds, Keys, and their Status
  14. ////    INPUTS                                  - inputs for test functions
  15. //////          IN_KMP_OTAR;
  16. //////          IN_KMP_KeyInventory;
  17. //////          IN_KMP_KeyDeactivation;
  18. //////          IN_KMP_KeyActivation;
  19. //////          IN_KMP_KeyDestruction;
  20. //////          IN_KMP_KeyVerification;
  21. //////          IN_KMP_KeyInventory;
  22. //////          IN_SAP_StartSA;
  23. //////          IN_SAP_StopSA;
  24. //////          IN_SAP_RekeySA;
  25. //////          IN_SAP_ExpireSA;
  26. //////          IN_SAP_CreateSA;
  27. //////          IN_SAP_DeleteSA;
  28. //////          IN_SAP_SetARSNumber;
  29. //////          IN_SAP_SetARSNWindow;
  30. //////          IN_SAP_SAStatusRequest;
  31. //////          IN_SAP_ReadARSNumber;